forked from phpredis/phpredis
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
c9e9236
commit 62cf943
Showing
3 changed files
with
42 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -27,9 +27,9 @@ http://pear.php.net/dtd/package-2.0.xsd"> | |
<email>[email protected]</email> | ||
<active>no</active> | ||
</lead> | ||
<date>2023-09-23</date> | ||
<date>2023-10-22</date> | ||
<version> | ||
<release>6.0.1</release> | ||
<release>6.0.2</release> | ||
<api>6.0.0</api> | ||
</version> | ||
<stability> | ||
|
@@ -53,19 +53,15 @@ http://pear.php.net/dtd/package-2.0.xsd"> | |
|
||
--- | ||
|
||
phpredis 6.0.1 | ||
|
||
This release contains fix for unknown expiration modifier issue | ||
as well as memory leak and segfault in exec function | ||
and small documentation improvements. | ||
phpredis 6.0.2 | ||
|
||
This release contains fixes for OBJECT, PSUBSCRIBE and SCAN commands. | ||
You can find a detailed list of changes in CHANGELOG.md and package.xml | ||
or by inspecting the git commit logs. | ||
|
||
* Fix memory leak and segfault in Redis::exec [362e1141] (Pavlo Yatsukhnenko), (Markus Podar) | ||
* Fix unknown expiration modifier [264c0c7e, 95bd184b] (Pavlo Yatsukhnenko) | ||
* Update documentation [3674d663, 849bedb6, 1ad95b63] (Till Kruss), (Joost OrangeJuiced) | ||
|
||
* Fix deprecation error when passing null to match_type parameter.[b835aaa3] (Pavlo Yatsukhnenko) | ||
* Fix flaky test and OBJECT in a pipeline. [a7f51f70] (Michael Grunder) | ||
* Find our callback by pattern with PSUBSCRIBE [2f276dcd] (Michael Grunder) | ||
</notes> | ||
<contents> | ||
<dir name="/"> | ||
|
@@ -159,7 +155,38 @@ http://pear.php.net/dtd/package-2.0.xsd"> | |
<changelog> | ||
<release> | ||
<stability><release>stable</release><api>stable</api></stability> | ||
<version><release>6.0.1</release><api>6.0.1</api></version> | ||
<version><release>6.0.2</release><api>6.0.0</api></version> | ||
<date>2023-10-22</date> | ||
<notes> | ||
--- Sponsors --- | ||
|
||
Audiomack - https://audiomack.com | ||
Open LMS - https://openlms.net | ||
BlueHost - https://bluehost.com | ||
Object Cache Pro for WordPress - https://objectcache.pro | ||
Avtandil Kikabidze - https://github.com/akalongman | ||
Zaher Ghaibeh - https://github.com/zaherg | ||
BatchLabs - https://batch.com | ||
Stackhero - https://github.com/stackhero-io | ||
Florian Levis - https://github.com/Gounlaf | ||
Luis Zarate - https://github.com/jlzaratec | ||
|
||
--- | ||
|
||
phpredis 6.0.2 | ||
|
||
This release contains fixes for OBJECT, PSUBSCRIBE and SCAN commands. | ||
You can find a detailed list of changes in CHANGELOG.md and package.xml | ||
or by inspecting the git commit logs. | ||
|
||
* Fix deprecation error when passing null to match_type parameter.[b835aaa3] (Pavlo Yatsukhnenko) | ||
* Fix flaky test and OBJECT in a pipeline. [a7f51f70] (Michael Grunder) | ||
* Find our callback by pattern with PSUBSCRIBE [2f276dcd] (Michael Grunder) | ||
</notes> | ||
</release> | ||
<release> | ||
<stability><release>stable</release><api>stable</api></stability> | ||
<version><release>6.0.1</release><api>6.0.0</api></version> | ||
<date>2023-09-23</date> | ||
<notes> | ||
--- Sponsors --- | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters