File tree 2 files changed +8
-4
lines changed
2 files changed +8
-4
lines changed Original file line number Diff line number Diff line change 2
2
3
3
## v 1.1.4
4
4
5
- > released 2022 -03-06
5
+ > released 2023 -03-06
6
6
7
7
* Fix [ gh #107 ] ( https://github.com/awesomized/libmemcached/issues/107 ) :
8
8
macOS: deprecated sasl API (improve detection of ` libsasl2 ` ).
15
15
* Fix [ gh #136 ] ( https://github.com/awesomized/libmemcached/issues/136 ) :
16
16
` libmemcachedutil ` is underlinked (link against libmemcached).
17
17
* Fix [ gh php-memcached #531 ] ( https://github.com/php-memcached-dev/php-memcached/issues/531 ) :
18
- ` get ` returns random values when lower than default ` OPT_POLL_TIMEOUT ` is set.
18
+ ` get ` returns random values when lower than default ` OPT_POLL_TIMEOUT ` is set.
19
+ ** NOTE:** This is a security related fix; more information can be found at:
20
+ https://github.com/awesomized/libmemcached/security/advisories/GHSA-wwmh-39wj-fx59
19
21
20
22
## v 1.1.3
21
23
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ v 1.1.4
10
10
11
11
..
12
12
13
- released 2022 -03-06
13
+ released 2023 -03-06
14
14
15
15
16
16
@@ -25,7 +25,9 @@ v 1.1.4
25
25
* Fix `gh #136 <https://github.com/awesomized/libmemcached/issues/136 >`_\ :
26
26
``libmemcachedutil `` is underlinked (link against libmemcached).
27
27
* Fix `gh php-memcached#531 <https://github.com/php-memcached-dev/php-memcached/issues/531 >`_\ :
28
- ``get `` returns random values when lower than default ``OPT_POLL_TIMEOUT `` is set.
28
+ ``get `` returns random values when lower than default ``OPT_POLL_TIMEOUT `` is set.\ :raw-html-m2r: `<br> `
29
+ **NOTE: ** This is a security related fix; more information can be found at:
30
+ https://github.com/awesomized/libmemcached/security/advisories/GHSA-wwmh-39wj-fx59
29
31
30
32
v 1.1.3
31
33
-------
You can’t perform that action at this time.
0 commit comments