From f3261e937390fa703392d1234d47c00647285d42 Mon Sep 17 00:00:00 2001 From: drebs Date: Fri, 8 May 2015 16:38:54 -0300 Subject: [bug] remove --syslog twistd option Currently, we don't want to log to syslog, because the platform has to be modified before we can do that (see #6942). In the future, we might want to log to syslog only, or make it optional depending on the contents of /etc/default/leap_mx. For now we just remove twistd's --syslog option from the initscript. Closes: #6937. --- changes/bug_6937_remove-syslog-option | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 changes/bug_6937_remove-syslog-option (limited to 'changes') diff --git a/changes/bug_6937_remove-syslog-option b/changes/bug_6937_remove-syslog-option new file mode 100644 index 0000000..d3a65c3 --- /dev/null +++ b/changes/bug_6937_remove-syslog-option @@ -0,0 +1,2 @@ + o Remove logging to syslog for now. We should only do this in the future, + when the platform is ready for it. Closes #6937. -- cgit v1.2.3 From 5f2f8a65aba2672ae6661052af2f735ba17ad7a5 Mon Sep 17 00:00:00 2001 From: Ruben Pollan Date: Fri, 11 Sep 2015 11:43:31 +0200 Subject: [feat] Don't add any X-Leap-Provenance header - Resolves: #7439 --- changes/feature_7439_remove_provenance | 1 + 1 file changed, 1 insertion(+) create mode 100644 changes/feature_7439_remove_provenance (limited to 'changes') diff --git a/changes/feature_7439_remove_provenance b/changes/feature_7439_remove_provenance new file mode 100644 index 0000000..188b9a2 --- /dev/null +++ b/changes/feature_7439_remove_provenance @@ -0,0 +1 @@ +- Don't add X-Leap-Provenance header (Closes: #7439) -- cgit v1.2.3 From 8384b006f575ac0b769f9f6e9ce6b2c623ec9fa1 Mon Sep 17 00:00:00 2001 From: Ruben Pollan Date: Fri, 11 Sep 2015 11:45:17 +0200 Subject: [test] add test infrastructure Some refactor on the couchdb usage was needed to be able to mock couchdb. - Resolves: #7435 --- changes/feature_7435_unit_testing | 1 + 1 file changed, 1 insertion(+) create mode 100644 changes/feature_7435_unit_testing (limited to 'changes') diff --git a/changes/feature_7435_unit_testing b/changes/feature_7435_unit_testing new file mode 100644 index 0000000..32778b7 --- /dev/null +++ b/changes/feature_7435_unit_testing @@ -0,0 +1 @@ +- set up unit testing infrastructure (Closes: #7435) -- cgit v1.2.3 From d2c78426f9e493361b71199244ef2626eb6b9451 Mon Sep 17 00:00:00 2001 From: Ruben Pollan Date: Mon, 14 Sep 2015 12:28:06 +0200 Subject: [feat] return a more meaningful msg if user exists but has no key - Resolves: #7272 --- changes/feature_7272-msg-key-not-found | 1 + 1 file changed, 1 insertion(+) create mode 100644 changes/feature_7272-msg-key-not-found (limited to 'changes') diff --git a/changes/feature_7272-msg-key-not-found b/changes/feature_7272-msg-key-not-found new file mode 100644 index 0000000..2d82df8 --- /dev/null +++ b/changes/feature_7272-msg-key-not-found @@ -0,0 +1 @@ +- return a more meaningful msg if user exists but has no key (Closes: #7272) -- cgit v1.2.3 From 17545618c79478a104ca7be5dd601020f8749780 Mon Sep 17 00:00:00 2001 From: Ruben Pollan Date: Tue, 3 Nov 2015 19:38:23 +0100 Subject: [feat] update leap.mx usage of soledad CouchDatabase - Related: #7565 --- changes/feature_7565_couchdb_refactor | 1 + 1 file changed, 1 insertion(+) create mode 100644 changes/feature_7565_couchdb_refactor (limited to 'changes') diff --git a/changes/feature_7565_couchdb_refactor b/changes/feature_7565_couchdb_refactor new file mode 100644 index 0000000..dc6ac0b --- /dev/null +++ b/changes/feature_7565_couchdb_refactor @@ -0,0 +1 @@ +- Update code to the new CouchDatabase soledad code -- cgit v1.2.3 From ebc748d6dbe366d82e601c94f4191718b310bfae Mon Sep 17 00:00:00 2001 From: Ruben Pollan Date: Wed, 18 Nov 2015 19:50:02 +0100 Subject: [feat] Use syslog for logging - Closes: #6859 - Related: #6942 --- changes/feature_6942_use_syslog | 1 + 1 file changed, 1 insertion(+) create mode 100644 changes/feature_6942_use_syslog (limited to 'changes') diff --git a/changes/feature_6942_use_syslog b/changes/feature_6942_use_syslog new file mode 100644 index 0000000..ffa8f62 --- /dev/null +++ b/changes/feature_6942_use_syslog @@ -0,0 +1 @@ +- Use syslog for logging (Closes: #6859) -- cgit v1.2.3 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') 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') 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') 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') 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') 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') 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') 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