From: Brian Aker Date: Tue, 16 Oct 2007 10:46:14 +0000 (-0700) Subject: Updating for release X-Git-Tag: 0.7~29 X-Git-Url: https://git.m6w6.name/?a=commitdiff_plain;h=e86b704343e8717e1baae2b3e1d6c6356b2e0dd2;p=awesomized%2Flibmemcached Updating for release --- diff --git a/ChangeLog b/ChangeLog index 56244cbd..b6dc4eca 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,9 +1,12 @@ 0.6 * get value returns are now null terminated (request by Cal Heldenbrand) - * Fixed for more hosts then two. + * Fixed connections for more hosts then two. * Rewrite of the read/write IO systems to handle different sorts of host failures. * Added man pages for all functions and tools + * Raised buffer size for readinng/writing to 16K + * You can now optionally set the socket size for recv/send via + memached_behavior_set/get. 0.5 Tue Oct 9 00:22:25 PDT 2007 * Ruby maintainer mentioned TCP_NODELAY patch he had added. Added this to C diff --git a/TODO b/TODO index dae11b9c..d3682c98 100644 --- a/TODO +++ b/TODO @@ -1,8 +1,7 @@ - Write a shell application (?) - Fix version in command line tools -- Write test cases for all command line tools (!!!) +- Write (more) test cases for all command line tools (!!!) - Write some sort of "default" options bit for tools -- Write man() pages - More examples using libraries - Doxygen? - Make a "make deb"... or accept patch...