aboutsummaryrefslogtreecommitdiffstats
path: root/railties/CHANGELOG
diff options
context:
space:
mode:
authorDavid Heinemeier Hansson <david@loudthinking.com>2005-06-25 11:19:47 +0000
committerDavid Heinemeier Hansson <david@loudthinking.com>2005-06-25 11:19:47 +0000
commit55850818e36dce98061c3bbc56b41134f8f0e413 (patch)
tree59e8cd9d0b69fb518c969efdf6328a7abd6c203b /railties/CHANGELOG
parenta995f42be0f9a14705d188c46c1db995baa01cf1 (diff)
downloadrails-55850818e36dce98061c3bbc56b41134f8f0e413.tar.gz
rails-55850818e36dce98061c3bbc56b41134f8f0e413.tar.bz2
rails-55850818e36dce98061c3bbc56b41134f8f0e413.zip
Fixed rakefile actions against PostgreSQL when the password is all numeric #1462 [michael@schubert.cx]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@1508 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Diffstat (limited to 'railties/CHANGELOG')
-rw-r--r--railties/CHANGELOG2
1 files changed, 2 insertions, 0 deletions
diff --git a/railties/CHANGELOG b/railties/CHANGELOG
index 58a69dbef7..0585769622 100644
--- a/railties/CHANGELOG
+++ b/railties/CHANGELOG
@@ -1,5 +1,7 @@
*SVN*
+* Fixed rakefile actions against PostgreSQL when the password is all numeric #1462 [michael@schubert.cx]
+
* ActionMailer::Base subclasses are reloaded with the other rails components #1262
* Made the WEBrick adapter not use a mutex around action performance if ActionController::Base.allow_concurrency is true (default is false)