Changeset 615 for trunk/server/ChangeLog

Show
Ignore:
Timestamp:
10/03/07 19:59:11 (2 years ago)
Author:
plindner
Message:

Incorporate "cas" operation developed by Dustin Sallings
<dustin@…> and implemented by Chris Goffinet
<goffinet@…>. This change allows you to do
atomic changes to an existing key.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/server/ChangeLog

    r608 r615  
     12007-10-03 Paul Lindner <lindner@inuus.com> 
     2        * Incorporate "cas" operation developed by Dustin 
     3          Sallings <dustin@spy.net> and implemented by 
     4          Chris Goffinet <goffinet@yahoo-inc.com>.  This 
     5          change allows you to do atomic changes to an 
     6          existing key. 
     7 
    182007-08-21 Paul Lindner <lindner@inuus.com> 
    29        * Incorporate incrememnt patch from Evan Miller