aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarcel Molina <marcel@vernix.org>2006-03-28 04:05:08 +0000
committerMarcel Molina <marcel@vernix.org>2006-03-28 04:05:08 +0000
commit4e3c101bcbed0ed9f3dec687023eadac3d9c51b8 (patch)
treedd9dceb7e4a063d943046542acd41101f3081ff5
parent2597bd6970c394445e7256c1fb9058538422665b (diff)
downloadrails-4e3c101bcbed0ed9f3dec687023eadac3d9c51b8.tar.gz
rails-4e3c101bcbed0ed9f3dec687023eadac3d9c51b8.tar.bz2
rails-4e3c101bcbed0ed9f3dec687023eadac3d9c51b8.zip
Add 1.0 marker to edge rails changelongs
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@4085 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
-rw-r--r--actionmailer/CHANGELOG6
-rw-r--r--actionpack/CHANGELOG4
-rw-r--r--actionwebservice/CHANGELOG6
-rw-r--r--activerecord/CHANGELOG4
-rw-r--r--activesupport/CHANGELOG4
-rw-r--r--railties/CHANGELOG2
6 files changed, 26 insertions, 0 deletions
diff --git a/actionmailer/CHANGELOG b/actionmailer/CHANGELOG
index b0dc63826c..c30eaa425e 100644
--- a/actionmailer/CHANGELOG
+++ b/actionmailer/CHANGELOG
@@ -12,6 +12,12 @@
* Make sure TMail#attachments includes anything with content-disposition of "attachment", regardless of content-type [Jamis Buck]
+*1.1.5* (December 13th, 2005)
+
+* Become part of Rails 1.0
+
+*1.1.4* (December 7th, 2005)
+
* Rename Version constant to VERSION. #2802 [Marcel Molina Jr.]
* Stricter matching for implicitly multipart filenames excludes files ending in unsupported extensions (such as foo.rhtml.bak) and without a two-part content type (such as foo.text.rhtml or foo.text.really.plain.rhtml). #2398 [Dave Burt <dave@burt.id.au>, Jeremy Kemper]
diff --git a/actionpack/CHANGELOG b/actionpack/CHANGELOG
index cdd878c417..2cbd2acbed 100644
--- a/actionpack/CHANGELOG
+++ b/actionpack/CHANGELOG
@@ -320,6 +320,10 @@ Default YAML web services were retired, ActionController::Base.param_parsers car
* Don't include a layout when rendering an rjs template using render's :template option. [Marcel Molina Jr.]
+*1.1.2* (December 13th, 2005)
+
+* Become part of Rails 1.0
+
* Update to script.aculo.us 1.5.0 final (equals 1.5.0_rc6) [Thomas Fuchs]
* Update to Prototype 1.4.0 final [Sam Stephenson]
diff --git a/actionwebservice/CHANGELOG b/actionwebservice/CHANGELOG
index 3ebb50958d..6fb21f3ed6 100644
--- a/actionwebservice/CHANGELOG
+++ b/actionwebservice/CHANGELOG
@@ -24,6 +24,12 @@
* Fix for incompatibility problems with SOAP4R 1.5.5 (#2553) [Kent Sibilev]
+*1.0.0* (December 13th, 2005)
+
+* Become part of Rails 1.0
+
+*0.9.4* (December 7th, 2005)
+
* Update from LGPL to MIT license as per Minero Aoki's permission. [Marcel Molina Jr.]
* Rename Version constant to VERSION. #2802 [Marcel Molina Jr.]
diff --git a/activerecord/CHANGELOG b/activerecord/CHANGELOG
index fd84c1052b..3986cb52bc 100644
--- a/activerecord/CHANGELOG
+++ b/activerecord/CHANGELOG
@@ -418,6 +418,10 @@
* Fixed :through relations when using STI inherited classes would use the inherited class's name as foreign key on the join model [Tobias Luetke]
+*1.13.2* (December 13th, 2005)
+
+* Become part of Rails 1.0
+
* MySQL: allow encoding option for mysql.rb driver. [Jeremy Kemper]
* Added option inheritance for find calls on has_and_belongs_to_many and has_many assosociations [DHH]. Example:
diff --git a/activesupport/CHANGELOG b/activesupport/CHANGELOG
index b4eb8e0455..b6a7c3990f 100644
--- a/activesupport/CHANGELOG
+++ b/activesupport/CHANGELOG
@@ -161,6 +161,10 @@ approximations and shouldn't be used for critical calculations. [Koz]
* Object#extended_by to get an instance's included/extended modules
* Object#extend_with_included_modules_from(object) to extend an instance with the modules from another instance
+*1.2.5* (December 13th, 2005)
+
+* Become part of Rails 1.0
+
* Rename Version constant to VERSION. #2802 [Marcel Molina Jr.]
*1.2.3* (November 7th, 2005)
diff --git a/railties/CHANGELOG b/railties/CHANGELOG
index b2d1fcd2b0..9ead1091b4 100644
--- a/railties/CHANGELOG
+++ b/railties/CHANGELOG
@@ -139,6 +139,8 @@
* Honor ActiveRecord::Base.pluralize_table_names when creating and destroying session store table. #3204. [rails@bencurtis.com, Marcel Molina Jr.]
+*1.0.0* (December 13th, 2005)
+
* Update instructions on how to find and install generators. #3172. [Chad Fowler]
* Generator looks in vendor/generators also. [Chad Fowler]