summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog19
1 files changed, 19 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 10ad2a6..9b68587 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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)