Prepare release of pylibmc 1.1

int 1.1
lericson 2010-06-03 16:43:16 +02:00
parent 91c7b3fd56
commit 190a548ab3
2 changed files with 14 additions and 1 deletions

View File

@ -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
------------------

View File

@ -1 +1 @@
#define PYLIBMC_VERSION "1.0"
#define PYLIBMC_VERSION "1.1"