Skip to content

Commit

Permalink
Bump version number up to 2.14.2 and update change log
Browse files Browse the repository at this point in the history
  • Loading branch information
ronf committed Dec 18, 2023
1 parent 0bc7325 commit 69f5a41
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
2 changes: 1 addition & 1 deletion asyncssh/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@

__url__ = 'http://asyncssh.timeheart.net'

__version__ = '2.14.1'
__version__ = '2.14.2'
19 changes: 19 additions & 0 deletions docs/changes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,25 @@
Change Log
==========

Release 2.14.2 (18 Dec 2023)
----------------------------

* Implemented "strict kex" support and other countermeasures to
protect against the Terrapin Attack described in `CVE-2023-48795
<https://github.com/advisories/GHSA-hfmc-7525-mj55>`. Thanks once
again go to Fabian Bäumer, Marcus Brinkmann, and Jörg Schwenk for
identifying and reporting this vulnerability and providing detailed
analysis and suggestions about proposed fixes.

* Fixed config parser to properly an optional equals delimiter in all
config arguments. Thanks go to Fawaz Orabi for reporting this issue.

* Fixed TCP send error handling to avoid race condition when receiving
incoming disconnect message.

* Improved type signature in SSHConnection async context manager. Thanks
go to Pieter-Jan Briers for providing this.

Release 2.14.1 (8 Nov 2023)
---------------------------

Expand Down

0 comments on commit 69f5a41

Please sign in to comment.