summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorDustin Sallings <dustin@spy.net>2009-03-11 14:53:24 -0700
committerDustin Sallings <dustin@spy.net>2009-03-11 14:53:24 -0700
commitda5ba7b8685aa8e6c645467f34fd8b2da7be4a32 (patch)
tree96f1eb347f2108cdf871e5dfc32ba99cb0b8683d /ChangeLog
parent1b719aa075ee42804407709846fd8dfb80bba205 (diff)
downloadmemcached-da5ba7b8685aa8e6c645467f34fd8b2da7be4a32.tar.gz
Some changelog updates.
I'd really rather just point to release notes or git (and have people write really good commits). I'll do what's here, though.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog16
1 files changed, 16 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 2d2cd97..f232d0b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,19 @@
+2009-03-11
+
+ * Protocol: Binary complete (Dustin, Trond, Toru, etc...)
+
+ * Performance: improvements from facebook (Dormando)
+
+ * Performance: per-thread stats (Trond)
+
+ * Performance: Hash expansion in its own thread (Trond)
+
+ * Stats: Lots of new stats (Dustin)
+
+ * Bug fixes (various)
+
+ See the 1.3.2 release notes or revision control for more detail.
+
2008-09-06
* Display error status on listen failures (Dormando)