From: Michael Wallner Date: Thu, 15 Apr 2021 11:42:53 +0000 (+0200) Subject: v1.1.0-beta3 X-Git-Tag: 1.1.0-beta3 X-Git-Url: https://git.m6w6.name/?p=m6w6%2Flibmemcached;a=commitdiff_plain;h=000bce60d1b956664898d77db980952d01849b8c;hp=0f00d421803b67826f3e6c66765771bd6b2ed39a v1.1.0-beta3 > 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 ``. * Fix libmemcachedprotocol's binary `STAT` and `VERSION` handlers. * Fix [gh #105](https://github.com/m6w6/libmemcached/issues/105): EINTR handled too defensively when polling. --- diff --git a/ChangeLog-1.1.md b/ChangeLog-1.1.md index 2c5a94fc..f0b5a8d5 100644 --- a/ChangeLog-1.1.md +++ b/ChangeLog-1.1.md @@ -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 ``. * Fix libmemcachedprotocol's binary `STAT` and `VERSION` handlers. * Fix [gh #105](https://github.com/m6w6/libmemcached/issues/105): EINTR handled too defensively when polling. diff --git a/docs/source/ChangeLog-1.1.rst b/docs/source/ChangeLog-1.1.rst index fc38c83d..71dad2e1 100644 --- a/docs/source/ChangeLog-1.1.rst +++ b/docs/source/ChangeLog-1.1.rst @@ -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 `_\ : 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 ````. * Fix libmemcachedprotocol's binary ``STAT`` and ``VERSION`` handlers. * Fix `gh #105 `_\ : EINTR handled too defensively when polling.