File tree 3 files changed +8
-4
lines changed
3 files changed +8
-4
lines changed Original file line number Diff line number Diff line change 2
2
# libmemcached
3
3
#
4
4
5
- set(LIBMEMCACHED_VERSION 1.1.3 )
5
+ set(LIBMEMCACHED_VERSION 1.1.4 )
6
6
set(LIBMEMCACHED_VERSION_INC 1.0)
7
- set(LIBMEMCACHED_VERSION_HEX 0x001001003 )
7
+ set(LIBMEMCACHED_VERSION_HEX 0x001001004 )
8
8
9
9
# libmemcached.so
10
10
Original file line number Diff line number Diff line change 2
2
3
3
## v 1.1.4
4
4
5
- > released TBA
5
+ > released 2022-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 ` ).
14
14
Update client option documentation.
15
15
* Fix [ gh #136 ] ( https://github.com/awesomized/libmemcached/issues/136 ) :
16
16
` libmemcachedutil ` is underlinked (link against libmemcached).
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.
17
19
18
20
## v 1.1.3
19
21
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 TBA
13
+ released 2022-03-06
14
14
15
15
16
16
@@ -24,6 +24,8 @@ v 1.1.4
24
24
Update client option documentation.
25
25
* Fix `gh #136 <https://github.com/awesomized/libmemcached/issues/136 >`_\ :
26
26
``libmemcachedutil `` is underlinked (link against libmemcached).
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.
27
29
28
30
v 1.1.3
29
31
-------
You can’t perform that action at this time.
0 commit comments