summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorlnu <lnu@f70e237a-67f3-0310-a06c-d2b8a7116972>2006-06-18 08:59:16 +0000
committerlnu <lnu@f70e237a-67f3-0310-a06c-d2b8a7116972>2006-06-18 08:59:16 +0000
commit8ed0ec9fd97511e847315d44cf0070ced31a9557 (patch)
tree96fea79a9dab1f477bc28e6e86799cea516cd86b /ChangeLog
parent3aba0ce3e74718a8d89d03f69f061158139ad9fa (diff)
downloadfeed2imap-8ed0ec9fd97511e847315d44cf0070ced31a9557.tar.gz
feed2imap-8ed0ec9fd97511e847315d44cf0070ced31a9557.tar.bz2
feed2imap-8ed0ec9fd97511e847315d44cf0070ced31a9557.zip
pre-release cleanup
git-svn-id: svn+ssh://svn.gna.org/svn/feed2imap/trunk/feed2imap@97 f70e237a-67f3-0310-a06c-d2b8a7116972
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog15
1 files changed, 10 insertions, 5 deletions
diff --git a/ChangeLog b/ChangeLog
index 8209430..0879abc 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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)
============================