From f2e6945b25d92d5a4a00e5678d8515ae35cd24bb Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Tue, 4 Jan 2005 12:35:10 +0000 Subject: Prepared for release of 0.9.3 git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@333 5ecf4fe2-1ee6-0310-87b1-e25e094e27de --- actionpack/CHANGELOG | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'actionpack/CHANGELOG') diff --git a/actionpack/CHANGELOG b/actionpack/CHANGELOG index 8b07c13dbb..a9c5796118 100644 --- a/actionpack/CHANGELOG +++ b/actionpack/CHANGELOG @@ -1,25 +1,25 @@ -*SVN* +*1.2.0* (January 4th, 2005) * Added MemCacheStore for storing session data in Danga's MemCache system [Bob Cottrell] Depends on: MemCached server (http://www.danga.com/memcached/), MemCache client (http://raa.ruby-lang.org/project/memcache/) -* Fixed redirects when the controller and action is named the same. Still haven't fixed same controller, module, and action, though #201 [Josh] - -* Fixed problems with running multiple functional tests in Rails under 1.8.2 by including hack for test/unit weirdness - * Added thread-safety to the DRbStore #66, #389 [Ben Stiglitz] * Added DateHelper#select_time and DateHelper#select_second #373 [Scott Baron] +* Added :host and :protocol options to url_for and friends to redirect to another host and protocol than the current. + * Added class declaration for the MissingFile exception #388 [Kent Sibilev] * Added "short hypertext note with a hyperlink to the new URI(s)" to redirects to fulfill compliance with RFC 2616 (HTTP/1.1) section 10.3.3 #397 [Tim Bates] * Added second boolean parameter to Base.redirect_to_url and Response#redirect to control whether the redirect is permanent or not (301 vs 302) #375 [Hodel] -* Fixed that @request.remote_ip didn't work in the test environment #369 [Bruno Mattarollo] +* Fixed redirects when the controller and action is named the same. Still haven't fixed same controller, module, and action, though #201 [Josh] -* Added :host and :protocol options to url_for and friends to redirect to another host and protocol than the current. +* Fixed problems with running multiple functional tests in Rails under 1.8.2 by including hack for test/unit weirdness + +* Fixed that @request.remote_ip didn't work in the test environment #369 [Bruno Mattarollo] *1.1.0* -- cgit v1.2.3