@@ -27,32 +27,44 @@ http://pear.php.net/dtd/package-2.0.xsd">
27272828 <active >no</active >
2929 </lead >
30- <date >2020-06-25 </date >
30+ <date >2020-06-26 </date >
3131 <version >
32- <release >5.3.0RC1 </release >
33- <api >5.3.0RC1 </api >
32+ <release >5.3.0RC2 </release >
33+ <api >5.3.0RC2 </api >
3434 </version >
3535 <stability >
36- <release >alpha </release >
37- <api >alpha </api >
36+ <release >beta </release >
37+ <api >beta </api >
3838 </stability >
3939 <license uri =" http://www.php.net/license" >PHP</license >
4040 <notes >
41- phpredis 5.3.0RC1
41+ phpredis 5.3.0RC2
42+
43+ This release contains initial support for Redis 6 ACLs, LZ4 compression,
44+ and many more fixes and improvements.
4245
43- This release adds the first round of support for Redis 6 functionality including,
44- most importantly ACLs. Other Redis 6 functionality is included as well such as
45- KEEPTTL and XINFO FULL command support.
46+ You can find a detailed list of changes in Changelog.md and package.xml
4647
47- Aside from the Redis 6 functionality this releasae contains many bugfixes and
48- improvements.
48+ A special thanks to BlueHost for sponsoring ACL support \o/
4949
5050 * Sponsors
51- ~ Audiomack.com - https://audiomack.com
52- ~ BlueHost.com - https://bluehost.com
53- ~ Redis Cache Pro for WordPress - https://wprediscache.com/
51+ ~ Audiomack - https://audiomack.com
52+ ~ BlueHost - https://bluehost.com
53+ ~ Redis Cache Pro for WordPress - https://wprediscache.com
5454 ~ Avtandil Kikabidze - https://github.com/akalongman
5555
56+ phpredis 5.3.0RC2
57+
58+ ---
59+
60+ * Fix LZ4 configuration and use pkg-config if we have it [df398cb0]
61+ (Remi Collet)
62+ * Make sure persistent pool ID is NULL terminated [0838b5bd, 57bb95bf]
63+ (Michael Grunder)
64+ * Run LZ4 tests in Travis [3ba3f06d] (Michael Grunder)
65+
66+ phpredis 5.3.0RC1
67+
5668 ---
5769
5870 * Support for Redis 6 ACLs [a311cc4e] (Michael Grunder)
0 commit comments