Skip to content

Commit 000bce6

Browse files
committed
v1.1.0-beta3
> released 2021-04-15 **Changes from beta2:** * Fix [gh #108](#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](#105): EINTR handled too defensively when polling.
1 parent 0f00d42 commit 000bce6

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

ChangeLog-1.1.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,14 @@
22

33
## v 1.1.0-beta3
44

5-
> TBR
5+
> released 2021-04-15
66
77
**Changes from beta2:**
88

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

docs/source/ChangeLog-1.1.rst

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,16 @@ v 1.1.0-beta3
1010

1111
..
1212
13-
TBR
13+
released 2021-04-15
1414

1515

1616
**Changes from beta2:**
1717

1818

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

0 commit comments

Comments
 (0)