summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorPaul Lindner <plindner@hi5.com>2007-10-03 22:44:56 +0000
committerPaul Lindner <plindner@hi5.com>2007-10-03 22:44:56 +0000
commite169fa0bb2cd4d7bd4ce21418e95e4b0ea4673c7 (patch)
treec9affde0c462305824582c242fe7b2932e9b0f2b /ChangeLog
parentf2a3fe62f1b061a7ff10cb9eb601cf52c1c4bde2 (diff)
downloadmemcached-e169fa0bb2cd4d7bd4ce21418e95e4b0ea4673c7.tar.gz
name and identity tweaks
git-svn-id: http://code.sixapart.com/svn/memcached/trunk/server@622 b0b603af-a30f-0410-a34e-baf09ae79d0b
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 3 insertions, 5 deletions
diff --git a/ChangeLog b/ChangeLog
index 045ba79..ac34ce1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,9 +1,7 @@
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.
+ Sallings <dustin@spy.net> This change allows you
+ to do atomic changes to an existing key.
* Fix for stats.evictions not incrementing
when exptime == 0 items are kicked off the cache.
@@ -13,7 +11,7 @@
an incorrect timestamp.
* Switch to unsigned 64-bit increment/decrement counters
- from Evan Miller and Dusgtin Sallings.
+ from Evan Miller and Dustin Sallings.
* Add append command support written by Filipe Laborde.
Tests/protocol doc updates by Paul Lindner.