summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLucas Nussbaum <lucas@lucas-nussbaum.net>2008-07-23 21:02:06 +0200
committerLucas Nussbaum <lucas@lucas-nussbaum.net>2008-07-23 21:02:06 +0200
commit110512f983b298a160f3424ff7a409b2096e59db (patch)
tree4d258925c75549f109ffe3acb2c981f678079348
parent157b10e7f803cdae7997d30765a8272ff4dbb1a0 (diff)
downloadfeed2imap-110512f983b298a160f3424ff7a409b2096e59db.tar.gz
feed2imap-110512f983b298a160f3424ff7a409b2096e59db.tar.bz2
feed2imap-110512f983b298a160f3424ff7a409b2096e59db.zip
release 0.9.3
-rw-r--r--ChangeLog3
-rw-r--r--Rakefile2
-rw-r--r--lib/feed2imap/feed2imap.rb2
-rw-r--r--website/feed2imap.rss13
-rw-r--r--website/index.html2
5 files changed, 18 insertions, 4 deletions
diff --git a/ChangeLog b/ChangeLog
index e806c81..3185cdd 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,4 @@
-Feed2Imap 0.9.3 (XX/02/2008)
+Feed2Imap 0.9.3 (23/07/2008)
============================
* Check the return code from external commands, and warn if != 0. Fixes
Gna bug #10516.
@@ -9,6 +9,7 @@ Feed2Imap 0.9.3 (XX/02/2008)
* Added option to wrap text output. Thanks to Maxime Petazzoni for
the patch.
* When updating an email, remove the Recent flag.
+* You need to use ruby-feedparser 0.6 or greater with that release.
Feed2Imap 0.9.2 (28/10/2007)
============================
diff --git a/Rakefile b/Rakefile
index 880b169..26e67f2 100644
--- a/Rakefile
+++ b/Rakefile
@@ -7,7 +7,7 @@ require 'find'
task :default => [:package]
PKG_NAME = 'feed2imap'
-PKG_VERSION = '0.9.2'
+PKG_VERSION = '0.9.3'
PKG_FILES = [ 'ChangeLog', 'README', 'COPYING', 'setup.rb', 'Rakefile']
Find.find('bin/', 'lib/', 'test/', 'data/') do |f|
if FileTest.directory?(f) and f =~ /\.svn/
diff --git a/lib/feed2imap/feed2imap.rb b/lib/feed2imap/feed2imap.rb
index ebae470..f6c64bc 100644
--- a/lib/feed2imap/feed2imap.rb
+++ b/lib/feed2imap/feed2imap.rb
@@ -18,7 +18,7 @@ Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
=end
# Feed2Imap version
-F2I_VERSION = '0.9.2'
+F2I_VERSION = '0.9.3'
require 'feed2imap/config'
require 'feed2imap/cache'
diff --git a/website/feed2imap.rss b/website/feed2imap.rss
index 9aec7d5..7f83a2c 100644
--- a/website/feed2imap.rss
+++ b/website/feed2imap.rss
@@ -6,6 +6,19 @@
<description>New releases of Feed2Imap</description>
<language>en</language>
<item>
+ <title>Feed2Imap 0.9.3 (23/07/2008)</title>
+ <link>http://download.gna.org/feed2imap/feed2imap-0.9.3.tgz</link>
+ <pubDate>Wed, 23 Jul 2008 18:19:00 +0200</pubDate>
+ <description>Feed2Imap 0.9.3 has been released.
+
+You can download it from here :
+http://download.gna.org/feed2imap/feed2imap-0.9.3.tgz
+
+Feed2Imap homepage :
+http://home.gna.org/feed2imap/
+</description>
+</item>
+<item>
<title>Feed2Imap 0.9.2 (28/10/2007)</title>
<link>http://download.gna.org/feed2imap/feed2imap-0.9.2.tgz</link>
<pubDate>Sun, 28 Oct 2007 20:39:00 +0200</pubDate>
diff --git a/website/index.html b/website/index.html
index 9dc3854..1d3d050 100644
--- a/website/index.html
+++ b/website/index.html
@@ -57,7 +57,7 @@ when trying to keep up with their feeds. Other solutions to this problem include
<a name="download"></a>
<h2>Download</h2>
-<p>The lastest release is <a href="http://download.gna.org/feed2imap/feed2imap-0.9.2.tgz">version 0.9.2</a>.</p>
+<p>The lastest release is <a href="http://download.gna.org/feed2imap/feed2imap-0.9.3.tgz">version 0.9.3</a>.</p>
<p>Downloads are available on <a href="http://download.gna.org/feed2imap/">http://download.gna.org/feed2imap/</a>.</p>
<p>New releases are advertised using this <a href="http://home.gna.org/feed2imap/feed2imap.rss">RSS feed</a>.</p>
<p>There's also a Debian/Ubuntu package. Just <b>apt-get install feed2imap</b>.