diff options
Diffstat (limited to '')
-rw-r--r-- | ChangeLog | 15 |
1 files changed, 10 insertions, 5 deletions
@@ -1,15 +1,20 @@ Feed2Imap 0.8 (XX/XX/2006) ============================ -* Fixed a small bug in the duplicate items handling which could have caused - some items to be ignored if they had the same url but different content. -* New always-new flag in the config file to consider all items as new (for - feeds where items are wrongly marked as updated, e.g mediawiki feeds). - See example configuration file for more information. * Uses the http_proxy environment variable to determine the proxy server if available. (fixes gna bug #5820, all credits go to Boyd Adamson <boyd-adamson@usa.net>) * Fixes flocking on Solaris (fixes gna bug #5819). Again, all credits go to Boyd Adamson <boyd-adamson@usa.net>. +* Rewrite of the "find updated and new items" code. It should work much better + now. Also, a debug-updated configuration variable was added to make it + easier to debug those issues. +* New always-new flag in the config file to consider all items as new (for + feeds where items are wrongly marked as updated, e.g mediawiki feeds). + See example configuration file for more information (fixes Debian bug + #366878). +* When disconnecting from the IMAP server, don't display an exception in + non-verbose mode if the "connection is reset by peer" (fixes Debian bug + #367282). Feed2Imap 0.7 (17/02/2006) ============================ |