aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/CHANGELOG
diff options
context:
space:
mode:
authorDavid Heinemeier Hansson <david@loudthinking.com>2005-01-04 02:09:38 +0000
committerDavid Heinemeier Hansson <david@loudthinking.com>2005-01-04 02:09:38 +0000
commit3e74ea89bce85a1e004841421ce6b06a2e47a52f (patch)
tree55f53697b45d32af9eaff4e2570e9a2832d136ee /actionpack/CHANGELOG
parentd05fa50914f00f204e61eef25a37a761d9a29fa5 (diff)
downloadrails-3e74ea89bce85a1e004841421ce6b06a2e47a52f.tar.gz
rails-3e74ea89bce85a1e004841421ce6b06a2e47a52f.tar.bz2
rails-3e74ea89bce85a1e004841421ce6b06a2e47a52f.zip
Added MemCacheStore for storing session data in Danga's MemCache system [Bob Cottrell]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@330 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Diffstat (limited to 'actionpack/CHANGELOG')
-rw-r--r--actionpack/CHANGELOG3
1 files changed, 3 insertions, 0 deletions
diff --git a/actionpack/CHANGELOG b/actionpack/CHANGELOG
index ec269757ae..8b07c13dbb 100644
--- a/actionpack/CHANGELOG
+++ b/actionpack/CHANGELOG
@@ -1,5 +1,8 @@
*SVN*
+* Added MemCacheStore for storing session data in Danga's MemCache system [Bob Cottrell]
+ Depends on: MemCached server (http://www.danga.com/memcached/), MemCache client (http://raa.ruby-lang.org/project/memcache/)
+
* Fixed redirects when the controller and action is named the same. Still haven't fixed same controller, module, and action, though #201 [Josh]
* Fixed problems with running multiple functional tests in Rails under 1.8.2 by including hack for test/unit weirdness