Skip to content

Commit ec8a4fe

Browse files
committed
changelog
1 parent 9f88736 commit ec8a4fe

File tree

2 files changed

+22
-2
lines changed

2 files changed

+22
-2
lines changed

ChangeLog-1.1.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,20 @@
44

55
> released TBD
66
7+
* Fix [gh #67](https://github.com/awesomized/libmemcached/issues/67):
8+
GET returns `NOTFOUND` on `TIMEOUT`.
79
* Fix [gh #113](https://github.com/awesomized/libmemcached/issues/105):
810
Build failure with Catch2 < 2.13.5.
911
* Add [gh #114](https://github.com/awesomized/libmemcached/pull/114):
1012
Add possibility to use libcrypto for encryption.
13+
* Add [gh #115](https://github.com/awesomized/libmemcached/pull/115):
14+
Add `LIBMEMCACHED_AWESOME` CPP define.
15+
* Add test for [gh #75](https://github.com/awesomized/libmemcached/issues/75):
16+
memcached_clone of SASL connection closes random file descriptor.
17+
* Fix [gh #116](https://github.com/awesomized/libmemcached/issues/116):
18+
Add libmemcachedpotocol-0-0/configure.h guarding `ssize_t` typedef.
19+
* Fix [gh #120](https://github.com/awesomized/libmemcached/issues/120):
20+
libmemcached.pc is missing a `Requires` entry for libsasl2.
1121

1222
## v 1.1.0
1323

@@ -27,7 +37,7 @@ the full list of changes since the last 1.0 release.
2737
**Changes from beta2:**
2838

2939
* Fix [gh #108](https://github.com/awesomized/libmemcached/issues/105):
30-
macOS Big Sur: dtrace does not understand -G switch
40+
macOS Big Sur: dtrace does not understand -G switch.
3141
* Add support for IPv6 bracketed syntax in `memcached_servers_parse`.
3242
* Make `memcat`'s `--file` option's argument optional defaulting to `<key>`.
3343
* Fix libmemcachedprotocol's binary `STAT` and `VERSION` handlers.

docs/source/ChangeLog-1.1.rst

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,20 @@ v 1.1.1
1414

1515

1616

17+
* Fix `gh #67 <https://github.com/awesomized/libmemcached/issues/67>`_\ :
18+
GET returns ``NOTFOUND`` on ``TIMEOUT``.
1719
* Fix `gh #113 <https://github.com/awesomized/libmemcached/issues/105>`_\ :
1820
Build failure with Catch2 < 2.13.5.
1921
* Add `gh #114 <https://github.com/awesomized/libmemcached/pull/114>`_\ :
2022
Add possibility to use libcrypto for encryption.
23+
* Add `gh #115 <https://github.com/awesomized/libmemcached/pull/115>`_\ :
24+
Add ``LIBMEMCACHED_AWESOME`` CPP define.
25+
* Add test for `gh #75 <https://github.com/awesomized/libmemcached/issues/75>`_\ :
26+
memcached_clone of SASL connection closes random file descriptor.
27+
* Fix `gh #116 <https://github.com/awesomized/libmemcached/issues/116>`_\ :
28+
Add libmemcachedpotocol-0-0/configure.h guarding ``ssize_t`` typedef.
29+
* Fix `gh #120 <https://github.com/awesomized/libmemcached/issues/120>`_\ :
30+
libmemcached.pc is missing a ``Requires`` entry for libsasl2.
2131

2232
v 1.1.0
2333
-------
@@ -47,7 +57,7 @@ v 1.1.0-beta3
4757

4858

4959
* Fix `gh #108 <https://github.com/awesomized/libmemcached/issues/105>`_\ :
50-
macOS Big Sur: dtrace does not understand -G switch
60+
macOS Big Sur: dtrace does not understand -G switch.
5161
* Add support for IPv6 bracketed syntax in ``memcached_servers_parse``.
5262
* Make ``memcat``\ 's ``--file`` option's argument optional defaulting to ``<key>``.
5363
* Fix libmemcachedprotocol's binary ``STAT`` and ``VERSION`` handlers.

0 commit comments

Comments
 (0)