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"