Skip to content

Commit 1b5839f

Browse files
committed
Bump version number up to 2.23.1 and update change log
1 parent d730803 commit 1b5839f

2 files changed

Lines changed: 15 additions & 1 deletion

File tree

asyncssh/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,4 @@
2626

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

29-
__version__ = '2.23.0'
29+
__version__ = '2.23.1'

docs/changes.rst

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,20 @@
33
Change Log
44
==========
55

6+
Release 2.23.1 (6 Jun 2026)
7+
---------------------------
8+
9+
* Fixed an SCP path traversal issue. Thanks go to Jaden Furtado for
10+
reporting this issue.
11+
12+
* Expanded previous fix to block unsafe user substitutions in server
13+
config. Thanks go to GitHub user cesabici-bit for reporting this
14+
issue.
15+
16+
* Fixed default value for reuse_address and reuse_port, matching
17+
the behaavior of asyncio.create_server(). Thanks go to Alexander
18+
Shlemin for reporting the inconsistency.
19+
620
Release 2.23.0 (8 May 2026)
721
---------------------------
822

0 commit comments

Comments
 (0)