Update version.
authorBrian Aker <brian@tangent.org>
Fri, 4 May 2012 03:27:41 +0000 (20:27 -0700)
committerBrian Aker <brian@tangent.org>
Fri, 4 May 2012 03:27:41 +0000 (20:27 -0700)
ChangeLog
docs/libmemcached_configuration.rst
docs/memcached_create.rst

index d0c8d139eba72c30c08ed8186c52f384b025b236..62a3351edc3b21a65ffaced34f674e0dac3472c2 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+1.0.8
+* Added support for setting options via ENV variable LIBMEMCACHED
+
 1.0.7 Sat Apr 28 00:48:29 PDT 2012
 * Add API call for exist calls.
 * Update all license files to be BSD.
index 8cd48ce2ed061fc2078ac4bb311c15fa2bfa041b..2f3da9d44b991ae3e5a4035afd7776940bbf9815 100644 (file)
@@ -8,7 +8,9 @@ Configuring Libmemcached
 SYNOPSIS 
 --------
 
-#include <libmemcached/memcached.h>
+#include <libmemcached-1.0/memcached.h>
+
+.. envvar:: LIBMEMCACHED
 
 .. c:function:: memcached_st *memcached(const char *string, size_t string_length)
 
index 5eaaee03b016143965c7c746e6832101ece75f49..ae851ba99ceebf9d4e269f57a7e8159d5bae2e8d 100644 (file)
@@ -32,8 +32,7 @@ communicate with the server. You should either pass a statically declared
 a NULL. If a NULL passed in then a structure is allocated for you.
 
 Please note, when you write new application use 
-:c:func:`memcached` over 
-:c:func:`memcached_create`.
+:c:func:`memcached` over :c:func:`memcached_create`.
 
 :c:func:`memcached_clone` is similar to :c:func:`memcached_create` but 
 it copies the defaults and list of servers from the source