summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 5546440..cc0d908 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+ * Bug #887765: Interrupted connection to memcache server can cause
+ inconsistencies.
+ Added "flush_on_reconnect" (defaults to off) to Client() which will
+ cause a client that has lost connection to a server and then reconnects
+ to flush the cache on the reconnect so that it doesn't get old values
+ from that server. Patch by Daniel Benamy.
+
Sun, 27 Nov 2011 18:15:32 -0700 Sean Reifschneider <jafo@tummy.com>
* Bug #745633: Values of maximum size are not stored