diff options
author | Jeff Forcier <jeff@bitprophet.org> | 2023-07-28 14:40:52 -0400 |
---|---|---|
committer | Jeff Forcier <jeff@bitprophet.org> | 2023-07-28 14:50:24 -0400 |
commit | 78107870995a4e07373fb8c3e8ea69608c77229c (patch) | |
tree | 1f81a46c8262fb6072fd09ba8031311b42d9c296 /sites/www | |
parent | 34f06eaa3f90f46bc5f21891ea25808ee30022da (diff) |
Minor typo fixes and doc enhancements re #1907
Diffstat (limited to 'sites/www')
-rw-r--r-- | sites/www/changelog.rst | 18 |
1 files changed, 8 insertions, 10 deletions
diff --git a/sites/www/changelog.rst b/sites/www/changelog.rst index a05ab520..fb3da73b 100644 --- a/sites/www/changelog.rst +++ b/sites/www/changelog.rst @@ -2,17 +2,15 @@ Changelog ========= -- :feature:`1907` (solves :issue:`1992`) Add support and tests for - ssh_config ``Match final …`` which is frequently used in ProxyJump - configurations to exclude the jump host from the ProxyJump Match statement. - Patch by ``@commonism``. - +- :feature:`1907` (solves :issue:`1992`) Add support and tests for ``Match + final …`` (frequently used in ProxyJump configurations to exclude the jump + host) to our :ref:`SSH config parser <ssh-config-support>`. Patch by + ``@commonism``. - :feature:`2058` (solves :issue:`1587` and possibly others) Add an explicit - ``max_concurrent_prefetch_requests`` argument to `paramiko.client.SSHClient.get` - and `paramiko.client.SSHClient.getfo`, allowing users to limit the number - of concurrent requests used during prefetch. Patch by ``@kschoelhorn``, with - a test by ``@bwinston-sdp``. - + ``max_concurrent_prefetch_requests`` argument to + `paramiko.client.SSHClient.get` and `paramiko.client.SSHClient.getfo`, + allowing users to limit the number of concurrent requests used during + prefetch. Patch by ``@kschoelhorn``, with a test by ``@bwinston-sdp``. - :release:`3.2.0 <2023-05-25>` - :bug:`- major` Fixed a very sneaky bug found at the apparently rarely-traveled intersection of ``RSA-SHA2`` keys, certificates, SSH agents, |