summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLucas Nussbaum <lucas@lucas-nussbaum.net>2010-04-18 14:33:40 +0200
committerLucas Nussbaum <lucas@lucas-nussbaum.net>2010-04-18 14:33:40 +0200
commit1878ae9ec4cf8b2b83cf825240375c86c06c5114 (patch)
treeb8026e78fac048f613e7cbf42c0c3ee0050d6610
parent527d1f756ab57cb5b1449893dbff5ab1ead861fc (diff)
downloadfeed2imap-1878ae9ec4cf8b2b83cf825240375c86c06c5114.tar.gz
feed2imap-1878ae9ec4cf8b2b83cf825240375c86c06c5114.tar.bz2
feed2imap-1878ae9ec4cf8b2b83cf825240375c86c06c5114.zip
prepare release
-rw-r--r--ChangeLog4
-rw-r--r--README2
-rw-r--r--Rakefile2
-rw-r--r--lib/feed2imap/feed2imap.rb2
4 files changed, 5 insertions, 5 deletions
diff --git a/ChangeLog b/ChangeLog
index dc9bf41..4535c84 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,5 @@
-Feed2Imap 0.9.5 (XX/XX/2010)?
-============================
+Feed2Imap 1.0 (18/04/2010)
+==========================
* Removed patch from Haegar as it's no longer needed with the new
rubyimap.rb (see discussion in https://gna.org/bugs/?13977)
* Support writing to maildirs instead of through IMAP
diff --git a/README b/README
index a93c365..08d3115 100644
--- a/README
+++ b/README
@@ -6,7 +6,7 @@ Currently, all the information is provided on
http://home.gna.org/feed2imap
-Copyright (c) 2005 Lucas Nussbaum <lucas@lucas-nussbaum.net>
+Copyright (c) 2005-2010 Lucas Nussbaum <lucas@lucas-nussbaum.net>
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/Rakefile b/Rakefile
index 7f86b0a..a6a9b42 100644
--- a/Rakefile
+++ b/Rakefile
@@ -7,7 +7,7 @@ require 'find'
task :default => [:package]
PKG_NAME = 'feed2imap'
-PKG_VERSION = '0.9.4'
+PKG_VERSION = '1.0'
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 f23c0dc..fb4c794 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.4'
+F2I_VERSION = '1.0'
F2I_WARNFETCHTIME = 10
require 'feed2imap/config'