aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord
diff options
context:
space:
mode:
authorDavid Heinemeier Hansson <david@loudthinking.com>2005-01-18 14:13:12 +0000
committerDavid Heinemeier Hansson <david@loudthinking.com>2005-01-18 14:13:12 +0000
commita5364fb3ac5eec8a9b4a9207988d4b0cf1037c54 (patch)
tree6c5e8a05c2238f6fec0177784fad4cafe2b5ecef /activerecord
parent3ebde40cecdaaccc93b211ebe9e8590adf678483 (diff)
downloadrails-a5364fb3ac5eec8a9b4a9207988d4b0cf1037c54.tar.gz
rails-a5364fb3ac5eec8a9b4a9207988d4b0cf1037c54.tar.bz2
rails-a5364fb3ac5eec8a9b4a9207988d4b0cf1037c54.zip
Made ready for release of 0.9.4.1
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@458 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Diffstat (limited to 'activerecord')
-rw-r--r--activerecord/CHANGELOG2
-rwxr-xr-xactiverecord/Rakefile2
2 files changed, 2 insertions, 2 deletions
diff --git a/activerecord/CHANGELOG b/activerecord/CHANGELOG
index a3bc6f4806..37212abee3 100644
--- a/activerecord/CHANGELOG
+++ b/activerecord/CHANGELOG
@@ -1,4 +1,4 @@
-*SVN*
+*1.5.1* (January 18th, 2005)
* Fixed that the belongs_to and has_one proxy would fail a test like 'if project.manager' -- this unfortunately also means that you can't call methods like project.manager.build unless there already is a manager on the project #492 [Tim Bates]
diff --git a/activerecord/Rakefile b/activerecord/Rakefile
index b1b865bd2e..94af771bca 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.0' + PKG_BUILD
+PKG_VERSION = '1.5.1' + PKG_BUILD
PKG_FILE_NAME = "#{PKG_NAME}-#{PKG_VERSION}"
PKG_FILES = FileList[