v1.1.0-beta3 1.1.0-beta3
authorMichael Wallner <mike@php.net>
Thu, 15 Apr 2021 11:42:53 +0000 (13:42 +0200)
committerMichael Wallner <mike@php.net>
Thu, 15 Apr 2021 11:42:53 +0000 (13:42 +0200)
> released 2021-04-15

**Changes from beta2:**

* Fix [gh #108](https://github.com/m6w6/libmemcached/issues/105):
  macOS Big Sur: dtrace does not understand -G switch
* Add support for IPv6 bracketed syntax in `memcached_servers_parse`.
* Make `memcat`'s `--file` option's argument optional defaulting to `<key>`.
* Fix libmemcachedprotocol's binary `STAT` and `VERSION` handlers.
* Fix [gh #105](https://github.com/m6w6/libmemcached/issues/105):
  EINTR handled too defensively when polling.

ChangeLog-1.1.md
docs/source/ChangeLog-1.1.rst

index 2c5a94fc30cb6f3c9c22c1797217bc5f1f1de59a..f0b5a8d571fda017b6ca6c0c90621c7e8942e05b 100644 (file)
@@ -2,12 +2,14 @@
 
 ## v 1.1.0-beta3
 
-> TBR
+> released 2021-04-15
 
 **Changes from beta2:**
 
 * Fix [gh #108](https://github.com/m6w6/libmemcached/issues/105):
   macOS Big Sur: dtrace does not understand -G switch
+* Add support for IPv6 bracketed syntax in `memcached_servers_parse`.
+* Make `memcat`'s `--file` option's argument optional defaulting to `<key>`.
 * Fix libmemcachedprotocol's binary `STAT` and `VERSION` handlers.
 * Fix [gh #105](https://github.com/m6w6/libmemcached/issues/105):
   EINTR handled too defensively when polling.
index fc38c83ddd5713180cf02d1669cf724e54a7f985..71dad2e130aa1c9694455f4ed7d9ed3962ab56f7 100644 (file)
@@ -10,7 +10,7 @@ v 1.1.0-beta3
 
 ..
 
-   TBR
+   released 2021-04-15
 
 
 **Changes from beta2:**
@@ -18,6 +18,8 @@ v 1.1.0-beta3
 
 * Fix `gh #108 <https://github.com/m6w6/libmemcached/issues/105>`_\ :
   macOS Big Sur: dtrace does not understand -G switch
+* Add support for IPv6 bracketed syntax in ``memcached_servers_parse``.
+* Make ``memcat``\ 's ``--file`` option's argument optional defaulting to ``<key>``.
 * Fix libmemcachedprotocol's binary ``STAT`` and ``VERSION`` handlers.
 * Fix `gh #105 <https://github.com/m6w6/libmemcached/issues/105>`_\ :
   EINTR handled too defensively when polling.