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-08-01 09:43:16 +0300
committerPavlo Yatsukhnenko <yatsukhnenko@gmail.com>2018-08-01 09:43:16 +0300
commit0fa09cd2e620a151cd8586304af9a1cc6cfa1ba1 (patch)
tree6d8c15987f6f4a693c64ff10531530a04edd4d0b
parentd943a447bfb72ccf069d7730ad4e93361dc77bb0 (diff)
4.1.14.1.1
-rw-r--r--package.xml43
-rw-r--r--php_redis.h2
2 files changed, 28 insertions, 17 deletions
diff --git a/package.xml b/package.xml
index 88bd6256..f0bd5d18 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-07-10</date>
+ <date>2018-08-01</date>
<version>
- <release>4.1.0</release>
- <api>4.1.0</api>
+ <release>4.1.1</release>
+ <api>4.1.1</api>
</version>
<stability>
<release>stable</release>
@@ -38,19 +38,14 @@ http://pear.php.net/dtd/package-2.0.xsd">
</stability>
<license uri="http://www.php.net/license">PHP</license>
<notes>
- phpredis 4.1.0
-
- 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)
- * Fix compression in RedisCluster [1aed74b4] (Pavlo Yatsukhnenko)
- * Refactor geo* commands + documentation improvements (Michael Grunder)
+ phpredis 4.1.1
+
+ This release contains only bugfixes and documentation improvements
+
+ * Fix arginfo for Redis::set method [0c5e7f4d] (Pavlo Yatsukhnenko)
+ * Fix compression in RedisCluster [a53e1a34] (Pavlo Yatsukhnenko)
+ * Fix TravisCI builds [9bf32d30] (@jrchamp)
+ * Highlight php codes in documentation [c3b023b0] (@ackintosh)
</notes>
<contents>
<dir name="/">
@@ -121,6 +116,22 @@ http://pear.php.net/dtd/package-2.0.xsd">
<changelog>
<release>
<stability><release>stable</release><api>stable</api></stability>
+ <version><release>4.1.1</release><api>4.1.1</api></version>
+ <date>2018-08-01</date>
+ <notes>
+ phpredis 4.1.1
+
+ This release contains only bugfixes and documentation improvements
+
+ * Fix arginfo for Redis::set method [0c5e7f4d] (Pavlo Yatsukhnenko)
+ * Fix compression in RedisCluster [a53e1a34] (Pavlo Yatsukhnenko)
+ * Fix TravisCI builds [9bf32d30] (@jrchamp)
+ * Highlight php codes in documentation [c3b023b0] (@ackintosh)
+ </notes>
+ </release>
+
+ <release>
+ <stability><release>stable</release><api>stable</api></stability>
<version><release>4.1.0</release><api>4.1.0</api></version>
<date>2018-01-10</date>
<notes>
diff --git a/php_redis.h b/php_redis.h
index b076e51b..2f1e6a27 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.1"
PHP_METHOD(Redis, __construct);
PHP_METHOD(Redis, __destruct);