From 54fca64ff16d95d03588217dfaa21f4729c2f930 Mon Sep 17 00:00:00 2001 From: Christian Weiske Date: Thu, 27 Sep 2012 19:54:52 +0200 Subject: [PATCH] update changelog, add NEWS file --- ChangeLog | 9 +++++---- NEWS.rst | 26 ++++++++++++++++++++++++++ 2 files changed, 31 insertions(+), 4 deletions(-) create mode 100644 NEWS.rst diff --git a/ChangeLog b/ChangeLog index 3212783..0229685 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,9 +1,10 @@ -2012-09-19 Christian Weiske +2012-09-27 Christian Weiske - * Implement request #13: remote forking support + * Release of version 0.3.0 2012-09-19 Christian Weiske + * Implement request #13: remote forking support * Implement request #12: add link rel="vcs-git" 2012-09-18 Justin J. Novack @@ -12,7 +13,7 @@ 2012-09-17 Justin J. Novack - * Add OpenID authentication + * Implement request #5: OpenID authentication 2012-09-16 Christian Weiske @@ -48,7 +49,7 @@ * Automatic elasticsearch setup on startup * Use title instead of paste ID * Better pager - * Request #3: Show new pastes in sidebar of "new paste" page + * Implement request #3: Show new pastes in sidebar of "new paste" page 2012-05-04 Christian Weiske diff --git a/NEWS.rst b/NEWS.rst new file mode 100644 index 0000000..02acbfb --- /dev/null +++ b/NEWS.rst @@ -0,0 +1,26 @@ +Version 0.3.0 - 2012-09-27 +-------------------------- + +* Fix bug #10: error when nothing submitted [cweiske] +* Fix bug #11: do not index edit, delete and tool pages [cweiske] +* Implement request #5: Add OpenID authentication [jnovack] +* Implement request #9: autodetect file type [cweiske] +* Implement request #12: DOAP and rel="vcs-git" support [cweiske] +* Implement request #13: remote forking support [cweiske] +* Hide additional file fields by default, button to toggle their visibility + [cweiske] +* Markdown support [jnovack] +* Added nginx rewrite rules to README [skl] + + +Version 0.2.0 - 2012-05-25 +-------------------------- +* Elasticsearch support +* Use title instead of paste ID +* Pager for result listings +* Implement request #3: Show new pastes in sidebar of "new paste" page + + +Version 0.1.0 - 2012-04-19 +-------------------------- +Initial version -- 2.30.2