summaryrefslogtreecommitdiff
path: root/ChangeLog
blob: 8209430a222d772385761694aaba174f77779f44 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
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>.

Feed2Imap 0.7 (17/02/2006)
============================
* Fixes the IMAPS disconnection problem (patch provided by Gael Utard
  <gael.utard@laposte.net>) (fixes gna bug #2178).
* Fixes some issues regarding parallel fetching of feeds.
* Now displays the feed creator as sender of emails. (fixes gna bug #5043).
* Don't display the password in error messages (fixes debian bug #350370).
* Upload mail with the Item's time, not the upload's time (fixes debian
  bug #350371).

Feed2Imap 0.6 (11/01/2006)
============================
* Moved the RSS/Atom parser to a separate library (ruby-feedparser).
* Locks the Cache file to avoid concurrent instances of feed2imap.
* Issue a warning if the config file is world readable.
* Fixed a small bug in Atom feeds parsing.
* Fix another bug related to escaped HTML.
* Minor fixes.

Feed2Imap 0.5 (19/09/2005)
============================
* Fixed a parser problem with items with multiple children in the description.
* Mails were upload with \n only, but \r\n are needed.
* Feed2Imap can now work without libopenssl.
* Fixed a bug in the HTML2Text converter with <a> tags without href.
* Reserved characters (eg @) can now be included in the login, password or
  folder. You just need to escape them.
* Feed2Imap is now included in Debian (package name: feed2imap).
* Much better handling of feeds with escaped HTML (LinuxFR for example).

Feed2Imap 0.4 (25/07/2005)
============================
* now available as a Debian package.
* added manpages for everything.
* added min-frequency and disable config options. Added doc in example config.
* You can now use WordPress's feed:http://something urls in feed2imaprc.
* Switched to a real SGML parser for the text version.
* Much better output for the text version of emails.
* New feed2imap-cleaner to remove old mails seen but not flagged
* Feed2Imap version number wasn't displayed in the User-Agent
* Better exception handling when parsing errors occur
* added feed2imap's RSS feed to the default feeds in the config file

Feed2Imap 0.3 (04/06/2005)
============================
* New releases are now advertised using a RSS feed
* Cleaner way to manage duplicate IDs (#1773)
* Fixed a problem with pseudo-duplicate entries from Mediawiki
* Fixed a problem with updated items being seen as updated at each update.
* Fixed a problem when the disconnection from the IMAP server failed.
  reported by Ludovic Gomez <ludogomez@chez.com>

Feed2Imap 0.2 (30/04/2005)
============================
* Fixed a problem with feeds with strange caching bugs (old items going away
  and coming back)
* The text version is now encoded in iso-8859-1 instead of utf-8.
* The subject is now MIME-encoded in utf-8. It works with mutt & evo.
* No longer overwrite mail flags (Read, Important,..) when updating an item.
* HTTP fetching is now multithreaded and is much faster (about 300%).
* Fetching over HTTPS works.
* HTTP fetching is fully unit-tested.

Feed2Imap 0.1 (02/04/2005)
==========================
* first public release.