mirror of
https://github.com/github/rails.git
synced 2026-02-06 20:25:28 -05:00
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:
@@ -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]
|
||||
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user