Brian Aker, brian@tangent.org -- Client Library, Tools
Mark Atwood, -- Tools
-Patrick Galbraith, -- Whatever help Brian needs
+Patrick Galbraith, -- C++ Interface
+0.15 Tue Jan 29 14:55:44 PST 2008
+ * More work on the C++ API.
+ * Bug fixes around block corner cases.
* Slight performance increase in both read() and write().
0.14 Tue Jan 22 06:21:49 PST 2008
#release versioning
MEMCACHED_MAJOR_VERSION=0
-MEMCACHED_MINOR_VERSION=14
+MEMCACHED_MINOR_VERSION=15
MEMCACHED_MICRO_VERSION=0
#API version
=item MEMCACHED_BEHAVIOR_USER_DATA
This allows you to store a pointer to a specifc piece of data. This can be
-retrieved from inside of memcached_fetch_exectue(). Cloning a memcached_st
+retrieved from inside of memcached_fetch_execute(). Cloning a memcached_st
+
will copy the pointer to the clone. This was deprecated in 0.14 in favor
of memcached_callback_set(3). This will be removed in 0.15.
=item MEMCACHED_CALLBACK_USER_DATA
This allows you to store a pointer to a specifc piece of data. This can be
-retrieved from inside of memcached_fetch_exectue(). Cloning a memcached_st
+retrieved from inside of memcached_fetch_execute(). Cloning a memcached_st
will copy the pointer to the clone.
=item MEMCACHED_CALLBACK_MALLOC_FUNCTION,