Prepared for 0.9.5 release

git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@515 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
This commit is contained in:
David Heinemeier Hansson
2005-01-25 20:10:24 +00:00
parent c328f64e37
commit ac8ebc19be
8 changed files with 14 additions and 8 deletions

View File

@@ -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]

View File

@@ -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"

View File

@@ -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