<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -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)
 ============================</diff>
      <filename>ChangeLog</filename>
    </modified>
    <modified>
      <diff>@@ -51,3 +51,12 @@ feeds:
     execurl: &quot;wget -q -O /dev/stdout http://www.lemonde.fr/rss/sequence/0,2-3208,1-0,0.xml&quot;
     filter: &quot;/home/lucas/lemonde_getbody&quot;
     target: imap://luser:password@imap.apinc.org/INBOX.Feeds.LeMonde
+# It is also possible to reuse the same string in the target parameter:
+# target-refix: &amp;target &quot;imap://user:pass@host/rss.&quot;
+# feeds:
+#   - name: test1
+#     target: [ *target, 'test1' ]
+#     ...
+#   - name: test2
+#     target: [ *target, 'test2' ]
+#     ...</diff>
      <filename>data/doc/feed2imap/examples/feed2imaprc</filename>
    </modified>
    <modified>
      <diff>@@ -42,7 +42,7 @@ class F2IConfig
     @imap_accounts = ImapAccounts::new
     @conf['feeds'].each do |f|
       if f['disable'].nil?
-        uri = URI::parse(f['target'])
+        uri = URI::parse(f['target'].to_s)
         path = URI::unescape(uri.path)
         path = path[1..-1] if path[0,1] == '/'
         @feeds.push(ConfigFeed::new(f, @imap_accounts.add_account(uri), path, self))</diff>
      <filename>lib/feed2imap/config.rb</filename>
    </modified>
    <modified>
      <diff>@@ -18,7 +18,7 @@ Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
 =end
 
 # Feed2Imap version
-F2I_VERSION = '0.9.3'
+F2I_VERSION = '0.9.4'
 F2I_WARNFETCHTIME = 10
 
 require 'feed2imap/config'</diff>
      <filename>lib/feed2imap/feed2imap.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>78d88f7f90e2737f722052a910233b16e4deafd1</id>
    </parent>
  </parents>
  <author>
    <name>Lucas Nussbaum</name>
    <email>lucas@lucas-nussbaum.net</email>
  </author>
  <url>http://github.com/ln/feed2imap/commit/6acc50198e3303e7793aa95d3ec14e93b1579902</url>
  <id>6acc50198e3303e7793aa95d3ec14e93b1579902</id>
  <committed-date>2009-05-15T09:01:57-07:00</committed-date>
  <authored-date>2009-05-15T09:01:57-07:00</authored-date>
  <message>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.</message>
  <tree>d0dd1cfcdd5d97c43a7fc4d139d6f1e7dba089e9</tree>
  <committer>
    <name>Lucas Nussbaum</name>
    <email>lucas@lucas-nussbaum.net</email>
  </committer>
</commit>
