diff options
author | Jeff Forcier <jeff@bitprophet.org> | 2022-05-16 21:03:21 -0400 |
---|---|---|
committer | Jeff Forcier <jeff@bitprophet.org> | 2022-05-16 21:03:21 -0400 |
commit | f0311c574ab1950f8b4c5ff37100bf87df7c274d (patch) | |
tree | 99299e42321f3a3e27e8b78bc3bc2f858e841307 | |
parent | 88e2bae443055f79cbc1ad8eaa20fe637dbe2f6e (diff) | |
parent | 114578a21d89454d67fd3bee8ea87420c4b25808 (diff) | |
download | paramiko-f0311c574ab1950f8b4c5ff37100bf87df7c274d.tar.gz |
Merge branch '2.9' into 2.10
-rw-r--r-- | dev-requirements.txt | 2 | ||||
-rw-r--r-- | sites/www/changelog.rst | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/dev-requirements.txt b/dev-requirements.txt index 3edcc812..3ed9eb40 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -1,6 +1,6 @@ # Invocations for common project tasks invoke==1.6.0 -invocations==2.3.0 +invocations==2.6.0 pytest==4.4.2 pytest-relaxed==1.1.5 # pytest-xdist for test dir watching and the inv guard task diff --git a/sites/www/changelog.rst b/sites/www/changelog.rst index 08f16135..f19d90c6 100644 --- a/sites/www/changelog.rst +++ b/sites/www/changelog.rst @@ -2,6 +2,7 @@ Changelog ========= +- :release:`2.9.5 <2022-05-16>` - :bug:`1933` Align signature verification algorithm with OpenSSH re: zero-padding signatures which don't match their nominal size/length. This shouldn't affect most users, but will help Paramiko-implemented SSH servers |