Prepare release of pylibmc 1.1
This commit is contained in:
parent
91c7b3fd56
commit
190a548ab3
13
README.rst
13
README.rst
@ -51,6 +51,19 @@ IRC
|
|||||||
Change Log
|
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
|
New in version 1.0
|
||||||
------------------
|
------------------
|
||||||
|
|
||||||
|
@ -1 +1 @@
|
|||||||
#define PYLIBMC_VERSION "1.0"
|
#define PYLIBMC_VERSION "1.1"
|
||||||
|
Reference in New Issue
Block a user