Skip to content

Commit ace15a9

Browse files
committed
Pre-release
1 parent add6111 commit ace15a9

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

HISTORY.rst

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Bug tracker at https://github.com/giampaolo/pyftpdlib/issues
22

3-
Version: 2.2.0 - XXXX-XX-XX
3+
Version: 2.2.0 - 2026-02-08
44
===========================
55

66
**Enhancements**
@@ -11,7 +11,8 @@ Version: 2.2.0 - XXXX-XX-XX
1111

1212
* #676: Always return 200 for the ``OPTS UTF8`` and ``OPTS UTF-8 ON`` commands
1313
to ensure correct FTP client compatibility when UTF-8 is supported.
14-
* #683: Fix 100% CPU spin in TLS connections after timeout
14+
* #683: Fix 100% CPU spin in TLS connections after timeout. (patch by Svante
15+
Boberg)
1516

1617
**Compatibility notes**
1718

pyftpdlib/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,6 @@ class used to interact with the file system, providing a high level,
6868
6969
"""
7070

71-
__ver__ = "2.1.0"
71+
__ver__ = "2.2.0"
7272
__author__ = "Giampaolo Rodola' <g.rodola@gmail.com>"
7373
__web__ = "https://github.com/giampaolo/pyftpdlib/"

0 commit comments

Comments
 (0)