aboutsummaryrefslogtreecommitdiffstats
path: root/mail/ChangeLog
diff options
context:
space:
mode:
authorJeffrey Stedfast <fejj@ximian.com>2003-02-23 14:39:30 +0800
committerJeffrey Stedfast <fejj@src.gnome.org>2003-02-23 14:39:30 +0800
commiteea8bc47ec3b8fc60ac9d35a160f05f84ad96604 (patch)
treed6bc83705f8ee1096b46f84c12c1f8cbd436813c /mail/ChangeLog
parent91acf88e955d98ddc12cdb249e05568204d6573c (diff)
downloadgsoc2013-evolution-eea8bc47ec3b8fc60ac9d35a160f05f84ad96604.tar
gsoc2013-evolution-eea8bc47ec3b8fc60ac9d35a160f05f84ad96604.tar.gz
gsoc2013-evolution-eea8bc47ec3b8fc60ac9d35a160f05f84ad96604.tar.bz2
gsoc2013-evolution-eea8bc47ec3b8fc60ac9d35a160f05f84ad96604.tar.lz
gsoc2013-evolution-eea8bc47ec3b8fc60ac9d35a160f05f84ad96604.tar.xz
gsoc2013-evolution-eea8bc47ec3b8fc60ac9d35a160f05f84ad96604.tar.zst
gsoc2013-evolution-eea8bc47ec3b8fc60ac9d35a160f05f84ad96604.zip
Set the local provider description field to a string rather than NULL to
2003-02-23 Jeffrey Stedfast <fejj@ximian.com> * mail-local.c: Set the local provider description field to a string rather than NULL to prevent a segfault on solaris. Fixes bug #38418. svn path=/trunk/; revision=20007
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r--mail/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog
index 5fd28357c3..eb08433c49 100644
--- a/mail/ChangeLog
+++ b/mail/ChangeLog
@@ -1,5 +1,11 @@
2003-02-23 Jeffrey Stedfast <fejj@ximian.com>
+ * mail-local.c: Set the local provider description field to a
+ string rather than NULL to prevent a segfault on solaris. Fixes
+ bug #38418.
+
+2003-02-23 Jeffrey Stedfast <fejj@ximian.com>
+
* mail-format.c (write_text_header): bitwise-or in
CAMEL_MIME_FILTER_TOHTML_CONVERT_SPACES to fix bug #38499.