From 31f8de56e2130c9779e09f3d97cf766c4e1b39a7 Mon Sep 17 00:00:00 2001 From: Jeff Forcier Date: Sun, 23 Jun 2019 18:45:29 -0400 Subject: Cut 2.4.3 --- sites/www/changelog.rst | 1 + 1 file changed, 1 insertion(+) (limited to 'sites/www/changelog.rst') diff --git a/sites/www/changelog.rst b/sites/www/changelog.rst index 86419aa7..f672149a 100644 --- a/sites/www/changelog.rst +++ b/sites/www/changelog.rst @@ -2,6 +2,7 @@ Changelog ========= +- :release:`2.4.3 <2019-06-23>` - :bug:`1306` (via :issue:`1400`) Fix Ed25519 key handling so certain key comment lengths don't cause ``SSHException("Invalid key")`` (this was technically a bug in how padding, or lack thereof, is -- cgit v1.2.3 From 169a40be1af4fbb16dce0ca31367abc0dd3d9ebd Mon Sep 17 00:00:00 2001 From: Jeff Forcier Date: Sun, 23 Jun 2019 18:46:57 -0400 Subject: Cut 2.5.1 --- paramiko/_version.py | 2 +- sites/www/changelog.rst | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) (limited to 'sites/www/changelog.rst') diff --git a/paramiko/_version.py b/paramiko/_version.py index 2916a60a..d5dbcad8 100644 --- a/paramiko/_version.py +++ b/paramiko/_version.py @@ -1,2 +1,2 @@ -__version_info__ = (2, 5, 0) +__version_info__ = (2, 5, 1) __version__ = ".".join(map(str, __version_info__)) diff --git a/sites/www/changelog.rst b/sites/www/changelog.rst index 928a0f22..b83a83df 100644 --- a/sites/www/changelog.rst +++ b/sites/www/changelog.rst @@ -2,6 +2,7 @@ Changelog ========= +- :release:`2.5.1 <2019-06-23>` - :release:`2.4.3 <2019-06-23>` - :bug:`1306` (via :issue:`1400`) Fix Ed25519 key handling so certain key comment lengths don't cause ``SSHException("Invalid key")`` (this was -- cgit v1.2.3