aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord
diff options
context:
space:
mode:
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 b338ef3037..4ebd49f333 100644
--- a/activerecord/CHANGELOG
+++ b/activerecord/CHANGELOG
@@ -1,4 +1,4 @@
-*SVN*
+*1.5.0* (January 17th, 2005)
* Fixed that unit tests for MySQL are now run as the "rails" user instead of root #455 [Eric Hodel]
diff --git a/activerecord/Rakefile b/activerecord/Rakefile
index 610a5d38f1..b1b865bd2e 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.4.0' + PKG_BUILD
+PKG_VERSION = '1.5.0' + PKG_BUILD
PKG_FILE_NAME = "#{PKG_NAME}-#{PKG_VERSION}"
PKG_FILES = FileList[
diff --git a/activerecord/install.rb b/activerecord/install.rb
index 1c6c15979c..6ffb2ef064 100644
--- a/activerecord/install.rb
+++ b/activerecord/install.rb
@@ -56,6 +56,7 @@ files = %w-
active_record/transactions.rb
active_record/validations.rb
active_record/vendor/mysql.rb
+ active_record/vendor/mysql411.rb
active_record/vendor/simple.rb
-