Prep work for .15 release.
authorBrian Aker <brian@tangent.org>
Tue, 29 Jan 2008 23:00:54 +0000 (15:00 -0800)
committerBrian Aker <brian@tangent.org>
Tue, 29 Jan 2008 23:00:54 +0000 (15:00 -0800)
AUTHORS
ChangeLog
configure.ac
docs/memcached_behavior.pod
docs/memcached_callback.pod

diff --git a/AUTHORS b/AUTHORS
index f60c8e6664f5820ff13a0f3040bce21cfe96c9bf..f6c0bbafcc5d617dece99faedfd84fb36530309d 100644 (file)
--- a/AUTHORS
+++ b/AUTHORS
@@ -1,3 +1,3 @@
 Brian Aker, brian@tangent.org -- Client Library, Tools
 Mark Atwood, -- Tools
-Patrick Galbraith, -- Whatever help Brian needs
+Patrick Galbraith, -- C++ Interface
index cfbf0cdc6df14007ac9b2fe131e596f0daa7b1e5..9b6fc66baf730818e480e5e21186584913abcafd 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+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
index 8264aff2451fb6edc2b1a23f1e9403c195e1cd1b..4eb75e2a18b21811759ed762f989440286d4a6b3 100644 (file)
@@ -7,7 +7,7 @@ MEMCACHED_LIBRARY_NAME=libmemcached
 
 #release versioning
 MEMCACHED_MAJOR_VERSION=0
-MEMCACHED_MINOR_VERSION=14
+MEMCACHED_MINOR_VERSION=15
 MEMCACHED_MICRO_VERSION=0
 
 #API version
index 04d6e06016226fd7564a5e09d1244e6d6fd951dc..25986cdf9082fdba76406d70fd082be2828c0dcb 100755 (executable)
@@ -76,7 +76,8 @@ Modify the timeout value that is used by poll(). The default value is -1. An sig
 =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.
 
index 17d138ff79fa459cd9d9e181e267c486ba84a77f..7d3fe7306e631d3013826ed2159866e90327c5e3 100755 (executable)
@@ -47,7 +47,7 @@ point of its execution all connections have been closed.
 =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,