14
0
Files
python-pyftpdlib/python-pyftpdlib.changes
Tomáš Chvátal 257ebea97d - 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
2018-05-02 10:30:31 +00:00

50 lines
1.7 KiB
Plaintext

-------------------------------------------------------------------
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
- Trim exaggeration from descriptions.
-------------------------------------------------------------------
Thu Jun 22 14:14:51 UTC 2017 - jmatejek@suse.com
- update to 1.5.2
* disables old SSL methods
* fixed some hangs/crashes
- fixes test failures in OBS
- drop patches that are no longer needed:
* pyftpdlib-disable-error-0-ssl-unwrap.diff
* pyftpdlib-disable-incomplete-file-received.diff
* pyftpdlib-handle-missing-SSLv3.diff
- convert to singlespec
-------------------------------------------------------------------
Mon May 9 14:58:36 UTC 2016 - hpj@urpla.net
- add patch to disable another failing test, related to icomplete
file receptions
-------------------------------------------------------------------
Mon May 9 13:14:32 UTC 2016 - hpj@urpla.net
- add patch to test SSLv3 only, if available
-------------------------------------------------------------------
Mon May 9 10:34:42 UTC 2016 - hpj@urpla.net
- add patch to disable a test, that triggers an error 0 in ssl
-------------------------------------------------------------------
Sun May 8 20:15:42 UTC 2016 - hpj@urpla.net
- version 1.5.1: initial build