From 6fd862abc9e8711bd4aa117697c5df85cf6f560a Mon Sep 17 00:00:00 2001 From: Ruben Pollan Date: Wed, 28 Oct 2015 18:52:34 +0100 Subject: [feat] add '@deliver.local' to uuid - Resolves: #5959 --- changes/next-changelog.txt | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 changes/next-changelog.txt (limited to 'changes/next-changelog.txt') diff --git a/changes/next-changelog.txt b/changes/next-changelog.txt new file mode 100644 index 0000000..c7ba3b8 --- /dev/null +++ b/changes/next-changelog.txt @@ -0,0 +1,29 @@ +0.8.0 - xxx ++++++++++++++++++++++++++++++++ + +Please add lines to this file, they will be moved to the CHANGELOG.rst during +the next release. + +There are two template lines for each category, use them as reference. + +I've added a new category `Misc` so we can track doc/style/packaging stuff. + +Features +~~~~~~~~ +- `#5959 `_: Make alias resolver to return *uuid@deliver.local* +- `#1234 `_: Description of the new feature corresponding with issue #1234. +- New feature without related issue number. + +Bugfixes +~~~~~~~~ +- `#1235 `_: Description for the fixed stuff corresponding with issue #1235. +- Bugfix without related issue number. + +Misc +~~~~ +- `#1236 `_: Description of the new feature corresponding with issue #1236. +- Some change without issue number. + +Known Issues +~~~~~~~~~~~~ +- `#1236 `_: Description of the known issue corresponding with issue #1236. -- cgit v1.2.3 From 33ff87e46bef6bcc980ed4885d8950e3d912032e Mon Sep 17 00:00:00 2001 From: Ruben Pollan Date: Thu, 26 Nov 2015 19:08:15 +0100 Subject: [doc] document the return codes of the TCP maps - Resolves: #7271 --- changes/next-changelog.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'changes/next-changelog.txt') diff --git a/changes/next-changelog.txt b/changes/next-changelog.txt index c7ba3b8..fbee095 100644 --- a/changes/next-changelog.txt +++ b/changes/next-changelog.txt @@ -21,6 +21,7 @@ Bugfixes Misc ~~~~ +- `#7271 `_: Document the return codes of the TCP maps. - `#1236 `_: Description of the new feature corresponding with issue #1236. - Some change without issue number. -- cgit v1.2.3 From 8fc1258ace65be2bb828bf302fc0661cdd128bd7 Mon Sep 17 00:00:00 2001 From: Ruben Pollan Date: Wed, 18 Nov 2015 00:27:56 +0100 Subject: [feat] postfix lookup against couchdb for client smtp fingerprint - Resolves: #4285 --- changes/next-changelog.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'changes/next-changelog.txt') diff --git a/changes/next-changelog.txt b/changes/next-changelog.txt index fbee095..641e26c 100644 --- a/changes/next-changelog.txt +++ b/changes/next-changelog.txt @@ -10,6 +10,7 @@ I've added a new category `Misc` so we can track doc/style/packaging stuff. Features ~~~~~~~~ +- `#4285 `_: Add postfix lookup against couchdb for client smtp fingerprint - `#5959 `_: Make alias resolver to return *uuid@deliver.local* - `#1234 `_: Description of the new feature corresponding with issue #1234. - New feature without related issue number. -- cgit v1.2.3 From b26643ea9848869ece6ead2ba6c0991333d3c6f4 Mon Sep 17 00:00:00 2001 From: Ruben Pollan Date: Wed, 25 Nov 2015 19:15:33 +0100 Subject: [feat] use the original message for encryption Do not reconstruct the message from the parsed one. Added test for missleading encoding. - Resolves: #7253 --- changes/next-changelog.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'changes/next-changelog.txt') diff --git a/changes/next-changelog.txt b/changes/next-changelog.txt index 641e26c..0e3da74 100644 --- a/changes/next-changelog.txt +++ b/changes/next-changelog.txt @@ -17,6 +17,7 @@ Features Bugfixes ~~~~~~~~ +- `#7253 `_: Use the original message for encryption. - `#1235 `_: Description for the fixed stuff corresponding with issue #1235. - Bugfix without related issue number. -- cgit v1.2.3 From 76df59e41d971a030f3630db96c732efe2577f91 Mon Sep 17 00:00:00 2001 From: Ruben Pollan Date: Fri, 11 Mar 2016 13:14:34 +0100 Subject: [bug] Check if the account is enabled - Resolves: #7961 --- changes/next-changelog.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'changes/next-changelog.txt') diff --git a/changes/next-changelog.txt b/changes/next-changelog.txt index 0e3da74..f34adbd 100644 --- a/changes/next-changelog.txt +++ b/changes/next-changelog.txt @@ -18,6 +18,7 @@ Features Bugfixes ~~~~~~~~ - `#7253 `_: Use the original message for encryption. +- `#7961 `_: Check if the account is enabled. - `#1235 `_: Description for the fixed stuff corresponding with issue #1235. - Bugfix without related issue number. -- cgit v1.2.3 From db3b1369ce12efea2c3d06d0671bfa655ef49571 Mon Sep 17 00:00:00 2001 From: Ruben Pollan Date: Thu, 7 Apr 2016 19:22:31 +0200 Subject: [feature] Bounce stalled emails after a timeout. * Resolves: #7998 --- changes/next-changelog.txt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'changes/next-changelog.txt') diff --git a/changes/next-changelog.txt b/changes/next-changelog.txt index f34adbd..65ed19c 100644 --- a/changes/next-changelog.txt +++ b/changes/next-changelog.txt @@ -12,6 +12,8 @@ Features ~~~~~~~~ - `#4285 `_: Add postfix lookup against couchdb for client smtp fingerprint - `#5959 `_: Make alias resolver to return *uuid@deliver.local* +- `#7998 `_: Bounce stalled emails after a timeout. + - `#1234 `_: Description of the new feature corresponding with issue #1234. - New feature without related issue number. -- cgit v1.2.3 From 3093a7ee4574e38196d1037d7483ff673bb95fdd Mon Sep 17 00:00:00 2001 From: Kali Kaneko Date: Mon, 18 Apr 2016 12:01:56 -0400 Subject: [pkg] Update changelog --- changes/next-changelog.txt | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) (limited to 'changes/next-changelog.txt') 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 `_: Add postfix lookup against couchdb for client smtp fingerprint -- `#5959 `_: Make alias resolver to return *uuid@deliver.local* -- `#7998 `_: Bounce stalled emails after a timeout. - - `#1234 `_: Description of the new feature corresponding with issue #1234. - New feature without related issue number. Bugfixes ~~~~~~~~ -- `#7253 `_: Use the original message for encryption. -- `#7961 `_: Check if the account is enabled. - `#1235 `_: Description for the fixed stuff corresponding with issue #1235. - Bugfix without related issue number. Misc ~~~~ -- `#7271 `_: Document the return codes of the TCP maps. - `#1236 `_: Description of the new feature corresponding with issue #1236. - Some change without issue number. -- cgit v1.2.3