From 1878ae9ec4cf8b2b83cf825240375c86c06c5114 Mon Sep 17 00:00:00 2001 From: Lucas Nussbaum Date: Sun, 18 Apr 2010 14:33:40 +0200 Subject: prepare release --- ChangeLog | 4 ++-- README | 2 +- Rakefile | 2 +- lib/feed2imap/feed2imap.rb | 2 +- 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 +Copyright (c) 2005-2010 Lucas Nussbaum 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' -- cgit v1.2.3