summaryrefslogtreecommitdiff
path: root/sites
diff options
context:
space:
mode:
authorJeff Forcier <jeff@bitprophet.org>2022-03-10 16:50:19 -0500
committerJeff Forcier <jeff@bitprophet.org>2022-03-11 11:38:18 -0500
commita8e9a0fd717d1fe77b0b69419d49c9147711d4a5 (patch)
treea3eb77390f3a8cb671cbbfc472dcb46ea567ddab /sites
parent3bb7877c13c22ec184ec77e4c4396539ae9f90b4 (diff)
downloadparamiko-a8e9a0fd717d1fe77b0b69419d49c9147711d4a5.tar.gz
Changelog re #1509, re #1837, closes #1868
Diffstat (limited to 'sites')
-rw-r--r--sites/www/changelog.rst4
1 files changed, 4 insertions, 0 deletions
diff --git a/sites/www/changelog.rst b/sites/www/changelog.rst
index 9387aabf..a1289968 100644
--- a/sites/www/changelog.rst
+++ b/sites/www/changelog.rst
@@ -2,6 +2,10 @@
Changelog
=========
+- :feature:`1509` (via :issue:`1868`, :issue:`1837`) Add support for OpenSSH's
+ Windows agent as a fallback when Putty/WinPageant isn't available or
+ functional. Reported by ``@benj56``, early patchset by ``@lewgordon``, and
+ later PR courtesy of Patrick Spendrin.
- :bug:`892 major` Significantly speed up low-level read/write actions on
`~paramiko.sftp_file.SFTPFile` objects by using `bytearray`/`memoryview`.
This is unlikely to change anything for users of the higher level methods