diff options
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | README | 2 | ||||
-rw-r--r-- | Rakefile | 2 | ||||
-rw-r--r-- | lib/feed2imap/feed2imap.rb | 2 |
4 files changed, 5 insertions, 5 deletions
@@ -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 @@ -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 @@ -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' |