summaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorTomás Touceda <chiiph@leap.se>2013-10-31 15:39:45 -0300
committerTomás Touceda <chiiph@leap.se>2013-10-31 15:39:45 -0300
commitdb6040781739059d1708fa5471428ed3c0dc2738 (patch)
tree0cde8a7284636b2b9f73b6d6127ca34a4c3bd655 /changes
parentb1119f79f8399ed4689382df4f1af724f07e197b (diff)
Improve logging to better support unicode
Also add some files I forgot to add in a different feature branch.
Diffstat (limited to 'changes')
-rw-r--r--changes/VERSION_COMPAT1
-rw-r--r--changes/bug_improve_logging2
-rw-r--r--changes/bug_look_for_charset_first2
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