diff options
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -1,6 +1,6 @@ Feed2Imap 0.9.2 (XX/10/2007) ============================ -* resynchronized rubyimap.rb with stdlib. Might fix Debian bug #405070. +* resynchronized rubyimap.rb with stdlib, and fixed send! -> send. * upload items in reverse order, to upload the older first Closes Gna bug #8986. Thanks go do Rial Juan for the patch. * Don't allow more than 16 fetchers to run at the same time. @@ -10,6 +10,8 @@ Feed2Imap 0.9.2 (XX/10/2007) * Don't update the cache if uploading items failed (should avoid missing some items). * Safer cache writing. Should avoid some cache corruption problems. +* Now exits when we receive an IMAP error, instead of trying to recover. We + shouldn't receive IMAP errors anyway. Closes Debian #405070. Feed2Imap 0.9.1 (15/05/2007) ============================ |