summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorBrad Fitzpatrick <brad@danga.com>2006-09-03 03:18:26 +0000
committerBrad Fitzpatrick <brad@danga.com>2006-09-03 03:18:26 +0000
commitc9607c6ddbcb21f080522f776acc5f80a4a00de3 (patch)
tree9fc82d5fd391d251f16d6a192bb03d900a48c0f3 /ChangeLog
parent246a28c738b023bde1de77a79de3556da31b45b0 (diff)
downloadmemcached-c9607c6ddbcb21f080522f776acc5f80a4a00de3.tar.gz
merge end of facebook branch into trunk, after copying the old trunk to the memcached-1.1.x branch
git-svn-id: http://code.sixapart.com/svn/memcached/trunk/server@320 b0b603af-a30f-0410-a34e-baf09ae79d0b
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog15
1 files changed, 15 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index cd55fd3..ec8cbe8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,18 @@
+2006-08-21
+ * Nathan Neulinger <nneul@umr.edu>: fix incompatabilities with
+ unix domain socket support and the UDP code and clean up stale
+ sockets
+
+2006-08-20
+ * Nathan Neulinger <nneul@umr.edu>: unix domain socket support
+
+2006-05-03
+ * Steven Grimm <sgrimm@facebook.com>: big bunch of changes:
+ big CPU reduction work, UDP-based interface, increased memory
+ efficiency. (intertwined patch, committed all together)
+ <http://lists.danga.com/pipermail/memcached/2006-May/002164.html>
+ or see svn commit logs
+
2006-04-30
* River Tarnell: autoconf work for Solaris 10. Brad:
merge and verify it works on Nexenta.