aboutsummaryrefslogtreecommitdiffstats
path: root/railties/CHANGELOG
diff options
context:
space:
mode:
authorThomas Fuchs <thomas@fesch.at>2006-02-14 10:29:12 +0000
committerThomas Fuchs <thomas@fesch.at>2006-02-14 10:29:12 +0000
commite8c4cc95030155168bee38567b6f8497a669e99e (patch)
treedae6dc62e0c59bbf0e9aadacc1e22d469cc34145 /railties/CHANGELOG
parentc7f5a848f107bf294302b7eca606930168cc9e98 (diff)
downloadrails-e8c4cc95030155168bee38567b6f8497a669e99e.tar.gz
rails-e8c4cc95030155168bee38567b6f8497a669e99e.tar.bz2
rails-e8c4cc95030155168bee38567b6f8497a669e99e.zip
Update script.aculo.us in Rails trunk to V1.5.2
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@3595 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 9758f2d96b..9c88925c8a 100644
--- a/railties/CHANGELOG
+++ b/railties/CHANGELOG
@@ -1,5 +1,7 @@
*SVN*
+* Update script.aculo.us to V1.5.2 [Thomas Fuchs]
+
* Changed default lighttpd.conf to use CWD from lighttpd 1.4.10 that allows the same configuration to be used for both detach and not. Also ensured that auto-repeaping of FCGIs only happens when lighttpd is not detached. [DHH]
* Added Configuration#after_initialize for registering a block which gets called after the framework is fully initialized. Useful for things like per-environment configuration of plugins. [Michael Koziarski]