From: Brian Aker Date: Tue, 29 Jan 2008 23:00:54 +0000 (-0800) Subject: Prep work for .15 release. X-Git-Tag: 0.20~32 X-Git-Url: https://git.m6w6.name/?a=commitdiff_plain;h=62dcf4fbba4de2937d2d5d54c0263a10819e6d44;p=awesomized%2Flibmemcached Prep work for .15 release. --- diff --git a/AUTHORS b/AUTHORS index f60c8e66..f6c0bbaf 100644 --- 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 diff --git a/ChangeLog b/ChangeLog index cfbf0cdc..9b6fc66b 100644 --- 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 diff --git a/configure.ac b/configure.ac index 8264aff2..4eb75e2a 100644 --- a/configure.ac +++ b/configure.ac @@ -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 diff --git a/docs/memcached_behavior.pod b/docs/memcached_behavior.pod index 04d6e060..25986cdf 100755 --- a/docs/memcached_behavior.pod +++ b/docs/memcached_behavior.pod @@ -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. diff --git a/docs/memcached_callback.pod b/docs/memcached_callback.pod index 17d138ff..7d3fe730 100755 --- a/docs/memcached_callback.pod +++ b/docs/memcached_callback.pod @@ -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,