From 3e74ea89bce85a1e004841421ce6b06a2e47a52f Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Tue, 4 Jan 2005 02:09:38 +0000 Subject: 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 --- actionpack/CHANGELOG | 3 +++ 1 file changed, 3 insertions(+) (limited to 'actionpack/CHANGELOG') 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 -- cgit v1.2.3