aboutsummaryrefslogtreecommitdiffstats
path: root/camel/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'camel/ChangeLog')
-rw-r--r--camel/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/camel/ChangeLog b/camel/ChangeLog
index 93a88e2024..c3610f2bef 100644
--- a/camel/ChangeLog
+++ b/camel/ChangeLog
@@ -1,5 +1,13 @@
2002-07-12 Jeffrey Stedfast <fejj@ximian.com>
+ * camel-multipart-encrypted.c (camel_multipart_encrypted_decrypt):
+ On error, do not unref the parts gotten using
+ camel_multipart_get_part() since that function does not ref the
+ parts. Also don't forget to reset the decrypted stream before
+ trying to parse it ;-)
+
+2002-07-12 Jeffrey Stedfast <fejj@ximian.com>
+
* camel-multipart.c (camel_multipart_class_init): Updated to not
use camel_type_get_global_classfuncs() since this is just a cast
macro now.