From a2c88d23c5b34926a3e9f9efbf005b2b4806094d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1s=20Touceda?= Date: Thu, 24 Oct 2013 13:46:02 -0300 Subject: Add changes file --- changes/bug_support_more_than_utf8 | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 changes/bug_support_more_than_utf8 (limited to 'changes') diff --git a/changes/bug_support_more_than_utf8 b/changes/bug_support_more_than_utf8 new file mode 100644 index 0000000..2e467aa --- /dev/null +++ b/changes/bug_support_more_than_utf8 @@ -0,0 +1,5 @@ + o Support more than utf8 encodings for emails. + o Add support for receiving mailing list mails. + o Use the uuid that alias_resolver returned and postfix added to the + mail headers, which improves performance. + o Look for public keys based on uuid instead of mail address. \ No newline at end of file -- cgit v1.2.3 From eecd4f4b1cfff41944d9fb002a56b8675fa05298 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1s=20Touceda?= Date: Tue, 29 Oct 2013 16:30:03 -0300 Subject: Add changes file --- changes/bug_fix_ret_codes | 1 + 1 file changed, 1 insertion(+) create mode 100644 changes/bug_fix_ret_codes (limited to 'changes') diff --git a/changes/bug_fix_ret_codes b/changes/bug_fix_ret_codes new file mode 100644 index 0000000..54778db --- /dev/null +++ b/changes/bug_fix_ret_codes @@ -0,0 +1 @@ + o Fix return codes for check recipient access. Fixes #3356. \ No newline at end of file -- cgit v1.2.3 From db6040781739059d1708fa5471428ed3c0dc2738 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1s=20Touceda?= Date: Thu, 31 Oct 2013 15:39:45 -0300 Subject: Improve logging to better support unicode Also add some files I forgot to add in a different feature branch. --- changes/VERSION_COMPAT | 1 + changes/bug_improve_logging | 2 ++ changes/bug_look_for_charset_first | 2 ++ 3 files changed, 5 insertions(+) create mode 100644 changes/VERSION_COMPAT create mode 100644 changes/bug_improve_logging create mode 100644 changes/bug_look_for_charset_first (limited to 'changes') diff --git a/changes/VERSION_COMPAT b/changes/VERSION_COMPAT new file mode 100644 index 0000000..98efc6e --- /dev/null +++ b/changes/VERSION_COMPAT @@ -0,0 +1 @@ +leap.common>=0.3.5 \ No newline at end of file diff --git a/changes/bug_improve_logging b/changes/bug_improve_logging new file mode 100644 index 0000000..920c33b --- /dev/null +++ b/changes/bug_improve_logging @@ -0,0 +1,2 @@ + o Improve logging in general and support possible unicode parameters + without breaking. \ No newline at end of file diff --git a/changes/bug_look_for_charset_first b/changes/bug_look_for_charset_first new file mode 100644 index 0000000..0ab964a --- /dev/null +++ b/changes/bug_look_for_charset_first @@ -0,0 +1,2 @@ + o Try to figure out the encoding of an email first by looking into + its header, if that fails then by using chardet. \ No newline at end of file -- cgit v1.2.3 From a3d057708c04d54fe1c3caa8cab2fb55bd592f51 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1s=20Touceda?= Date: Fri, 1 Nov 2013 10:55:01 -0300 Subject: Update requirements --- changes/VERSION_COMPAT | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) (limited to 'changes') diff --git a/changes/VERSION_COMPAT b/changes/VERSION_COMPAT index 98efc6e..cc00ecf 100644 --- a/changes/VERSION_COMPAT +++ b/changes/VERSION_COMPAT @@ -1 +1,10 @@ -leap.common>=0.3.5 \ No newline at end of file +################################################# +# This file keeps track of the recent changes +# introduced in internal leap dependencies. +# Add your changes here so we can properly update +# requirements.pip during the release process. +# (leave header when resetting) +################################################# +# +# BEGIN DEPENDENCY LIST ------------------------- +# leap.foo.bar>=x.y.z -- cgit v1.2.3 From 07e279dbb6540044ae1a657dc9203d6987280469 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1s=20Touceda?= Date: Fri, 1 Nov 2013 10:56:55 -0300 Subject: Fold in changes --- changes/bug_fix_ret_codes | 1 - changes/bug_improve_logging | 2 -- changes/bug_look_for_charset_first | 2 -- changes/bug_support_more_than_utf8 | 5 ----- 4 files changed, 10 deletions(-) delete mode 100644 changes/bug_fix_ret_codes delete mode 100644 changes/bug_improve_logging delete mode 100644 changes/bug_look_for_charset_first delete mode 100644 changes/bug_support_more_than_utf8 (limited to 'changes') diff --git a/changes/bug_fix_ret_codes b/changes/bug_fix_ret_codes deleted file mode 100644 index 54778db..0000000 --- a/changes/bug_fix_ret_codes +++ /dev/null @@ -1 +0,0 @@ - o Fix return codes for check recipient access. Fixes #3356. \ No newline at end of file diff --git a/changes/bug_improve_logging b/changes/bug_improve_logging deleted file mode 100644 index 920c33b..0000000 --- a/changes/bug_improve_logging +++ /dev/null @@ -1,2 +0,0 @@ - o Improve logging in general and support possible unicode parameters - without breaking. \ No newline at end of file diff --git a/changes/bug_look_for_charset_first b/changes/bug_look_for_charset_first deleted file mode 100644 index 0ab964a..0000000 --- a/changes/bug_look_for_charset_first +++ /dev/null @@ -1,2 +0,0 @@ - o Try to figure out the encoding of an email first by looking into - its header, if that fails then by using chardet. \ No newline at end of file diff --git a/changes/bug_support_more_than_utf8 b/changes/bug_support_more_than_utf8 deleted file mode 100644 index 2e467aa..0000000 --- a/changes/bug_support_more_than_utf8 +++ /dev/null @@ -1,5 +0,0 @@ - o Support more than utf8 encodings for emails. - o Add support for receiving mailing list mails. - o Use the uuid that alias_resolver returned and postfix added to the - mail headers, which improves performance. - o Look for public keys based on uuid instead of mail address. \ No newline at end of file -- cgit v1.2.3