From e86b704343e8717e1baae2b3e1d6c6356b2e0dd2 Mon Sep 17 00:00:00 2001 From: Brian Aker Date: Tue, 16 Oct 2007 03:46:14 -0700 Subject: [PATCH] Updating for release --- ChangeLog | 5 ++++- TODO | 3 +-- 2 files changed, 5 insertions(+), 3 deletions(-) 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... -- 2.30.2