@@ -27,21 +27,26 @@ http://pear.php.net/dtd/package-2.0.xsd">
27272828 <active >no</active >
2929 </lead >
30- <date >2019-06-25 </date >
30+ <date >2019-07-02 </date >
3131 <version >
32- <release >5.0.0RC2 </release >
32+ <release >5.0.0 </release >
3333 <api >5.0.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 >
4141 This release contains important improvements and breaking changes.
4242 The most interesting are: drop PHP5 support, RedisCluster slots caching,
4343 JSON and msgpack serializers, soft deprecation of non-Redis commands.
4444
45+ phpredis 5.0.0
46+
47+ * Remove HAVE_SPL [55c5586c] (@petk)
48+ * Update Fedora installation instructions [90aa067c] (@remicollet)
49+
4550 phpredis 5.0.0RC2
4651
4752 * Allow compilation without JSON serialization enabled and fixes for deprecated
@@ -138,14 +143,19 @@ http://pear.php.net/dtd/package-2.0.xsd">
138143 </extsrcrelease >
139144 <changelog >
140145 <release >
141- <stability ><release >beta </release ><api >beta </api ></stability >
142- <version ><release >5.0.0RC2 </release ><api >5.0.0</api ></version >
143- <date >2019-06-25 </date >
146+ <stability ><release >stable </release ><api >stable </api ></stability >
147+ <version ><release >5.0.0 </release ><api >5.0.0</api ></version >
148+ <date >2019-07-02 </date >
144149 <notes >
145150 This release contains important improvements and breaking changes.
146151 The most interesting are: drop PHP5 support, RedisCluster slots caching,
147152 JSON and msgpack serializers, soft deprecation of non-Redis commands.
148153
154+ phpredis 5.0.0
155+
156+ * Remove HAVE_SPL [55c5586c] (@petk)
157+ * Update Fedora installation instructions [90aa067c] (@remicollet)
158+
149159 phpredis 5.0.0RC2
150160
151161 * Allow compilation without JSON serialization enabled and fixes for deprecated
0 commit comments