summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorLucas Nussbaum <lucas@lucas-nussbaum.net>2009-05-15 18:01:57 +0200
committerLucas Nussbaum <lucas@lucas-nussbaum.net>2009-05-15 18:01:57 +0200
commit6acc50198e3303e7793aa95d3ec14e93b1579902 (patch)
treed0dd1cfcdd5d97c43a7fc4d139d6f1e7dba089e9 /ChangeLog
parent78d88f7f90e2737f722052a910233b16e4deafd1 (diff)
downloadfeed2imap-6acc50198e3303e7793aa95d3ec14e93b1579902.tar.gz
feed2imap-6acc50198e3303e7793aa95d3ec14e93b1579902.tar.bz2
feed2imap-6acc50198e3303e7793aa95d3ec14e93b1579902.zip
prep release, config parsing fix
- prepared the release (still need to update the date) - allowed to re-use substrings in the yaml config file (+ doc) thanks to Bernhard Stoeckner for the tip.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 8 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 4eabcb1..768ac1d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,8 +1,15 @@
-Feed2Imap 0.9.4 (XX/XX/2008)
+Feed2Imap 0.9.4 (10/05/2009)
============================
* Warn (INFO level, so only displayed with feed2imap -v) if fetching a
feed takes more than 10s, as this might cause massive delays
in feed2imap run times.
+* Fix encoding of email headers
+* Only include images once when used several times in the same item
+* New version of Net::Imap
+* Use Message-Id instead of X-CacheIndex
+* Fix MIME formatting when including images
+* Require ruby-feedparser 0.7, better email formatting
+* Made it possible to re-use substrings in targets
Feed2Imap 0.9.3 (23/07/2008)
============================