From 000bce60d1b956664898d77db980952d01849b8c Mon Sep 17 00:00:00 2001
From: Michael Wallner <mike@php.net>
Date: Thu, 15 Apr 2021 13:42:53 +0200
Subject: [PATCH] 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 `<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              | 4 +++-
 docs/source/ChangeLog-1.1.rst | 4 +++-
 2 files changed, 6 insertions(+), 2 deletions(-)

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 `<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.
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 <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.
-- 
GitLab