Moved to v0.4.3

tests v0.4.3
Sebastian Lohff 10 years ago
parent 320839d856
commit 6b85d23752

@ -1,10 +1,18 @@
servefile changelog servefile changelog
=================== ===================
v0.4.3 2013-12-28 v0.4.3
------ -----------------
0.4.3 released
* display user/password in url-list when authentication is used * 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 2012-06-27 v0.4.2

@ -7,7 +7,7 @@
from __future__ import print_function from __future__ import print_function
__version__ = '0.4.2' __version__ = '0.4.3'
import argparse import argparse
import base64 import base64

@ -1,4 +1,4 @@
.TH SERVEFILE 1 "April 2012" "servefile 0.4.2" "User Commands" .TH SERVEFILE 1 "December 2013" "servefile 0.4.3" "User Commands"
.SH NAME .SH NAME
servefile \- small HTTP-Server for temporary file transfer servefile \- small HTTP-Server for temporary file transfer

@ -7,7 +7,7 @@ setup(
description='Serve files from shell via a small HTTP server', description='Serve files from shell via a small HTTP server',
long_description='Serve files from shell via a small HTTP server. The server redirects all HTTP requests to the file, so only IP and port must be given to another user to access the file. Its main purpose is to quickly send a file to users in your local network, independent of their current setup (OS/software). Beneath that it also supports uploads, SSL, HTTP basic auth and directory listings.', long_description='Serve files from shell via a small HTTP server. The server redirects all HTTP requests to the file, so only IP and port must be given to another user to access the file. Its main purpose is to quickly send a file to users in your local network, independent of their current setup (OS/software). Beneath that it also supports uploads, SSL, HTTP basic auth and directory listings.',
platforms='posix', platforms='posix',
version='0.4.2', version='0.4.3',
license='GPLv3 or later', license='GPLv3 or later',
url='http://seba-geek.de/stuff/servefile/', url='http://seba-geek.de/stuff/servefile/',
author='Sebastian Lohff', author='Sebastian Lohff',

Loading…
Cancel
Save