diff --git a/actionmailer/CHANGELOG b/actionmailer/CHANGELOG index c48f47cde3c0d4096b39fac2e359a162c758ceac..ea55119b6f6812b2b471bb174018c28e0466fc29 100644 --- a/actionmailer/CHANGELOG +++ b/actionmailer/CHANGELOG @@ -1,4 +1,4 @@ -*SVN* +*0.7.0* (24th February, 2005) * Added support for charsets for both subject and body. The default charset is now UTF-8 #673 [Jamis Buck]. Examples: diff --git a/actionpack/CHANGELOG b/actionpack/CHANGELOG index b8a295fce0578d9b276119ad2cf1acd890860cc0..cb6f93486005b32e71251de1d5a36232e6912607 100644 --- a/actionpack/CHANGELOG +++ b/actionpack/CHANGELOG @@ -1,4 +1,4 @@ -*SVN* +*1.5.0* (24th February, 2005) * Added Routing as a replacement for mod_rewrite pretty urls [Nicholas Seckar]. Read more in ActionController::Base.url_for and on http://manuals.rubyonrails.com/read/book/9 diff --git a/actionwebservice/ChangeLog b/actionwebservice/ChangeLog index f9ace999550395dd18c7a7afc19d71c339fd1be6..d627625b41ee82285bc5c6f3d54d140b4c358049 100644 --- a/actionwebservice/ChangeLog +++ b/actionwebservice/ChangeLog @@ -1,4 +1,4 @@ -UNRELEASED +*0.5.0* (24th February, 2005) * lib/action_service/dispatcher*: replace "router" fragments with one file for Action Controllers, moves dispatching work out of diff --git a/activerecord/CHANGELOG b/activerecord/CHANGELOG index 9ea84c0fb60237fbe371df598473af87e33e3e2b..755b3dd9eea600a6484581de50ebf4e71f5c9b8b 100644 --- a/activerecord/CHANGELOG +++ b/activerecord/CHANGELOG @@ -1,4 +1,4 @@ -*SVN* +*1.7.0* (24th February, 2005) * Changed the auto-timestamping feature to use ActiveRecord::Base.default_timezone instead of entertaining the parallel ActiveRecord::Base.timestamps_gmt method. The latter is now deprecated and will throw a warning on use (but still work) #710 [Jamis Buck] diff --git a/activesupport/CHANGELOG b/activesupport/CHANGELOG index d560a7c1de8ef5fbb99baf66af9197026a4d0b21..01f42c9aabf959dbea534e8b115d4d94253ea846 100644 --- a/activesupport/CHANGELOG +++ b/activesupport/CHANGELOG @@ -1,3 +1,5 @@ +*1.0.0* (24th February, 2005) + * Added TimeZone as the first of a number of value objects that among others Active Record can use rich value objects using composed_of #688 [Jamis Buck] * Added Date::Conversions for getting dates in different convenient string representations and other objects diff --git a/railties/CHANGELOG b/railties/CHANGELOG index 678d5cd9282072cfa5cfaa5fec3b8d5efd85fee1..de4b41bc0db67b13d7c91671c4990b16ff30dfd0 100644 --- a/railties/CHANGELOG +++ b/railties/CHANGELOG @@ -1,4 +1,4 @@ -*SVN* +*0.10.0* (24th February, 2005) * Changed default IP binding for WEBrick from 127.0.0.1 to 0.0.0.0 so that the server is accessible both locally and remotely #696 [Marcel] @@ -37,6 +37,12 @@ * Added new generator framework that informs about its doings on generation and enables updating and destruction of generated artifacts. See the new script/destroy and script/update for more details #487 [bitsweat] +* Added Action Web Service as a new add-on framework for Action Pack [Leon Bredt] + +* Added Active Support as an independent utility and standard library extension bundle + +* Upgraded to Active Record 1.7.0, Action Pack 1.5.0, Action Mailer 0.7.0 + *0.9.5* (January 25th, 2005)