From 146948c060c1f69b997400e995ec9d4ba4160c56 Mon Sep 17 00:00:00 2001 From: Ivan Alejandro Date: Thu, 21 Nov 2013 12:30:14 -0300 Subject: Add changes file for #4491. --- changes/email-checks | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 changes/email-checks (limited to 'changes') diff --git a/changes/email-checks b/changes/email-checks new file mode 100644 index 0000000..eee7de7 --- /dev/null +++ b/changes/email-checks @@ -0,0 +1,3 @@ + o Remove address check when sending email and rely in the email client to + verify that is correct. Closes #4491. + o Support sending encrypted mails to addresses using the '+' sign. -- cgit v1.2.3 From dea149b6f5175a8082c81f32ee34ce4e4d878e0e Mon Sep 17 00:00:00 2001 From: drebs Date: Mon, 25 Nov 2013 11:20:55 -0200 Subject: Fix error returns on openpgp backend. Also fix: - some docstrings. - variabled referenced without previous assignement. --- changes/bug_fix-returns | 1 + 1 file changed, 1 insertion(+) create mode 100644 changes/bug_fix-returns (limited to 'changes') diff --git a/changes/bug_fix-returns b/changes/bug_fix-returns new file mode 100644 index 0000000..3bb7264 --- /dev/null +++ b/changes/bug_fix-returns @@ -0,0 +1 @@ + o Fix error return values on openpgp backend. -- cgit v1.2.3 From 5d5f5ee44ab0baec3984f435dcd8783609f79867 Mon Sep 17 00:00:00 2001 From: drebs Date: Mon, 25 Nov 2013 16:35:27 -0200 Subject: Improve exceptions names and handling. --- changes/feature_improve-exceptions-names-and-handling | 1 + 1 file changed, 1 insertion(+) create mode 100644 changes/feature_improve-exceptions-names-and-handling (limited to 'changes') diff --git a/changes/feature_improve-exceptions-names-and-handling b/changes/feature_improve-exceptions-names-and-handling new file mode 100644 index 0000000..936232d --- /dev/null +++ b/changes/feature_improve-exceptions-names-and-handling @@ -0,0 +1 @@ + o Improve exception names and handling. -- cgit v1.2.3 From 48751fa19bf9d9dfd1acbe96c582d08d57b81d07 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1s=20Touceda?= Date: Fri, 6 Dec 2013 15:33:25 -0300 Subject: Fold in changes --- changes/VERSION_COMPAT | 0 changes/bug_fix-returns | 1 - changes/email-checks | 3 --- changes/feature_improve-exceptions-names-and-handling | 1 - 4 files changed, 5 deletions(-) create mode 100644 changes/VERSION_COMPAT delete mode 100644 changes/bug_fix-returns delete mode 100644 changes/email-checks delete mode 100644 changes/feature_improve-exceptions-names-and-handling (limited to 'changes') diff --git a/changes/VERSION_COMPAT b/changes/VERSION_COMPAT new file mode 100644 index 0000000..e69de29 diff --git a/changes/bug_fix-returns b/changes/bug_fix-returns deleted file mode 100644 index 3bb7264..0000000 --- a/changes/bug_fix-returns +++ /dev/null @@ -1 +0,0 @@ - o Fix error return values on openpgp backend. diff --git a/changes/email-checks b/changes/email-checks deleted file mode 100644 index eee7de7..0000000 --- a/changes/email-checks +++ /dev/null @@ -1,3 +0,0 @@ - o Remove address check when sending email and rely in the email client to - verify that is correct. Closes #4491. - o Support sending encrypted mails to addresses using the '+' sign. diff --git a/changes/feature_improve-exceptions-names-and-handling b/changes/feature_improve-exceptions-names-and-handling deleted file mode 100644 index 936232d..0000000 --- a/changes/feature_improve-exceptions-names-and-handling +++ /dev/null @@ -1 +0,0 @@ - o Improve exception names and handling. -- cgit v1.2.3