summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKali Kaneko <kali@leap.se>2016-04-18 12:01:56 -0400
committerKali Kaneko <kali@leap.se>2016-04-18 12:01:56 -0400
commit3093a7ee4574e38196d1037d7483ff673bb95fdd (patch)
treef7a94845d7fc9b1ac2be972bf8801d47ca92412a
parentdb3b1369ce12efea2c3d06d0671bfa655ef49571 (diff)
[pkg] Update changelog
-rw-r--r--CHANGELOG.rst17
-rw-r--r--HISTORY (renamed from CHANGELOG)0
-rw-r--r--changes/next-changelog.txt9
3 files changed, 18 insertions, 8 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.