Update of /cvs/scoop/scoop
In directory lithium.sabren.com:/tmp/cvs-serv3971
Modified Files:
CHANGES README
Log Message:
Checking in code to use memcached with Scoop instead of the native caching system. -j
Index: README
===================================================================
RCS file: /cvs/scoop/scoop/README,v
retrieving revision 1.26
retrieving revision 1.27
diff -C2 -d -r1.26 -r1.27
*** README 8 Feb 2006 04:35:29 -0000 1.26
--- README 26 Apr 2006 20:56:47 -0000 1.27
***************
*** 66,69 ****
--- 66,71 ----
Crypt::Blowfish
XML::RSS
+ Cache::Memcached
+
5) (optional) install the aspell libraries and Text::Aspell for Spellchecking
support
Index: CHANGES
===================================================================
RCS file: /cvs/scoop/scoop/CHANGES,v
retrieving revision 1.72
retrieving revision 1.73
diff -C2 -d -r1.72 -r1.73
*** CHANGES 7 Apr 2006 04:58:34 -0000 1.72
--- CHANGES 26 Apr 2006 20:56:47 -0000 1.73
***************
*** 4,7 ****
--- 4,9 ----
Features:
* You can now use radio buttons instead of the drop-down box to rate comments
+ * You can now use memcached instead of the built-in Scoop caching system to
+ cache objects. This has a variety of advantages.
Bug fixes: