Skip to content

Commit

Permalink
Update date
Browse files Browse the repository at this point in the history
git-svn-id: http://svn-commit.rubyonrails.org/rails/branches/1-2-stable@6131 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
  • Loading branch information
dhh committed Feb 6, 2007
1 parent a422b8b commit e73bdfc
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion 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] * 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]


Expand Down
2 changes: 1 addition & 1 deletion 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] * Add much-needed html-scanner tests. Fixed CDATA parsing bug. [Rick]


Expand Down
2 changes: 1 addition & 1 deletion 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] * Pass a range in :conditions to use the SQL BETWEEN operator. #6974 [dcmanges]
Student.find(:all, :conditions => { :grade => 9..12 }) Student.find(:all, :conditions => { :grade => 9..12 })
Expand Down
2 changes: 1 addition & 1 deletion 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] * Optimize Class Inheritable Attributes so that unnecessary hashes are not created. [Bruce Perens]


Expand Down
2 changes: 1 addition & 1 deletion 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] * Fix gem deprecation warnings, which also means depending on RubyGems 0.9.0+ [Chad Fowler]


Expand Down

0 comments on commit e73bdfc

Please sign in to comment.