aboutsummaryrefslogtreecommitdiffstats
path: root/camel/ChangeLog
diff options
context:
space:
mode:
authorNot Zed <NotZed@Ximian.com>2004-12-01 11:59:14 +0800
committerMichael Zucci <zucchi@src.gnome.org>2004-12-01 11:59:14 +0800
commitce6b27c260eac8a9f3c10035b413b80de5a07647 (patch)
treebb2f8af608f31abdc1e1f95b5468a3299bfa26e4 /camel/ChangeLog
parentae4b9b15b54ca28bbb3707a24204277e91a4b9ee (diff)
downloadgsoc2013-evolution-ce6b27c260eac8a9f3c10035b413b80de5a07647.tar
gsoc2013-evolution-ce6b27c260eac8a9f3c10035b413b80de5a07647.tar.gz
gsoc2013-evolution-ce6b27c260eac8a9f3c10035b413b80de5a07647.tar.bz2
gsoc2013-evolution-ce6b27c260eac8a9f3c10035b413b80de5a07647.tar.lz
gsoc2013-evolution-ce6b27c260eac8a9f3c10035b413b80de5a07647.tar.xz
gsoc2013-evolution-ce6b27c260eac8a9f3c10035b413b80de5a07647.tar.zst
gsoc2013-evolution-ce6b27c260eac8a9f3c10035b413b80de5a07647.zip
** See bug #69776.
2004-12-01 Not Zed <NotZed@Ximian.com> ** See bug #69776. * camel-multipart-signed.c (parse_boundary): take end of data argument, so it handles binary data. Use a binary data string search rather than strstr. (parse_content): dont bother to append a \0 on the end of the data, not binary capable. svn path=/trunk/; revision=28026
Diffstat (limited to 'camel/ChangeLog')
-rw-r--r--camel/ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/camel/ChangeLog b/camel/ChangeLog
index 3114bcf35c..9c5ef6c29e 100644
--- a/camel/ChangeLog
+++ b/camel/ChangeLog
@@ -1,3 +1,13 @@
+2004-12-01 Not Zed <NotZed@Ximian.com>
+
+ ** See bug #69776.
+
+ * camel-multipart-signed.c (parse_boundary): take end of data
+ argument, so it handles binary data. Use a binary data string
+ search rather than strstr.
+ (parse_content): dont bother to append a \0 on the end of the
+ data, not binary capable.
+
2004-11-23 Not Zed <NotZed@Ximian.com>
** See bug #69615.