14
0

- Version update to 1.5.3:

* implemented SITE MFMT command which changes file modification time. (patch by Tahir Ijaz)
  * add username and password command line options
  * documentation moved to readthedocs: http://pyftpdlib.readthedocs.io
  * fix duplicated output log. (path by PonyPC)
  * Respond successfully to STOR only after closing file handle.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyftpdlib?expand=0&rev=7
This commit is contained in:
Tomáš Chvátal
2018-05-02 10:30:31 +00:00
committed by Git OBS Bridge
parent e5c7d66ea8
commit 257ebea97d
4 changed files with 20 additions and 10 deletions

View File

@@ -1,3 +1,13 @@
-------------------------------------------------------------------
Wed May 2 10:27:38 UTC 2018 - tchvatal@suse.com
- Version update to 1.5.3:
* implemented SITE MFMT command which changes file modification time. (patch by Tahir Ijaz)
* add username and password command line options
* documentation moved to readthedocs: http://pyftpdlib.readthedocs.io
* fix duplicated output log. (path by PonyPC)
* Respond successfully to STOR only after closing file handle.
-------------------------------------------------------------------
Thu Jul 6 00:25:48 UTC 2017 - jengelh@inai.de