mirror of
https://github.com/phpredis/phpredis.git
synced 2026-06-19 07:35:31 +00:00
Prepare for 6.1.0 GA
This commit is contained in:
committed by
Michael Grunder
parent
52e69edefd
commit
5419cc9c60
+36
-7
@@ -22,14 +22,14 @@ http://pear.php.net/dtd/package-2.0.xsd">
|
||||
<email>p.yatsukhnenko@gmail.com</email>
|
||||
<active>yes</active>
|
||||
</lead>
|
||||
<date>2024-09-23</date>
|
||||
<date>2024-10-04</date>
|
||||
<version>
|
||||
<release>6.1.0RC2</release>
|
||||
<release>6.1.0</release>
|
||||
<api>6.0.0</api>
|
||||
</version>
|
||||
<stability>
|
||||
<release>beta</release>
|
||||
<api>beta</api>
|
||||
<release>stable</release>
|
||||
<api>stable</api>
|
||||
</stability>
|
||||
<license uri="http://www.php.net/license">PHP</license>
|
||||
<notes>
|
||||
@@ -41,6 +41,20 @@ http://pear.php.net/dtd/package-2.0.xsd">
|
||||
Ty Karok - https://github.com/karock
|
||||
Object Cache Pro for WordPress - https://objectcache.pro
|
||||
|
||||
--- 6.1.0 ---
|
||||
|
||||
NOTE: There were no changes to C code between 6.1.0RC2 and 6.1.0
|
||||
|
||||
Documentation:
|
||||
|
||||
* Update package.xml to make it clearer that we support many key-value stores
|
||||
[52e69ede] (Remi Collet)
|
||||
* Fix redis.io urls [0bae4bb0] (Vincent Langlet)
|
||||
|
||||
Tests/CI:
|
||||
|
||||
* Fix 2 tests with redis 6.2 [cc1be322] (Remi Collet)
|
||||
|
||||
--- 6.1.0RC2 ---
|
||||
|
||||
Fixed:
|
||||
@@ -253,9 +267,9 @@ http://pear.php.net/dtd/package-2.0.xsd">
|
||||
</extsrcrelease>
|
||||
<changelog>
|
||||
<release>
|
||||
<stability><release>beta</release><api>beta</api></stability>
|
||||
<version><release>6.1.0RC2</release><api>6.0.0</api></version>
|
||||
<date>2024-09-23</date>
|
||||
<stability><release>stable</release><api>stable</api></stability>
|
||||
<version><release>6.1.0</release><api>6.0.0</api></version>
|
||||
<date>2024-10-04</date>
|
||||
<notes>
|
||||
--- Sponsors ---
|
||||
|
||||
@@ -265,6 +279,21 @@ http://pear.php.net/dtd/package-2.0.xsd">
|
||||
Ty Karok - https://github.com/karock
|
||||
Object Cache Pro for WordPress - https://objectcache.pro
|
||||
|
||||
--- 6.1.0 ---
|
||||
|
||||
NOTE: There were no changes to C code between 6.1.0RC2 and 6.1.0
|
||||
|
||||
Documentation:
|
||||
|
||||
* Update package.xml to make it clearer that we support many key-value stores
|
||||
[52e69ede] (Remi Collet)
|
||||
* Fix redis.io urls [0bae4bb0] (Vincent Langlet)
|
||||
|
||||
Tests/CI:
|
||||
|
||||
* Fix 2 tests with redis 6.2 [cc1be322] (Remi Collet)
|
||||
|
||||
|
||||
--- 6.1.0RC2 ---
|
||||
|
||||
Fixed:
|
||||
|
||||
Reference in New Issue
Block a user