X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=ChangeLog-1.1.md;h=2d5846a7e44c722a480cd658ba76a2062537aa40;hb=af58c4c6067fa41da3b4c8f01200065226070e37;hp=3f48a5e70e80785cdc66913af695f3f4ac66e544;hpb=566d096f3e5943e8b708d66e859b7e1ce99a4e8d;p=m6w6%2Flibmemcached diff --git a/ChangeLog-1.1.md b/ChangeLog-1.1.md index 3f48a5e7..2d5846a7 100644 --- a/ChangeLog-1.1.md +++ b/ChangeLog-1.1.md @@ -90,7 +90,7 @@ was incremented due to the following changes: * Fix memaslap: build fails with newer compiler versions. * Fix usage of strerror_r() implementations returning pointer to char. * Fix pipelining commands with memcached >= 1.6. -* Fixed memcached_stat_get_value(): buffer overflow. +* Fix memcached_stat_get_value(): buffer overflow. * Fix memcached_stat(): undefined behavior due to unintialized memcached_return_t. * Fix SASL tests: requires SASL_PWDB_CONF. * Fix bin/memaslap to idnentify itself as memaslap instead of memslap. @@ -102,6 +102,7 @@ was incremented due to the following changes: clarify documentation on replication. * Fix [gh #95](https://github.com/m6w6/libmemcached/issues/95): MEMCACHED_CALLBACK_GET_FAILURE and MEMCACHED_BEHAVIOR_BUFFER_REQUESTS +* Fix bin/memcat to output flags if requested with `--flag`. ---