提交 83dc37b9 编写于 作者: D David Heinemeier Hansson

Made ready to push RC2

git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@2684 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
上级 328ef3fe
......@@ -53,7 +53,7 @@ spec = Gem::Specification.new do |s|
s.rubyforge_project = "actionmailer"
s.homepage = "http://www.rubyonrails.org"
s.add_dependency('actionpack', '= 1.10.0' + PKG_BUILD)
s.add_dependency('actionpack', '= 1.10.1' + PKG_BUILD)
s.has_rdoc = true
s.requirements << 'none'
......
*1.10.1* (October 19th, 2005)
* Update error trace templates [Nicholas Seckar]
* Stop showing generated routing code in application traces [Nicholas Seckar]
*1.10.0* (October 16th, 2005)
* Make string-keys locals assigns optional. Add documentation describing depreciated state [skaes@web.de]
......
......@@ -2,7 +2,7 @@ module ActionPack
module Version #:nodoc:
MAJOR = 1
MINOR = 10
TINY = 0
TINY = 1
STRING = [MAJOR, MINOR, TINY].join('.')
end
......
......@@ -63,8 +63,8 @@ spec = Gem::Specification.new do |s|
s.rubyforge_project = "aws"
s.homepage = "http://www.rubyonrails.org"
s.add_dependency('actionpack', '= 1.10.0' + PKG_BUILD)
s.add_dependency('activerecord', '= 1.12.0' + PKG_BUILD)
s.add_dependency('actionpack', '= 1.10.1' + PKG_BUILD)
s.add_dependency('activerecord', '= 1.12.1' + PKG_BUILD)
s.add_dependency('activesupport', '= 1.2.0' + PKG_BUILD)
s.has_rdoc = true
......
*1.12.1*
*1.12.1* (October 19th, 2005)
* Always parenthesize :conditions options so they may be safely combined with STI and constraints.
......@@ -6,6 +6,7 @@
* Added support for using limits in eager loads that involve has_many and has_and_belongs_to_many associations
*1.12.0* (October 16th, 2005)
* Update/clean up documentation (rdoc)
......
......@@ -2,7 +2,7 @@ module ActiveRecord
module Version #:nodoc:
MAJOR = 1
MINOR = 12
TINY = 0
TINY = 1
STRING = [MAJOR, MINOR, TINY].join('.')
end
......
*0.14.1* (October 19th, 2005)
* Remove trailing '/' from RAILS_ROOT [Nicholas Seckar]
* Upgraded to Active Record 1.12.1 and Action Pack 1.10.1
*0.14.0* (October 16th, 2005)
......
......@@ -274,8 +274,8 @@ spec = Gem::Specification.new do |s|
s.add_dependency('rake', '>= 0.6.2')
s.add_dependency('activesupport', '= 1.2.0' + PKG_BUILD)
s.add_dependency('activerecord', '= 1.12.0' + PKG_BUILD)
s.add_dependency('actionpack', '= 1.10.0' + PKG_BUILD)
s.add_dependency('activerecord', '= 1.12.1' + PKG_BUILD)
s.add_dependency('actionpack', '= 1.10.1' + PKG_BUILD)
s.add_dependency('actionmailer', '= 1.1.0' + PKG_BUILD)
s.add_dependency('actionwebservice', '= 0.9.0' + PKG_BUILD)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册