summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKali Kaneko <kali@leap.se>2016-04-18 12:04:50 -0400
committerKali Kaneko <kali@leap.se>2016-04-18 12:04:50 -0400
commit93d9d21c4e3d62f835c07e8ad185f670a61ac828 (patch)
tree531689dd646f174f3e9ce9acbdf0a621da827210
parentdb3b1369ce12efea2c3d06d0671bfa655ef49571 (diff)
parente2a19eaf0ceca35acaedafb3796c66b562e825da (diff)
Merge tag '0.8.0' into develop
Tag leap.mx version 0.8.0
-rw-r--r--CHANGELOG.rst17
-rw-r--r--HISTORY (renamed from CHANGELOG)0
-rw-r--r--changes/next-changelog.txt9
-rw-r--r--pkg/requirements-leap.pip4
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/CHANGELOG b/HISTORY
index c2f3662..c2f3662 100644
--- a/CHANGELOG
+++ b/HISTORY
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