cmake: tsan
[m6w6/libmemcached] / ChangeLog-1.1.md
index 3f48a5e70e80785cdc66913af695f3f4ac66e544..2d5846a7e44c722a480cd658ba76a2062537aa40 100644 (file)
@@ -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`.
 
 ---