diff options
-rw-r--r-- | CHANGELOG.rst | 17 | ||||
-rw-r--r-- | HISTORY (renamed from CHANGELOG) | 0 | ||||
-rw-r--r-- | changes/next-changelog.txt | 9 | ||||
-rw-r--r-- | pkg/requirements-leap.pip | 4 |
4 files changed, 20 insertions, 10 deletions
diff --git a/CHANGELOG.rst b/CHANGELOG.rst new file mode 100644 index 0000000..31fba49 --- /dev/null +++ b/CHANGELOG.rst @@ -0,0 +1,17 @@ +0.8.0 - 18 Apr, 2016 ++++++++++++++++++++++++++++++++ + +Features +~~~~~~~~ +- `#4285 <https://leap.se/code/issues/4285>`_: Add postfix lookup against couchdb for client smtp fingerprint +- `#5959 <https://leap.se/code/issues/5959>`_: Make alias resolver to return *uuid@deliver.local* +- `#7998 <https://leap.se/code/issues/7998>`_: Bounce stalled emails after a timeout. + +Bugfixes +~~~~~~~~ +- `#7253 <https://leap.se/code/issues/7253>`_: Use the original message for encryption. +- `#7961 <https://leap.se/code/issues/7961>`_: Check if the account is enabled. + +Misc +~~~~ +- `#7271 <https://leap.se/code/issues/7271>`_: Document the return codes of the TCP maps. diff --git a/changes/next-changelog.txt b/changes/next-changelog.txt index 65ed19c..2e13a84 100644 --- a/changes/next-changelog.txt +++ b/changes/next-changelog.txt @@ -1,4 +1,4 @@ -0.8.0 - xxx +0.8.1 - xxx +++++++++++++++++++++++++++++++ Please add lines to this file, they will be moved to the CHANGELOG.rst during @@ -10,23 +10,16 @@ I've added a new category `Misc` so we can track doc/style/packaging stuff. Features ~~~~~~~~ -- `#4285 <https://leap.se/code/issues/4285>`_: Add postfix lookup against couchdb for client smtp fingerprint -- `#5959 <https://leap.se/code/issues/5959>`_: Make alias resolver to return *uuid@deliver.local* -- `#7998 <https://leap.se/code/issues/7998>`_: Bounce stalled emails after a timeout. - - `#1234 <https://leap.se/code/issues/1234>`_: Description of the new feature corresponding with issue #1234. - New feature without related issue number. Bugfixes ~~~~~~~~ -- `#7253 <https://leap.se/code/issues/7253>`_: Use the original message for encryption. -- `#7961 <https://leap.se/code/issues/7961>`_: Check if the account is enabled. - `#1235 <https://leap.se/code/issues/1235>`_: Description for the fixed stuff corresponding with issue #1235. - Bugfix without related issue number. Misc ~~~~ -- `#7271 <https://leap.se/code/issues/7271>`_: Document the return codes of the TCP maps. - `#1236 <https://leap.se/code/issues/1236>`_: Description of the new feature corresponding with issue #1236. - Some change without issue number. diff --git a/pkg/requirements-leap.pip b/pkg/requirements-leap.pip index 23ebb69..aab5fa5 100644 --- a/pkg/requirements-leap.pip +++ b/pkg/requirements-leap.pip @@ -1,3 +1,3 @@ -leap.common>=0.3.5 +leap.common>=0.5.1 leap.soledad.common>=0.8.0 -leap.keymanager>=0.3.4 +leap.keymanager>=0.5.0 |