Releases: sebageek/servefile
Releases · sebageek/servefile
v0.5.4
v0.5.3
v0.5.2
0.5.2 released!
- fixed bug where exception was shown on transmission abort with python3
- fixed wrong/outdated
pyopenssl
package names - tests are now using a free non-default port to avoid clashes; if
wished the ports can be set from outside by specifying the
environment variablesSERVEFILE_DEFAULT_PORT
and
SERVEFILE_SECONDARY_PORT
- fixed broken redirect when filename contained umlauts or other characters
that should have been quoted - fixed broken special char handling in directory listing for python2
- drop python3.5 support
- fixed PUT uploads with python3 and documented PUT-uploads with curl