From 1acd54a5b44639ecb0bd0e37545a2e862df2b9a7 Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Fri, 7 Dec 2007 13:37:13 +0000 Subject: Make ready for 2.0.1 git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@8330 5ecf4fe2-1ee6-0310-87b1-e25e094e27de --- actionmailer/CHANGELOG | 5 +---- actionmailer/Rakefile | 2 +- actionmailer/lib/action_mailer/version.rb | 2 +- 3 files changed, 3 insertions(+), 6 deletions(-) (limited to 'actionmailer') diff --git a/actionmailer/CHANGELOG b/actionmailer/CHANGELOG index a50b198c4e..b1fcb0ff0e 100644 --- a/actionmailer/CHANGELOG +++ b/actionmailer/CHANGELOG @@ -1,4 +1,4 @@ -*2.0.0* (December 6th, 2007) +*2.0.1* (December 7th, 2007) * Update ActionMailer so it treats ActionView the same way that ActionController does. Closes #10244 [rick] @@ -17,9 +17,6 @@ * Fix silent failure of rxml templates. #9879 [jstewart] - -*2.0.0 [Preview Release]* (September 29th, 2007) - * Fix attachment decoding when using the TMail C extension. #7861 [orangechicken] * Increase mail delivery test coverage. #8692 [kamal] diff --git a/actionmailer/Rakefile b/actionmailer/Rakefile index 26911429ed..b87361b4f6 100755 --- a/actionmailer/Rakefile +++ b/actionmailer/Rakefile @@ -55,7 +55,7 @@ spec = Gem::Specification.new do |s| s.rubyforge_project = "actionmailer" s.homepage = "http://www.rubyonrails.org" - s.add_dependency('actionpack', '= 2.0.0' + PKG_BUILD) + s.add_dependency('actionpack', '= 2.0.1' + PKG_BUILD) s.has_rdoc = true s.requirements << 'none' diff --git a/actionmailer/lib/action_mailer/version.rb b/actionmailer/lib/action_mailer/version.rb index c38db57e9a..82136b6e93 100644 --- a/actionmailer/lib/action_mailer/version.rb +++ b/actionmailer/lib/action_mailer/version.rb @@ -2,7 +2,7 @@ module ActionMailer module VERSION #:nodoc: MAJOR = 2 MINOR = 0 - TINY = 0 + TINY = 1 STRING = [MAJOR, MINOR, TINY].join('.') end -- cgit v1.2.3