summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorDustin Sallings <dustin@spy.net>2007-10-03 19:59:11 +0000
committerDustin Sallings <dustin@spy.net>2007-10-03 19:59:11 +0000
commitfc2e8effbb555e853bb71bdc0d01525a5a9dbfe3 (patch)
treed56ddd8c7e8ab5c707561eb6caeeaabb1af99e44 /ChangeLog
parent058050572dd7d34e7c3c52be0af3c5b47dd1fb6c (diff)
downloadmemcached-fc2e8effbb555e853bb71bdc0d01525a5a9dbfe3.tar.gz
Incorporate "cas" operation developed by Dustin Sallings
<dustin@spy.net> and implemented by Chris Goffinet <goffinet@yahoo-inc.com>. This change allows you to do atomic changes to an existing key. git-svn-id: http://code.sixapart.com/svn/memcached/trunk/server@615 b0b603af-a30f-0410-a34e-baf09ae79d0b
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 38450cf..f806a18 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2007-10-03 Paul Lindner <lindner@inuus.com>
+ * Incorporate "cas" operation developed by Dustin
+ Sallings <dustin@spy.net> and implemented by
+ Chris Goffinet <goffinet@yahoo-inc.com>. This
+ change allows you to do atomic changes to an
+ existing key.
+
2007-08-21 Paul Lindner <lindner@inuus.com>
* Incorporate incrememnt patch from Evan Miller
<emiller@imvu.com> to define increment overflow