summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorDustin Sallings <dustin@spy.net>2009-03-31 15:30:38 -0700
committerDustin Sallings <dustin@spy.net>2009-03-31 15:30:38 -0700
commit0cbcacf80bf1e56db38ef529a730be844ba5c521 (patch)
tree7871cc20ea30c9092accf91f497dd68880622db6 /ChangeLog
parent0bdda0d73c11a6ed638921a6690214c77a304a9c (diff)
downloadmemcached-0cbcacf80bf1e56db38ef529a730be844ba5c521.tar.gz
Changelog updates for 1.3.3.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog26
1 files changed, 26 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index f232d0b..13d9451 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,29 @@
+2009-03-31
+
+ * Feature: -b option for configuring backlog
+
+ * Feature: stats settings
+
+ * Fix: binary stat alignment bug (bug26)
+
+ * Fix: buffer overflow in stats (bug27)
+
+ * Fix: recycle memory more aggressively (bug14)
+
+ * Fix: incr validation (bug31)
+
+ * Fix: 64-bit incr/decr delta problem (bug21)
+
+ * Fix: Ascii UDP set (bug36)
+
+ * Fix: stats slabs' used chunks (bug29)
+
+ * Fix: stats reset resetting more (bug22)
+
+ * Misc: More tests, documentation, cleanliness (godliness)
+
+ * Stable merge (stats, debuggability, listen bugs)
+
2009-03-11
* Protocol: Binary complete (Dustin, Trond, Toru, etc...)