aboutsummaryrefslogtreecommitdiffstats
path: root/camel/ChangeLog
diff options
context:
space:
mode:
authorNot Zed <NotZed@Ximian.com>2003-06-20 11:53:35 +0800
committerMichael Zucci <zucchi@src.gnome.org>2003-06-20 11:53:35 +0800
commitff2a889221767f30f3fefd166a675ce8d33de77e (patch)
tree3957eae2c306c60985ab86d058c5d147c89b3e1e /camel/ChangeLog
parent17bea8af3b8edee968d7ce8d3a4bc1cfb669289f (diff)
downloadgsoc2013-evolution-ff2a889221767f30f3fefd166a675ce8d33de77e.tar
gsoc2013-evolution-ff2a889221767f30f3fefd166a675ce8d33de77e.tar.gz
gsoc2013-evolution-ff2a889221767f30f3fefd166a675ce8d33de77e.tar.bz2
gsoc2013-evolution-ff2a889221767f30f3fefd166a675ce8d33de77e.tar.lz
gsoc2013-evolution-ff2a889221767f30f3fefd166a675ce8d33de77e.tar.xz
gsoc2013-evolution-ff2a889221767f30f3fefd166a675ce8d33de77e.tar.zst
gsoc2013-evolution-ff2a889221767f30f3fefd166a675ce8d33de77e.zip
if we got cancelled, the message is floating, so free it. (struct
2003-06-18 Not Zed <NotZed@Ximian.com> * camel-service.c (get_hostbyaddr, get_hostbyname): if we got cancelled, the message is floating, so free it. (struct _lookup_msg): Add a cancelled tag. (camel_gethostbyname, camel_gethostbyaddr): if we get a failure/cancel, cancel the lookup thread and detach, so we dont have to wait for it to return. cleanup changed to handle the case where we didn't get a reply message. svn path=/trunk/; revision=21489
Diffstat (limited to 'camel/ChangeLog')
-rw-r--r--camel/ChangeLog18
1 files changed, 18 insertions, 0 deletions
diff --git a/camel/ChangeLog b/camel/ChangeLog
index 396697c96a..439f411cfa 100644
--- a/camel/ChangeLog
+++ b/camel/ChangeLog
@@ -1,3 +1,13 @@
+2003-06-18 Not Zed <NotZed@Ximian.com>
+
+ * camel-service.c (get_hostbyaddr, get_hostbyname): if we got
+ cancelled, the message is floating, so free it.
+ (struct _lookup_msg): Add a cancelled tag.
+ (camel_gethostbyname, camel_gethostbyaddr): if we get a
+ failure/cancel, cancel the lookup thread and detach, so we dont
+ have to wait for it to return. cleanup changed to handle the case
+ where we didn't get a reply message.
+
2003-06-13 Jeffrey Stedfast <fejj@ximian.com>
* providers/pop3/camel-pop3-folder.c (pop3_finalize): Made static
@@ -22,6 +32,14 @@
2003-06-16 Not Zed <NotZed@Ximian.com>
+ ** See bug #31745
+
+ * providers/imap/camel-imap-store-summary.c
+ (camel_imap_store_summary_namespace_new): Workaround a shell bug -
+ if the namespace has '#' in it, then strip it.
+
+2003-06-16 Not Zed <NotZed@Ximian.com>
+
** See bug #44322
* providers/imap/camel-imap-command.c (imap_command_strdup_vprintf):