From 0bbd3d19a2f68cd68e711499ac997933e379a2ce Mon Sep 17 00:00:00 2001 From: Dan Helfman Date: Mon, 10 Mar 2008 21:30:39 +0000 Subject: [PATCH] Now making separate memcache connections for each use of the cache. --- NEWS | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/NEWS b/NEWS index d917326..03b9c05 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,8 @@ +1.2.6: March 10, 2008 + * Now creating a new cache connection for each usage of the cache. This will + prevent crashes that arose when multiple threads tried to share a single + connection. + 1.2.5: March 7, 2008 * Fixed a database bug that could have caused a cache save before a commit. * Client code now only calls save_note() on the server when necessary, and