diff options
author | dormando <dormando@rydia.net> | 2008-09-29 12:17:22 +0900 |
---|---|---|
committer | Dustin Sallings <dustin@spy.net> | 2009-01-03 00:09:10 -0800 |
commit | 869f186873ddfc16fff275cafe265dc1901adb51 (patch) | |
tree | 4cf26a4341a68daf8e2c57f227e6d5ac8d913ad3 /ChangeLog | |
parent | 6c6fb9738968c7f8ddf21525cd17b89012437782 (diff) | |
download | memcached-869f186873ddfc16fff275cafe265dc1901adb51.tar.gz |
Changelog update for 1.2.6 release and Patch originally from the Facebook crew, cleaned up and split by dormando.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 19 |
1 files changed, 19 insertions, 0 deletions
@@ -1,3 +1,22 @@ +2008-07-24 [Version 1.2.6-rc1 released] + + * Add support for newer automake (Facebook) + + * DTrace support for Solaris/etc (Trond Norbye) + + * LRU tests (Steve Yen) + + * Handle negative length items properly (Dormando) + + * Don't leave stale data after failed set attempts (Dormando) + + * Fix refcount leaks, which would result in OOM's on all sets + (Dormando) + + * Fix buffer overruns (Dustin Sallings, Tomash Brechko) + + * Fix memory corruption with CAS (Dustin Sallings) + 2008-06-11 * Fix -k to work with -d. (reported by Gary Zhu) |