From ced4606e810146262abe7ac5fdd076509a31d130 Mon Sep 17 00:00:00 2001 From: Jeff Forcier Date: Mon, 16 May 2022 20:59:52 -0400 Subject: Cut 2.9.5 --- paramiko/_version.py | 2 +- sites/www/changelog.rst | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/paramiko/_version.py b/paramiko/_version.py index 70bd277e..1908d3b0 100644 --- a/paramiko/_version.py +++ b/paramiko/_version.py @@ -1,2 +1,2 @@ -__version_info__ = (2, 9, 4) +__version_info__ = (2, 9, 5) __version__ = ".".join(map(str, __version_info__)) diff --git a/sites/www/changelog.rst b/sites/www/changelog.rst index 2a85f503..d9836fdd 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 -- cgit v1.2.1 From 114578a21d89454d67fd3bee8ea87420c4b25808 Mon Sep 17 00:00:00 2001 From: Jeff Forcier Date: Mon, 16 May 2022 21:03:02 -0400 Subject: newer invocations for better behavior eg gpg signing --- dev-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.1 From 1150ed2912343cfcd83684a4515422ea06a759b1 Mon Sep 17 00:00:00 2001 From: Jeff Forcier Date: Mon, 16 May 2022 21:03:44 -0400 Subject: Cut 2.10.5 --- paramiko/_version.py | 2 +- sites/www/changelog.rst | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/paramiko/_version.py b/paramiko/_version.py index 1d1d0377..3a5c6a86 100644 --- a/paramiko/_version.py +++ b/paramiko/_version.py @@ -1,2 +1,2 @@ -__version_info__ = (2, 10, 4) +__version_info__ = (2, 10, 5) __version__ = ".".join(map(str, __version_info__)) diff --git a/sites/www/changelog.rst b/sites/www/changelog.rst index f19d90c6..d5bdadec 100644 --- a/sites/www/changelog.rst +++ b/sites/www/changelog.rst @@ -2,6 +2,7 @@ Changelog ========= +- :release:`2.10.5 <2022-05-16>` - :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 -- cgit v1.2.1