From 190a548ab3c56bc5a502ccb3ebbc7d0746c08036 Mon Sep 17 00:00:00 2001 From: lericson Date: Thu, 3 Jun 2010 16:43:16 +0200 Subject: [PATCH] Prepare release of pylibmc 1.1 --- README.rst | 13 +++++++++++++ pylibmc-version.h | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 0941ee5..6e1d2d7 100644 --- a/README.rst +++ b/README.rst @@ -51,6 +51,19 @@ IRC Change Log ========== +New in version 1.1 +------------------ + +- Removed deprecated space-based behavior names. +- Acquire and release the GIL properly, thanks ketralnis__ +- Add support for ``libmemcached 0.40`` +- Included a more useful command-line interface +- Fixed handling of NUL-byte keys in ``get_multi`` in binary protocol +- Fixed some valgrind-reported memory warnings +- Fixed bogus usage of time argument for delete. + +__ http://www.ketralnis.com/ + New in version 1.0 ------------------ diff --git a/pylibmc-version.h b/pylibmc-version.h index a0f77e8..b635845 100644 --- a/pylibmc-version.h +++ b/pylibmc-version.h @@ -1 +1 @@ -#define PYLIBMC_VERSION "1.0" +#define PYLIBMC_VERSION "1.1"