From ff2a889221767f30f3fefd166a675ce8d33de77e Mon Sep 17 00:00:00 2001 From: Not Zed Date: Fri, 20 Jun 2003 03:53:35 +0000 Subject: if we got cancelled, the message is floating, so free it. (struct 2003-06-18 Not Zed * 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 --- camel/ChangeLog | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) (limited to 'camel/ChangeLog') 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 + + * 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 * providers/pop3/camel-pop3-folder.c (pop3_finalize): Made static @@ -20,6 +30,14 @@ * camel-folder-summary.c (camel_folder_summary_remove_index): new function to drop a range of index entries in one hit. +2003-06-16 Not Zed + + ** 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 ** See bug #44322 -- cgit