File tree Expand file tree Collapse file tree 2 files changed +22
-2
lines changed Expand file tree Collapse file tree 2 files changed +22
-2
lines changed Original file line number Diff line number Diff line change 4
4
5
5
> released TBD
6
6
7
+ * Fix [ gh #67 ] ( https://github.com/awesomized/libmemcached/issues/67 ) :
8
+ GET returns ` NOTFOUND ` on ` TIMEOUT ` .
7
9
* Fix [ gh #113 ] ( https://github.com/awesomized/libmemcached/issues/105 ) :
8
10
Build failure with Catch2 < 2.13.5.
9
11
* Add [ gh #114 ] ( https://github.com/awesomized/libmemcached/pull/114 ) :
10
12
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.
11
21
12
22
## v 1.1.0
13
23
@@ -27,7 +37,7 @@ the full list of changes since the last 1.0 release.
27
37
** Changes from beta2:**
28
38
29
39
* 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.
31
41
* Add support for IPv6 bracketed syntax in ` memcached_servers_parse ` .
32
42
* Make ` memcat ` 's ` --file ` option's argument optional defaulting to ` <key> ` .
33
43
* Fix libmemcachedprotocol's binary ` STAT ` and ` VERSION ` handlers.
Original file line number Diff line number Diff line change @@ -14,10 +14,20 @@ v 1.1.1
14
14
15
15
16
16
17
+ * Fix `gh #67 <https://github.com/awesomized/libmemcached/issues/67 >`_\ :
18
+ GET returns ``NOTFOUND `` on ``TIMEOUT ``.
17
19
* Fix `gh #113 <https://github.com/awesomized/libmemcached/issues/105 >`_\ :
18
20
Build failure with Catch2 < 2.13.5.
19
21
* Add `gh #114 <https://github.com/awesomized/libmemcached/pull/114 >`_\ :
20
22
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.
21
31
22
32
v 1.1.0
23
33
-------
@@ -47,7 +57,7 @@ v 1.1.0-beta3
47
57
48
58
49
59
* 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.
51
61
* Add support for IPv6 bracketed syntax in ``memcached_servers_parse ``.
52
62
* Make ``memcat ``\ 's ``--file `` option's argument optional defaulting to ``<key> ``.
53
63
* Fix libmemcachedprotocol's binary ``STAT `` and ``VERSION `` handlers.
You can’t perform that action at this time.
0 commit comments