witten
/
luminotes
Archived
1
0
Fork 0

Now making separate memcache connections for each use of the cache.

This commit is contained in:
Dan Helfman 2008-03-10 21:30:39 +00:00
parent 604d2c5e41
commit 0bbd3d19a2
1 changed files with 5 additions and 0 deletions

5
NEWS
View File

@ -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