From e73bdfc31be5acfddefdff6fa40515c145241f52 Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Tue, 6 Feb 2007 02:26:18 +0000 Subject: [PATCH] Update date git-svn-id: http://svn-commit.rubyonrails.org/rails/branches/1-2-stable@6131 5ecf4fe2-1ee6-0310-87b1-e25e094e27de --- actionmailer/CHANGELOG | 2 +- actionpack/CHANGELOG | 2 +- activerecord/CHANGELOG | 2 +- activesupport/CHANGELOG | 2 +- railties/CHANGELOG | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/actionmailer/CHANGELOG b/actionmailer/CHANGELOG index 4091732609129..0719e72753725 100644 --- a/actionmailer/CHANGELOG +++ b/actionmailer/CHANGELOG @@ -1,4 +1,4 @@ -*1.13.2* (February 4th, 2007) +*1.13.2* (February 5th, 2007) * Deprecate server_settings renaming it to smtp_settings, add sendmail_settings to allow you to override the arguments to and location of the sendmail executable. [Koz] diff --git a/actionpack/CHANGELOG b/actionpack/CHANGELOG index c32beffc96150..9480aecdfc616 100644 --- a/actionpack/CHANGELOG +++ b/actionpack/CHANGELOG @@ -1,4 +1,4 @@ -*1.13.2* (February 4th, 2007) +*1.13.2* (February 5th, 2007) * Add much-needed html-scanner tests. Fixed CDATA parsing bug. [Rick] diff --git a/activerecord/CHANGELOG b/activerecord/CHANGELOG index 654c3cc114fdb..317470c70bd8d 100644 --- a/activerecord/CHANGELOG +++ b/activerecord/CHANGELOG @@ -1,4 +1,4 @@ -*1.15.2* (February 4th, 2007) +*1.15.2* (February 5th, 2007) * Pass a range in :conditions to use the SQL BETWEEN operator. #6974 [dcmanges] Student.find(:all, :conditions => { :grade => 9..12 }) diff --git a/activesupport/CHANGELOG b/activesupport/CHANGELOG index 0b4befe49737e..c5d35ff07dc7b 100644 --- a/activesupport/CHANGELOG +++ b/activesupport/CHANGELOG @@ -1,4 +1,4 @@ -*1.4.1* (February 4th, 2007) +*1.4.1* (February 5th, 2007) * Optimize Class Inheritable Attributes so that unnecessary hashes are not created. [Bruce Perens] diff --git a/railties/CHANGELOG b/railties/CHANGELOG index 17bd396b1a908..3722f46f630b6 100644 --- a/railties/CHANGELOG +++ b/railties/CHANGELOG @@ -1,4 +1,4 @@ -*1.2.2* (February 4th, 2007) +*1.2.2* (February 5th, 2007) * Fix gem deprecation warnings, which also means depending on RubyGems 0.9.0+ [Chad Fowler]