summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorSteven Grimm <sgrimm@facebook.com>2007-07-08 10:11:48 +0000
committerSteven Grimm <sgrimm@facebook.com>2007-07-08 10:11:48 +0000
commitee6df65ac8b162798eff5836f82b66a6c3c118bf (patch)
tree84932708ccea18bccafbf79cf1b6893f468a3e83 /ChangeLog
parent6f60aac433ea7387b464512e8e5156578e0f52e5 (diff)
downloadmemcached-ee6df65ac8b162798eff5836f82b66a6c3c118bf.tar.gz
Fix the "stats items" command; the powers-of-N chunk size change broke it
git-svn-id: http://code.sixapart.com/svn/memcached/trunk/server@590 b0b603af-a30f-0410-a34e-baf09ae79d0b
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 28ceef1..238d0ab 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,8 @@
* Item stats commands weren't thread-safe; wrap them with locks
when compiled in multithreaded mode.
+ * The "stats items" command now works again; it broke with the
+ introduction of the powers-of-N chunk size change.
2007-07-06 [Version 1.2.3 released]