Skip to content

Commit 09fbc54

Browse files
committed
4.1.0
1 parent 77cbdf1 commit 09fbc54

File tree

2 files changed

+13
-11
lines changed

2 files changed

+13
-11
lines changed

package.xml

Lines changed: 12 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -27,18 +27,18 @@ http://pear.php.net/dtd/package-2.0.xsd">
2727
<email>[email protected]</email>
2828
<active>yes</active>
2929
</lead>
30-
<date>2018-06-22</date>
30+
<date>2018-07-10</date>
3131
<version>
32-
<release>4.1.0RC3</release>
33-
<api>4.1.0RC3</api>
32+
<release>4.1.0</release>
33+
<api>4.1.0</api>
3434
</version>
3535
<stability>
36-
<release>beta</release>
37-
<api>beta</api>
36+
<release>stable</release>
37+
<api>stable</api>
3838
</stability>
3939
<license uri="http://www.php.net/license">PHP</license>
4040
<notes>
41-
phpredis 4.1.0RC3
41+
phpredis 4.1.0
4242

4343
The primary new feature of this release is session locking functionality. Thanks to @SkydiveMarius!
4444

@@ -49,6 +49,7 @@ http://pear.php.net/dtd/package-2.0.xsd">
4949
* Split INSTALL and add more instructions [43613d9e,80d2a917] (@remicollet, Pavlo Yatsukhnenko)
5050
* Only the first arg of connect and pconnect is required [063b5c1a] (@mathroc)
5151
* Add session locking functionality [300c7251] (@SkydiveMarius, Michael Grunder, Pavlo Yatsukhnenko)
52+
* Fix compression in RedisCluster [1aed74b4] (Pavlo Yatsukhnenko)
5253
* Refactor geo* commands + documentation improvements (Michael Grunder)
5354
</notes>
5455
<contents>
@@ -119,11 +120,11 @@ http://pear.php.net/dtd/package-2.0.xsd">
119120
</extsrcrelease>
120121
<changelog>
121122
<release>
122-
<stability><release>beta</release><api>beta</api></stability>
123-
<version><release>4.1.0RC3</release><api>4.1.0RC3</api></version>
124-
<date>2018-06-22</date>
123+
<stability><release>stable</release><api>stable</api></stability>
124+
<version><release>4.1.0</release><api>4.1.0</api></version>
125+
<date>2018-01-10</date>
125126
<notes>
126-
phpredis 4.1.0RC3
127+
phpredis 4.1.0
127128

128129
The primary new feature of this release is session locking functionality. Thanks to @SkydiveMarius!
129130

@@ -134,6 +135,7 @@ http://pear.php.net/dtd/package-2.0.xsd">
134135
* Split INSTALL and add more instructions [43613d9e,80d2a917] (@remicollet, Pavlo Yatsukhnenko)
135136
* Only the first arg of connect and pconnect is required [063b5c1a] (@mathroc)
136137
* Add session locking functionality [300c7251] (@SkydiveMarius, Michael Grunder, Pavlo Yatsukhnenko)
138+
* Fix compression in RedisCluster [1aed74b4] (Pavlo Yatsukhnenko)
137139
* Refactor geo* commands + documentation improvements (Michael Grunder)
138140
</notes>
139141
</release>

php_redis.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
#define PHP_REDIS_H
2626

2727
/* phpredis version */
28-
#define PHP_REDIS_VERSION "4.1.0RC3"
28+
#define PHP_REDIS_VERSION "4.1.0"
2929

3030
PHP_METHOD(Redis, __construct);
3131
PHP_METHOD(Redis, __destruct);

0 commit comments

Comments
 (0)