Skip to content

Commit

Permalink
v1.1.0-beta3
Browse files Browse the repository at this point in the history
> 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.
  • Loading branch information
m6w6 committed Apr 15, 2021
1 parent 0f00d42 commit 000bce6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 3 additions & 1 deletion ChangeLog-1.1.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
4 changes: 3 additions & 1 deletion docs/source/ChangeLog-1.1.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,16 @@ 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.
Expand Down

0 comments on commit 000bce6

Please sign in to comment.