Skip to content

Commit

Permalink
pre release
Browse files Browse the repository at this point in the history
Signed-off-by: Giampaolo Rodola <g.rodola@gmail.com>
  • Loading branch information
giampaolo committed Oct 25, 2023
1 parent 0262fe1 commit 6d50bf7
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 7 deletions.
4 changes: 2 additions & 2 deletions HISTORY.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Bug tracker at https://github.com/giampaolo/pyftpdlib/issues

Version: 1.5.9 - IN DEVELOPMENT
===============================
Version: 1.5.9 - 2023-10-25
===========================

**Enhancements**

Expand Down
6 changes: 2 additions & 4 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -85,19 +85,17 @@ Features
`multiple thread / process <http://pyftpdlib.readthedocs.io/en/latest/tutorial.html#changing-the-concurrency-model>`__
model (as in: you'll be free to block or use slow filesystems).
- Portable: entirely written in pure Python; works with Python **2.7** and
**3.X** by using a single code base.
**3.X** using a single code base.
- Supports **FTPS** (`RFC-4217 <http://tools.ietf.org/html/rfc4217>`__),
**IPv6** (`RFC-2428 <ftp://ftp.rfc-editor.org/in-notes/rfc2428.txt>`__),
**Unicode** file names (`RFC-2640 <http://tools.ietf.org/html/rfc2640>`__),
**MLSD/MLST** commands (`RFC-3659 <ftp://ftp.rfc-editor.org/in-notes/rfc3659.txt>`__).
- Support for virtual users and virtual filesystem.
- Extremely flexible system of "authorizers" able to manage both "virtual" and
- Flexible system of "authorizers" able to manage both "virtual" and
"real" users on on both
`UNIX <http://pyftpdlib.readthedocs.io/en/latest/tutorial.html#unix-ftp-server>`__
and
`Windows <http://pyftpdlib.readthedocs.io/en/latest/tutorial.html#windows-ftp-server>`__.
- `Test coverage <https://github.com/giampaolo/pyftpdlib/blob/master/pyftpdlib/test/>`__
close to 100%.

Performances
============
Expand Down
2 changes: 1 addition & 1 deletion pyftpdlib/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,6 @@ class used to interact with the file system, providing a high level,
"""


__ver__ = '1.5.8'
__ver__ = '1.5.9'
__author__ = "Giampaolo Rodola' <g.rodola@gmail.com>"
__web__ = 'https://github.com/giampaolo/pyftpdlib/'

0 comments on commit 6d50bf7

Please sign in to comment.