diff options
author | Ivan Alejandro <ivanalejandro0@gmail.com> | 2013-10-31 15:47:11 -0300 |
---|---|---|
committer | Ivan Alejandro <ivanalejandro0@gmail.com> | 2013-10-31 15:47:11 -0300 |
commit | 81adca3c843df461c7892f4ff6c7dd5eb12928d4 (patch) | |
tree | 0cde8a7284636b2b9f73b6d6127ca34a4c3bd655 /changes | |
parent | b1119f79f8399ed4689382df4f1af724f07e197b (diff) | |
parent | db6040781739059d1708fa5471428ed3c0dc2738 (diff) |
Merge remote-tracking branch 'chiiph/bug/more_unicode_stuff' into develop
Diffstat (limited to 'changes')
-rw-r--r-- | changes/VERSION_COMPAT | 1 | ||||
-rw-r--r-- | changes/bug_improve_logging | 2 | ||||
-rw-r--r-- | changes/bug_look_for_charset_first | 2 |
3 files changed, 5 insertions, 0 deletions
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 |