diff --git a/MANIFEST.in b/MANIFEST.in new file mode 100644 index 0000000..f08a308 --- /dev/null +++ b/MANIFEST.in @@ -0,0 +1 @@ +include changelog diff --git a/changelog b/changelog new file mode 100644 index 0000000..45ec2b4 --- /dev/null +++ b/changelog @@ -0,0 +1,16 @@ +servefile changelog +=================== + +v0.4.0 +------ +* SSL capabilities +* Automatic creation of self signed certificates +* HTTP basic auth +* HEAD support +* POST/Multipart upload support +* PUT/POST upload support + +v0.3.2 +------ +* argparse +