Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/phpredis/phpredis.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPavlo Yatsukhnenko <yatsukhnenko@gmail.com>2019-10-31 22:29:45 +0300
committerPavlo Yatsukhnenko <yatsukhnenko@gmail.com>2019-10-31 22:37:59 +0300
commita0f6a24ad79290131803e66ac5a4a8672e1708e7 (patch)
tree2eda3bbf07e9e47e5acdb36c05cf8e47d59cbfeb
parentd9b8df93dcd428cf6e447a04a40a44799261b508 (diff)
5.1.05.1.0
-rw-r--r--package.xml23
-rw-r--r--php_redis.h2
2 files changed, 17 insertions, 8 deletions
diff --git a/package.xml b/package.xml
index 78d28c6e..874a3f96 100644
--- a/package.xml
+++ b/package.xml
@@ -27,19 +27,23 @@ http://pear.php.net/dtd/package-2.0.xsd">
<email>n.favrefelix@gmail.com</email>
<active>no</active>
</lead>
- <date>2019-10-21</date>
+ <date>2019-10-31</date>
<version>
- <release>5.1.0RC2</release>
+ <release>5.1.0</release>
<api>5.1.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>
This release contains important bugfixes and improvements.
+ phpredis 5.1.0
+
+ * Allow to specify scheme for session handler [53a8bcc7] (Pavlo Yatsukhnenko)
+
phpredis 5.1.0RC2
* Fix missing null byte in PHP_MINFO_FUNCTION [8bc2240c] (Remi Collet)
@@ -129,12 +133,17 @@ http://pear.php.net/dtd/package-2.0.xsd">
</extsrcrelease>
<changelog>
<release>
- <stability><release>beta</release><api>beta</api></stability>
- <version><release>5.1.0RC2</release><api>5.1.0</api></version>
- <date>2019-10-21</date>
+ <stability><release>stable</release><api>stable</api></stability>
+ <version><release>5.1.0</release><api>5.1.0</api></version>
+ <date>2019-10-31</date>
<notes>
This release contains important bugfixes and improvements.
+ phpredis 5.1.0
+
+ * Allow to specify scheme for session handler [53a8bcc7] (Pavlo Yatsukhnenko)
+ * Add documentation for hyperloglog [75a6f3fa, 96a0f0c3, 9686757a] (@rlunar)
+
phpredis 5.1.0RC2
* Fix missing null byte in PHP_MINFO_FUNCTION [8bc2240c] (Remi Collet)
diff --git a/php_redis.h b/php_redis.h
index 5a19fc7c..965397f2 100644
--- a/php_redis.h
+++ b/php_redis.h
@@ -25,7 +25,7 @@
#define PHP_REDIS_H
/* phpredis version */
-#define PHP_REDIS_VERSION "5.1.0RC2"
+#define PHP_REDIS_VERSION "5.1.0"
PHP_METHOD(Redis, __construct);
PHP_METHOD(Redis, __destruct);