@@ -27,18 +27,18 @@ http://pear.php.net/dtd/package-2.0.xsd">
27272828 <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 >
0 commit comments