From: Brian Aker Date: Sun, 20 Sep 2009 00:32:43 +0000 (-0700) Subject: Updates on C++ interface X-Git-Tag: 0.34~27 X-Git-Url: https://git.m6w6.name/?a=commitdiff_plain;h=f2fabd2f29fa624e4d48b1605bd46b233e7ce408;p=awesomized%2Flibmemcached Updates on C++ interface --- f2fabd2f29fa624e4d48b1605bd46b233e7ce408 diff --cc ChangeLog index 958cc0fd,c3d1a941..5986889f --- a/ChangeLog +++ b/ChangeLog @@@ -1,7 -1,4 +1,10 @@@ - 0.32 Tue Sep 15 15:49:09 PDT 2009 +0.33 + * Added memcapable to test servers for binary compatibility. ++ * Updated C++ interface. Added basic support for C++ exceptions. Added ++ multiple constructors the memcached client object. The C++ interface ++ now takes parameters which are C++ types (such as std::string). + - 0.32 Tue Sep 15 15:49:09 PDT 2009 ++0.32 Tue Sep 15 15:49:09 PDT 2009 * Change of behavior where linger is only modified for no-block and then it is set to zero. * Added Twitter's memcached_server_error() functions.