From ac8ebc19be69c907798e5146471aa0234396eb46 Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Tue, 25 Jan 2005 20:10:24 +0000 Subject: Prepared for 0.9.5 release git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@515 5ecf4fe2-1ee6-0310-87b1-e25e094e27de --- actionpack/CHANGELOG | 4 +++- actionpack/Rakefile | 2 +- actionpack/install.rb | 1 + 3 files changed, 5 insertions(+), 2 deletions(-) (limited to 'actionpack') diff --git a/actionpack/CHANGELOG b/actionpack/CHANGELOG index c00d72230e..a4ca2ec3fc 100644 --- a/actionpack/CHANGELOG +++ b/actionpack/CHANGELOG @@ -1,4 +1,6 @@ -*SVN* +*1.4.0* (January 25th, 2005) + +* Fixed problems with ActiveRecordStore under the development environment in Rails * Fixed the ordering of attributes in the xml-decleration of Builder #540 [woeye] diff --git a/actionpack/Rakefile b/actionpack/Rakefile index f366b77ff5..e19025720e 100755 --- a/actionpack/Rakefile +++ b/actionpack/Rakefile @@ -8,7 +8,7 @@ require 'rake/contrib/rubyforgepublisher' PKG_BUILD = ENV['PKG_BUILD'] ? '.' + ENV['PKG_BUILD'] : '' PKG_NAME = 'actionpack' -PKG_VERSION = '1.3.1' + PKG_BUILD +PKG_VERSION = '1.4.0' + PKG_BUILD PKG_FILE_NAME = "#{PKG_NAME}-#{PKG_VERSION}" desc "Default Task" diff --git a/actionpack/install.rb b/actionpack/install.rb index d2e4e24ca8..cd83b1a42c 100644 --- a/actionpack/install.rb +++ b/actionpack/install.rb @@ -65,6 +65,7 @@ files = %w- action_controller/support/clean_logger.rb action_controller/support/core_ext/hash/keys.rb action_controller/support/core_ext/hash.rb + action_controller/support/core_ext/object_and_class.rb action_controller/support/core_ext/numeric/bytes.rb action_controller/support/core_ext/numeric/time.rb action_controller/support/core_ext/numeric.rb -- cgit v1.2.3