Skip to content

Commit

Permalink
6.0.0RC2
Browse files Browse the repository at this point in the history
  • Loading branch information
yatsukhnenko committed Aug 20, 2023
1 parent 3847181 commit f9c1e22
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 24 deletions.
52 changes: 29 additions & 23 deletions package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,25 +27,17 @@ http://pear.php.net/dtd/package-2.0.xsd">
<email>[email protected]</email>
<active>no</active>
</lead>
<date>2023-08-01</date>
<date>2023-08-20</date>
<version>
<release>6.0.0RC1</release>
<release>6.0.0RC2</release>
<api>6.0.0</api>
</version>
<stability>
<release>alpha</release>
<api>alpha</api>
<release>beta</release>
<api>beta</api>
</stability>
<license uri="http://www.php.net/license">PHP</license>
<notes>
phpredis 6.0.0RC1

This release adds new commands introduced in Redis 6.2 and 7.0 as well
as many fixes and improvements.

You can find a detailed list of changes in CHANGELOG.md and package.xml
or by inspecting the git commit logs.

--- Sponsors ---

Audiomack - https://audiomack.com
Expand All @@ -57,8 +49,22 @@ http://pear.php.net/dtd/package-2.0.xsd">
BatchLabs - https://batch.com
Luis Zarate - https://github.com/jlzaratec

phpredis 6.0.0RC2

* Fix arginfo for arguments that default to null [8d99b7d1] (Nicolas Grekas)
* Fix C99 usages [54d9ca45] (Remi Collet)
* Raise minimal supported version to 7.2 [e10b9a85] (Remi Collet)

---

phpredis 6.0.0RC1

This release adds new commands introduced in Redis 6.2 and 7.0 as well
as many fixes and improvements.

You can find a detailed list of changes in CHANGELOG.md and package.xml
or by inspecting the git commit logs.

* Fix restoring keys when using compression [82e08723] (Till Krüss)
* Fix missing auth in RedisSentinel stub [5db85561] (Lu Fei)
* Fix RedisSentinel pconnect check [42cbd88a] (Pavlo Yatsukhnenko)
Expand Down Expand Up @@ -275,18 +281,10 @@ http://pear.php.net/dtd/package-2.0.xsd">
</extsrcrelease>
<changelog>
<release>
<stability><release>alpha</release><api>alpha</api></stability>
<version><release>6.0.0RC1</release><api>6.0.0</api></version>
<date>2023-08-01</date>
<stability><release>beta</release><api>beta</api></stability>
<version><release>6.0.0RC2</release><api>6.0.0</api></version>
<date>2023-08-20</date>
<notes>
phpredis 6.0.0RC1

This release adds new commands introduced in Redis 6.2 and 7.0 as well
as many fixes and improvements.

You can find a detailed list of changes in CHANGELOG.md and package.xml
or by inspecting the git commit logs.

--- Sponsors ---

Audiomack - https://audiomack.com
Expand All @@ -298,8 +296,16 @@ http://pear.php.net/dtd/package-2.0.xsd">
BatchLabs - https://batch.com
Luis Zarate - https://github.com/jlzaratec

phpredis 6.0.0RC2

* Fix arginfo for arguments that default to null [8d99b7d1] (Nicolas Grekas)
* Fix C99 usages [54d9ca45] (Remi Collet)
* Raise minimal supported version to 7.2 [e10b9a85] (Remi Collet)

---

phpredis 6.0.0RC1

* Fix restoring keys when using compression [82e08723] (Till Krüss)
* Fix missing auth in RedisSentinel stub [5db85561] (Lu Fei)
* Fix RedisSentinel pconnect check [42cbd88a] (Pavlo Yatsukhnenko)
Expand Down
2 changes: 1 addition & 1 deletion php_redis.h
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
#define PHP_REDIS_H

/* phpredis version */
#define PHP_REDIS_VERSION "6.0.0RC1"
#define PHP_REDIS_VERSION "6.0.0RC2"

/* For convenience we store the salt as a printable hex string which requires 2
* characters per byte + 1 for the NULL terminator */
Expand Down

0 comments on commit f9c1e22

Please sign in to comment.