summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorPaul Lindner <plindner@hi5.com>2007-08-06 17:58:40 +0000
committerPaul Lindner <plindner@hi5.com>2007-08-06 17:58:40 +0000
commit9fd057207a5f0aa9595e89bd43e2a5134dff653e (patch)
tree6c88000e91727dfce81f6a7f91ca2709fa067386 /ChangeLog
parent70960eb3c1247b10331b29410522371949004c1a (diff)
downloadmemcached-9fd057207a5f0aa9595e89bd43e2a5134dff653e.tar.gz
Workaround crash when using -P and -d flags on x86_64 with latest libevent release.
git-svn-id: http://code.sixapart.com/svn/memcached/trunk/server@604 b0b603af-a30f-0410-a34e-baf09ae79d0b
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 238d0ab..e8d8bed 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2007-08-06 Paul Lindner <lindner@inuus.com>
+ * Fix crash when using -P and -d flags on x86_64
+ with latest libevent release.
+
2007-07-08 Steven Grimm <sgrimm@facebook.com>
* Item stats commands weren't thread-safe; wrap them with locks