You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
89 lines
1.7 KiB
89 lines
1.7 KiB
servefile changelog |
|
=================== |
|
|
|
|
|
2020-10-30 v0.5.1 |
|
----------------- |
|
|
|
0.5.1 released |
|
|
|
* version bump for broken pypi release |
|
|
|
|
|
2020-10-29 v0.5.0 |
|
----------------- |
|
|
|
0.5.0 released |
|
|
|
* python3 support |
|
* test suite |
|
* fixed an endless redirect loop when serving ../ |
|
* added sorting for list view |
|
* added lzma/xz as compression method |
|
|
|
|
|
2015-11-10 v0.4.4 |
|
----------------- |
|
|
|
0.4.4 released |
|
|
|
* prefer using TLS1.2/TLS1 with --ssl if available |
|
* issue v3 certificates for self signed certificates with --ssl |
|
* removed lots of unnecessary error output |
|
* fixed a bug where wrong ranges were used on a HEAD request in directory listing mode |
|
* fixed a bug where directory listing mode allowed path traversal |
|
|
|
|
|
2013-12-28 v0.4.3 |
|
----------------- |
|
|
|
0.4.3 released |
|
|
|
* display user/password in url-list when authentication is used |
|
* various directory-listing patches by Sebastian Pipping |
|
* case-insensitive sorting |
|
* sort directories to top |
|
* hide .. in top directory |
|
* better error reporting/exception handling patch by Robert Buchholz |
|
* properly tell clients that http keep-alive is not available |
|
|
|
|
|
2012-06-27 v0.4.2 |
|
----------------- |
|
|
|
0.4.2 released |
|
|
|
* new directory listing + nicer index |
|
* IPv6 support |
|
* basic auth realm configurable |
|
* various bugfixes |
|
|
|
2012-05-04 v0.4.1 |
|
----------------- |
|
|
|
0.4.1 released |
|
|
|
* tar + compression feature |
|
* compression |
|
* shows fingerprint for self generated certs |
|
* added manpage |
|
|
|
2012-04-16 v0.4.0 |
|
----------------- |
|
|
|
0.4.0 released |
|
|
|
* SSL capabilities |
|
* Automatic creation of self signed certificates |
|
* HTTP basic auth |
|
* HEAD support |
|
* POST/Multipart upload support |
|
* PUT/POST upload support |
|
|
|
2012-04-05 v0.3.2 |
|
----------------- |
|
|
|
0.3.2 released |
|
|
|
* argparse |
|
|
|
|