summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authordormando <dormando@rydia.net>2008-09-30 17:54:24 +0900
committerDustin Sallings <dustin@spy.net>2009-01-03 00:09:11 -0800
commitb2943f4076d4758df3c3b41a6b12d2a28f5efc5b (patch)
tree0b5e14068f20ff20d6ba93fe3a77d8d307fe42d5 /ChangeLog
parenta700e9c96e27b3e3d53fe302a860e870971e4097 (diff)
downloadmemcached-b2943f4076d4758df3c3b41a6b12d2a28f5efc5b.tar.gz
Report various listen failures, Updated Changelog/CONTRIBUTORS and Protocol Document.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog19
1 files changed, 19 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 5bb8c62..2d2cd97 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,26 @@
2008-09-06
+ * Display error status on listen failures (Dormando)
* Remove managed instance code. Incomplete/etc. (Dormando)
+ * Handle broken IPV6 stacks better (Brian Aker)
+
+ * Generate warnings on setsockopt() failures (Brian Aker)
+
+ * Fix some indentation issues (Brian Aker)
+
+ * UDP/TCP can be disabled by setting their port to zero (Brian Aker)
+
+ * Zero out libevent thread structures before use (Ricky Zhou)
+
+ * New stat: Last accessed time for last evicted item per slab class.
+ (Dormando)
+
+ * Use a dedicated socket accept thread (Facebook)
+
+ * Add -R option. Limit the number of requests processed by a connection
+ at once. Prevents starving other threads if bulk loading. (Facebook)
+
2008-07-29 [Version 1.2.6 released]
2008-07-24 [Version 1.2.6-rc1 released]