diff options
Diffstat (limited to 'camel/ChangeLog')
-rw-r--r-- | camel/ChangeLog | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/camel/ChangeLog b/camel/ChangeLog index e90ca8c61c..ed476ad02f 100644 --- a/camel/ChangeLog +++ b/camel/ChangeLog @@ -1,3 +1,24 @@ +2004-11-18 Not Zed <NotZed@Ximian.com> + + * providers/nntp/camel-nntp-stream.c: + * providers/nntp/camel-nntp-store.c: + * providers/nntp/camel-nntp-summary.c: Make debug run based on + 'nntp' debug option. + + * providers/nntp/camel-nntp-stream.c (stream_fill): if we get a 0 + read, return ECONNRESET. This should really have been put on the + stream for that imap hack fix. + + * providers/nntp/camel-nntp-store.c (camel_nntp_try_authenticate): + retry if the password attempt failed. + + ** See bug #68556. + + * providers/nntp/camel-nntp-store.c (xover_setup): don't overwrite + exception if we get a failure. + (camel_nntp_command): if we continue, then set the return code to + -1, so we re-loop rather than abort. + 2004-11-15 Jeffrey Stedfast <fejj@novell.com> * providers/pop3/camel-pop3-store.c (connect_to_server_wrapper): |