From d9c0a37f37402fa128302b7c048201d2180a029e Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Wed, 22 Dec 2004 23:56:17 +0000 Subject: Releasing Rails 0.9.2 git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@260 5ecf4fe2-1ee6-0310-87b1-e25e094e27de --- railties/CHANGELOG | 6 ++++-- railties/Rakefile | 6 +++--- 2 files changed, 7 insertions(+), 5 deletions(-) (limited to 'railties') diff --git a/railties/CHANGELOG b/railties/CHANGELOG index 8d5c089558..75804bf3d9 100644 --- a/railties/CHANGELOG +++ b/railties/CHANGELOG @@ -1,4 +1,4 @@ -*SVN* +*0.9.2* * Fixed CTRL-C exists from the Breakpointer to be a clean affair without error dumping [Kent Sibilev] @@ -10,7 +10,9 @@ * Added support for a -h/--help parameter in the generator #331 [Ulysses] -* File.expand_path in config/environment.rb would fail when dealing with symlinked public directories [mjobin] +* Fixed that File.expand_path in config/environment.rb would fail when dealing with symlinked public directories [mjobin] + +* Upgraded to Action Pack 1.1.0 and Active Record 1.3.0 *0.9.1* diff --git a/railties/Rakefile b/railties/Rakefile index 23b69f9968..d97f05ff75 100644 --- a/railties/Rakefile +++ b/railties/Rakefile @@ -9,7 +9,7 @@ require 'date' PKG_BUILD = ENV['PKG_BUILD'] ? '.' + ENV['PKG_BUILD'] : '' PKG_NAME = 'rails' -PKG_VERSION = '0.9.1' + PKG_BUILD +PKG_VERSION = '0.9.2' + PKG_BUILD PKG_FILE_NAME = "#{PKG_NAME}-#{PKG_VERSION}" PKG_DESTINATION = ENV["RAILS_PKG_DESTINATION"] || "../#{PKG_NAME}" @@ -221,8 +221,8 @@ spec = Gem::Specification.new do |s| EOF s.add_dependency('rake', '>= 0.4.11') - s.add_dependency('activerecord', '>= 1.2.0') - s.add_dependency('actionpack', '>= 1.0.1') + s.add_dependency('activerecord', '>= 1.3.0') + s.add_dependency('actionpack', '>= 1.1.0') s.add_dependency('actionmailer', '>= 0.5.0') s.has_rdoc = false -- cgit v1.2.3