summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authordormando <dormando@rydia.net>2009-04-10 23:25:07 -0700
committerDustin Sallings <dustin@spy.net>2009-04-11 21:49:32 -0700
commitacb84f05e0a8dc67a572dc647071002f9e64499d (patch)
tree526d74f9f96b2bee9da40f99e5cde9ddff36acb4 /ChangeLog
parenta0e4a7563fd575d89cd34411a2c090fae1d826f4 (diff)
downloadmemcached-acb84f05e0a8dc67a572dc647071002f9e64499d.tar.gz
Changelog update from 1.2.8 fixes.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 830da0c..1fca17b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2009-04-10
+
+ * *critical bugfix*. In 1.2.7 under multithreaded mode, memcached
+ would never restart accepting connections after hitting the
+ maximum connection limit.
+
2009-04-02
* Fix: Rewrote stat buffer handling (Trond)