aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Heinemeier Hansson <david@loudthinking.com>2006-04-16 19:10:05 +0000
committerDavid Heinemeier Hansson <david@loudthinking.com>2006-04-16 19:10:05 +0000
commit06dd5d9c7f744ea6d6e131133f84c17ec4911134 (patch)
treeab9b0b5efd1b11af86e0cddc34b68ed3e7488601
parentce577e984e88788ad4630c1473fd44b365ac83b6 (diff)
downloadrails-06dd5d9c7f744ea6d6e131133f84c17ec4911134.tar.gz
rails-06dd5d9c7f744ea6d6e131133f84c17ec4911134.tar.bz2
rails-06dd5d9c7f744ea6d6e131133f84c17ec4911134.zip
Its 2006, not 2005
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@4216 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
-rw-r--r--actionmailer/CHANGELOG4
-rw-r--r--actionpack/CHANGELOG4
-rw-r--r--actionwebservice/CHANGELOG4
-rw-r--r--activerecord/CHANGELOG4
-rw-r--r--activesupport/CHANGELOG4
-rw-r--r--railties/CHANGELOG4
6 files changed, 12 insertions, 12 deletions
diff --git a/actionmailer/CHANGELOG b/actionmailer/CHANGELOG
index d4629f4a7a..f864dc92e3 100644
--- a/actionmailer/CHANGELOG
+++ b/actionmailer/CHANGELOG
@@ -1,11 +1,11 @@
* Correct spurious documentation example code which results in a SyntaxError. [Marcel Molina Jr.]
-*1.2.1* (April 6th, 2005)
+*1.2.1* (April 6th, 2006)
* Be part of Rails 1.1.1
-*1.2.0* (March 27th, 2005)
+*1.2.0* (March 27th, 2006)
* Nil charset caused subject line to be improperly quoted in implicitly multipart messages #2662 [ehalvorsen+rails@runbox.com]
diff --git a/actionpack/CHANGELOG b/actionpack/CHANGELOG
index aca6e9b5fd..79e1bd1040 100644
--- a/actionpack/CHANGELOG
+++ b/actionpack/CHANGELOG
@@ -12,7 +12,7 @@
* Added ActionController.filter_parameter_logging that makes it easy to remove passwords, credit card numbers, and other sensitive information from being logged when a request is handled #1897 [jeremye@bsa.ca.gov]
-*1.12.1* (April 6th, 2005)
+*1.12.1* (April 6th, 2006)
* Fixed that template extensions would be cached development mode #4624 [Stefan Kaes]
@@ -44,7 +44,7 @@
This can be used by deployment managers to set the asset id by application revision
-*1.12.0* (March 27th, 2005)
+*1.12.0* (March 27th, 2006)
* Add documentation for respond_to. [Jamis Buck]
diff --git a/actionwebservice/CHANGELOG b/actionwebservice/CHANGELOG
index dd39728c01..6b099eb361 100644
--- a/actionwebservice/CHANGELOG
+++ b/actionwebservice/CHANGELOG
@@ -3,12 +3,12 @@
* Rely on Active Record 1.14.2
-*1.1.1* (April 6th, 2005)
+*1.1.1* (April 6th, 2006)
* Do not convert driver options to strings (#4499)
-*1.1.0* (March 27th, 2005)
+*1.1.0* (March 27th, 2006)
* Make ActiveWebService::Struct type reloadable
diff --git a/activerecord/CHANGELOG b/activerecord/CHANGELOG
index 077bd9569c..6afeefd581 100644
--- a/activerecord/CHANGELOG
+++ b/activerecord/CHANGELOG
@@ -22,7 +22,7 @@
* Fixed calculations for the Oracle Adapter (closes #4626) [Michael Schoen]
-*1.14.1* (April 6th, 2005)
+*1.14.1* (April 6th, 2006)
* Fix type_name_with_module to handle type names that begin with '::'. Closes #4614. [Nicholas Seckar]
@@ -77,7 +77,7 @@
* Fixed broken OCIAdapter #4457 [schoenm@earthlink.net]
-*1.14.0* (March 27th, 2005)
+*1.14.0* (March 27th, 2006)
* Replace 'rescue Object' with a finer grained rescue. Closes #4431. [Nicholas Seckar]
diff --git a/activesupport/CHANGELOG b/activesupport/CHANGELOG
index 6539516087..5a3d5e4241 100644
--- a/activesupport/CHANGELOG
+++ b/activesupport/CHANGELOG
@@ -2,7 +2,7 @@
* Add Array#split for dividing arrays into one or more subarrays by value or block. [Sam Stephenson]
-*1.3.1* (April 6th, 2005)
+*1.3.1* (April 6th, 2006)
* Clean paths inside of exception messages and traces. [Nicholas Seckar]
@@ -11,7 +11,7 @@
* provide an empty Dependencies::LoadingModule.load which prints deprecation warnings. Lets 1.0 applications function with .13-style environment.rb.
-*1.3.0* (March 27th, 2005)
+*1.3.0* (March 27th, 2006)
* When possible, avoid incorrectly obtaining constants from parent modules. Fixes #4221. [Nicholas Seckar]
diff --git a/railties/CHANGELOG b/railties/CHANGELOG
index 1a0b0c5823..ba15544d74 100644
--- a/railties/CHANGELOG
+++ b/railties/CHANGELOG
@@ -5,7 +5,7 @@
* Fixed that boot.rb would set RAILS_GEM_VERSION twice, not respect an uncommented RAILS_GEM_VERSION line, and not use require_gem [DHH]
-*1.1.1* (April 6th, 2005)
+*1.1.1* (April 6th, 2006)
* Enhances plugin#discover allowing it to discover svn:// like URIs (closes #4565) [ruben.nine@gmail.com]
@@ -44,7 +44,7 @@
* Avoid passing escapeHTML non-string in Rails' info controller [Nicholas Seckar]
-*1.1.0* (March 27th, 2005)
+*1.1.0* (March 27th, 2006)
* Allow db:fixtures:load to load a subset of the applications fixtures. [Chad Fowler]