From 713ede615b2aff335e962d49925cd9e9d4a8a806 Mon Sep 17 00:00:00 2001 From: ziirish Date: Tue, 10 Mar 2015 17:05:52 +0100 Subject: [PATCH] update CHANGELOG --- CHANGELOG.rst | 59 +++++++++++++++++++++++++++++++++++++++++++++++++++ README.rst | 49 +----------------------------------------- 2 files changed, 60 insertions(+), 48 deletions(-) create mode 100644 CHANGELOG.rst diff --git a/CHANGELOG.rst b/CHANGELOG.rst new file mode 100644 index 00000000..67f46047 --- /dev/null +++ b/CHANGELOG.rst @@ -0,0 +1,59 @@ +Changelog +--------- + +* version `current `_: + + - Fix issue `#35 `_ + - Fix issue `#53 `_ + - Add `multiple archive format `_ + - Add `support client-side encrypted backups while performing an online restoration `_ + - Add `ACL support `_ + - Add `sortable table in clients overview for `_ + - Security fixes + - Bufixes + - `Full changelog `__ + +* version `0.0.6 `_: + + - Add `gunicorn support `_ + - Add `init script for CentOS `_ + - Add `init script for Debian `_ + - Add `autofocus login field on login page `_ + - Add `burp-server configuration panel `_ + - Fix issue `#25 `_ + - Fix issue `#26 `_ + - Fix issue `#30 `_ + - Fix issue `#32 `_ + - Fix issue `#33 `_ + - Fix issue `#34 `_ + - Fix issue `#35 `_ + - Fix issue `#39 `_ + - Code cleanup + - Improve unit tests + - Bugfixes + - `Full changelog `__ + +* version `0.0.5 `_: + + - Add multi-server support + - Fix bugs + - `Full changelog `__ + +* version `0.0.4 `_: + + - Add the ability to download files directly from the web interface + - `Full changelog `__ + +* version `0.0.3 `_: + + - Add authentication + - `Full changelog `__ + +* version `0.0.2 `_: + + - Fix bugs + - `Full changelog `__ + +* version `0.0.1 `_: + + - Initial release diff --git a/README.rst b/README.rst index 6985533b..5f731dd9 100644 --- a/README.rst +++ b/README.rst @@ -207,54 +207,7 @@ But I didn't think yet of what to do. Changelog --------- -* version `current `_: - - - `Full changelog `__ - -* version `0.0.6 `_: - - - Add `gunicorn support `_ - - Add `init script for CentOS `_ - - Add `init script for Debian `_ - - Add `autofocus login field on login page `_ - - Add `burp-server configuration panel `_ - - Fix issue `#25 `_ - - Fix issue `#26 `_ - - Fix issue `#30 `_ - - Fix issue `#32 `_ - - Fix issue `#33 `_ - - Fix issue `#34 `_ - - Fix issue `#35 `_ - - Fix issue `#39 `_ - - Code cleanup - - Improve unit tests - - Bugfixes - - `Full changelog `__ - -* version `0.0.5 `_: - - - Add multi-server support - - Fix bugs - - `Full changelog `__ - -* version `0.0.4 `_: - - - Add the ability to download files directly from the web interface - - `Full changelog `__ - -* version `0.0.3 `_: - - - Add authentication - - `Full changelog `__ - -* version `0.0.2 `_: - - - Fix bugs - - `Full changelog `__ - -* version `0.0.1 `_: - - - Initial release +The Changelog has been replaced by `this file `_. Licenses