aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord
diff options
context:
space:
mode:
authorDavid Heinemeier Hansson <david@loudthinking.com>2005-01-25 20:10:24 +0000
committerDavid Heinemeier Hansson <david@loudthinking.com>2005-01-25 20:10:24 +0000
commitac8ebc19be69c907798e5146471aa0234396eb46 (patch)
tree61c77e4ffa50db3c0188bd339bee47306a3c5aae /activerecord
parentc328f64e37dac9bdec742bb82ffde14b84fe5e74 (diff)
downloadrails-ac8ebc19be69c907798e5146471aa0234396eb46.tar.gz
rails-ac8ebc19be69c907798e5146471aa0234396eb46.tar.bz2
rails-ac8ebc19be69c907798e5146471aa0234396eb46.zip
Prepared for 0.9.5 release
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@515 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Diffstat (limited to 'activerecord')
-rw-r--r--activerecord/CHANGELOG2
-rwxr-xr-xactiverecord/Rakefile2
-rw-r--r--activerecord/install.rb1
3 files changed, 3 insertions, 2 deletions
diff --git a/activerecord/CHANGELOG b/activerecord/CHANGELOG
index 3b9e273c91..167a548c5a 100644
--- a/activerecord/CHANGELOG
+++ b/activerecord/CHANGELOG
@@ -1,4 +1,4 @@
-*SVN*
+*1.6.0* (January 25th, 2005)
* Added that has_many association build and create methods can take arrays of record data like Base#create and Base#build to build/create multiple records at once.
diff --git a/activerecord/Rakefile b/activerecord/Rakefile
index 94af771bca..863a65f021 100755
--- a/activerecord/Rakefile
+++ b/activerecord/Rakefile
@@ -8,7 +8,7 @@ require 'rake/contrib/rubyforgepublisher'
PKG_BUILD = ENV['PKG_BUILD'] ? '.' + ENV['PKG_BUILD'] : ''
PKG_NAME = 'activerecord'
-PKG_VERSION = '1.5.1' + PKG_BUILD
+PKG_VERSION = '1.6.0' + PKG_BUILD
PKG_FILE_NAME = "#{PKG_NAME}-#{PKG_VERSION}"
PKG_FILES = FileList[
diff --git a/activerecord/install.rb b/activerecord/install.rb
index 0b8f89dfdf..7b04e952b6 100644
--- a/activerecord/install.rb
+++ b/activerecord/install.rb
@@ -52,6 +52,7 @@ files = %w-
active_record/support/clean_logger.rb
active_record/support/core_ext/hash/keys.rb
active_record/support/core_ext/hash.rb
+ active_record/support/core_ext/object_and_class.rb
active_record/support/core_ext/numeric/bytes.rb
active_record/support/core_ext/numeric/time.rb
active_record/support/core_ext/numeric.rb