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>2018-06-08 09:58:31 +0300
committerPavlo Yatsukhnenko <yatsukhnenko@gmail.com>2018-06-08 10:23:07 +0300
commit6533700d07c029e0e59b96442a3a51245fd2886b (patch)
treeae2f43087c4eb86bc2108ee351ec7848038232e7
parent65aa0430826ff739dcffb289835a781ba1bc83ac (diff)
4.1.0RC14.1.0RC1
-rw-r--r--package.xml59
-rw-r--r--php_redis.h2
2 files changed, 36 insertions, 25 deletions
diff --git a/package.xml b/package.xml
index 3f3c6d8b..48eeb157 100644
--- a/package.xml
+++ b/package.xml
@@ -27,10 +27,10 @@ http://pear.php.net/dtd/package-2.0.xsd">
<email>p.yatsukhnenko@gmail.com</email>
<active>yes</active>
</lead>
- <date>2018-02-07</date>
+ <date>2018-06-08</date>
<version>
- <release>4.0.0RC1</release>
- <api>4.0.0RC1</api>
+ <release>4.1.0RC1</release>
+ <api>4.1.0RC1</api>
</version>
<stability>
<release>alpha</release>
@@ -38,27 +38,18 @@ http://pear.php.net/dtd/package-2.0.xsd">
</stability>
<license uri="http://www.php.net/license">PHP</license>
<notes>
- phpredis 4.0.0RC1
-
- *** WARNING! THIS RELEASE CONTAINS BREAKING API CHANGES! ***
-
- * Add proper ARGINFO for all methods. (Pavlo Yatsukhnenko, Michael Grunder)
- * Let EXISTS take multiple keys [cccc39] (Michael Grunder)
- * Use zend_string as returning value for ra_extract_key and ra_call_extractor [9cd05911] (Pavlo Yatsukhnenko)
- * Implement SWAPDB and UNLINK commands [84f1f28b, 9e65c429] (Michael Grunder)
- * Return real connection error as exception [5b9c0c60] (Pavlo Yatsukhnenko, Michael Grunder)
- * Disallow using empty string as session name. [485db46f] (Pavlo Yatsukhnenko)
- * Use zend_string for storing auth and prefix members [4b8336f7] (Pavlo Yatsukhnenko)
- * The element of z_seeds may be a reference on php7 [367bc6aa, 1e63717a] (@janic716)
- * Avoid connection in helper methods [91e9cfe1] (Pavlo Yatsukhnenko)
- * Add tcp_keepalive option to redis sock [68c58513, 5101172a, 010336d5, 51e48729] (@git-hulk, Michael Grunder)
- * More robust GEORADIUS COUNT validation [f7edee5d] (Michael Grunder)
- * Add LZF compression (experimental) [e2c51251, 8cb2d5bd, 8657557] (Pavlo Yatsukhnenko)
- * Allow to use empty string as persistant_id [ec4fd1bd] (Pavlo Yatsukhnenko)
- * Don't use convert_to_string in redis_hmget_cmd [99335d6] (Pavlo Yatsukhnenko)
- * Allow mixing MULTI and PIPELINE modes (experimental) [5874b0] (Pavlo Yatsukhnenko)
- * PHP >=7.3.0 uses zend_string to store `php_url` elements [b566fb44] (@fmk)
- * Documentation improvements (Michael Grunder, @TomA-R)
+ phpredis 4.1.0RC1
+
+ The primary new feature of this release is session locking functionality. Thanks to @SkydiveMarius!
+
+ * Add callbacks validate_sid and update_timestamp to session handler [aaaf0f23] (@hongboliu)
+ * Call cluster_disconnect before destroying cluster object. [28ec4322] (Pavlo Yatsukhnenko)
+ * Bulk strings can be zero length. (Michael Grunder)
+ * Handle async parameter for flushDb and flushAll [beb6e8f3,acd10409,742cdd05] (Pavlo Yatsukhnenko)
+ * Split INSTALL and add more instructions [43613d9e,80d2a917] (@remicollet, Pavlo Yatsukhnenko)
+ * Only the first arg of connect and pconnect is required [063b5c1a] (@mathroc)
+ * Add session locking functionality [300c7251] (@SkydiveMarius, Michael Grunder, Pavlo Yatsukhnenko)
+ * Refactor geo* commands + documentation improvements (Michael Grunder)
</notes>
<contents>
<dir name="/">
@@ -126,6 +117,26 @@ http://pear.php.net/dtd/package-2.0.xsd">
<changelog>
<release>
<stability><release>alpha</release><api>alpha</api></stability>
+ <version><release>4.1.0RC1</release><api>4.1.0RC1</api></version>
+ <date>2018-06-08</date>
+ <notes>
+ phpredis 4.1.0RC1
+
+ The primary new feature of this release is session locking functionality. Thanks to @SkydiveMarius!
+
+ * Add callbacks validate_sid and update_timestamp to session handler [aaaf0f23] (@hongboliu)
+ * Call cluster_disconnect before destroying cluster object. [28ec4322] (Pavlo Yatsukhnenko)
+ * Bulk strings can be zero length. (Michael Grunder)
+ * Handle async parameter for flushDb and flushAll [beb6e8f3,acd10409,742cdd05] (Pavlo Yatsukhnenko)
+ * Split INSTALL and add more instructions [43613d9e,80d2a917] (@remicollet, Pavlo Yatsukhnenko)
+ * Only the first arg of connect and pconnect is required [063b5c1a] (@mathroc)
+ * Add session locking functionality [300c7251] (@SkydiveMarius, Michael Grunder, Pavlo Yatsukhnenko)
+ * Refactor geo* commands + documentation improvements (Michael Grunder)
+ </notes>
+ </release>
+
+ <release>
+ <stability><release>alpha</release><api>alpha</api></stability>
<version><release>4.0.0RC1</release><api>4.0.0RC1</api></version>
<date>2018-02-07</date>
<notes>
diff --git a/php_redis.h b/php_redis.h
index b076e51b..8fd51729 100644
--- a/php_redis.h
+++ b/php_redis.h
@@ -25,7 +25,7 @@
#define PHP_REDIS_H
/* phpredis version */
-#define PHP_REDIS_VERSION "develop"
+#define PHP_REDIS_VERSION "4.1.0RC1"
PHP_METHOD(Redis, __construct);
PHP_METHOD(Redis, __destruct);