aboutsummaryrefslogtreecommitdiffstats
path: root/camel/ChangeLog
diff options
context:
space:
mode:
authorNot Zed <NotZed@Ximian.com>2003-12-02 07:33:26 +0800
committerMichael Zucci <zucchi@src.gnome.org>2003-12-02 07:33:26 +0800
commitb626efedcac81217607d2eb502bff3de3a3dbdbc (patch)
tree46ee955212161c5fa95759f0369ced7b02d1c14b /camel/ChangeLog
parent9d8f9dea7be5a8d8973198eb5367d9f055f74974 (diff)
downloadgsoc2013-evolution-b626efedcac81217607d2eb502bff3de3a3dbdbc.tar
gsoc2013-evolution-b626efedcac81217607d2eb502bff3de3a3dbdbc.tar.gz
gsoc2013-evolution-b626efedcac81217607d2eb502bff3de3a3dbdbc.tar.bz2
gsoc2013-evolution-b626efedcac81217607d2eb502bff3de3a3dbdbc.tar.lz
gsoc2013-evolution-b626efedcac81217607d2eb502bff3de3a3dbdbc.tar.xz
gsoc2013-evolution-b626efedcac81217607d2eb502bff3de3a3dbdbc.tar.zst
gsoc2013-evolution-b626efedcac81217607d2eb502bff3de3a3dbdbc.zip
** See bug #51478.
2003-12-02 Not Zed <NotZed@Ximian.com> ** See bug #51478. * camel-gpg-context.c (gpg_ctx_free): handle the context being NULL, and exit silently. svn path=/trunk/; revision=23550
Diffstat (limited to 'camel/ChangeLog')
-rw-r--r--camel/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/camel/ChangeLog b/camel/ChangeLog
index 4300a6a310..a24189bd76 100644
--- a/camel/ChangeLog
+++ b/camel/ChangeLog
@@ -1,3 +1,10 @@
+2003-12-02 Not Zed <NotZed@Ximian.com>
+
+ ** See bug #51478.
+
+ * camel-gpg-context.c (gpg_ctx_free): handle the context being
+ NULL, and exit silently.
+
2003-12-01 Jeffrey Stedfast <fejj@ximian.com>
* camel-process.c (camel_process_fork): Start at fd = 3.