From e7215bd9cb3bad02c5fcc71c5a04eaf53f81831e Mon Sep 17 00:00:00 2001 From: Sebastian Lohff Date: Fri, 4 May 2012 12:23:48 +0200 Subject: [PATCH] New ChangeLog format proposed by Florian Streibelt --- ChangeLog | 22 ++++++++++++++++++++++ changelog | 16 ---------------- 2 files changed, 22 insertions(+), 16 deletions(-) create mode 100644 ChangeLog delete mode 100644 changelog diff --git a/ChangeLog b/ChangeLog new file mode 100644 index 0000000..fe554c7 --- /dev/null +++ b/ChangeLog @@ -0,0 +1,22 @@ +servefile changelog +=================== + +2012-04-27 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 + diff --git a/changelog b/changelog deleted file mode 100644 index 45ec2b4..0000000 --- a/changelog +++ /dev/null @@ -1,16 +0,0 @@ -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 -