Skip to content

Commit e935a05

Browse files
committed
3.1.3RC2
1 parent 4a81e1a commit e935a05

File tree

1 file changed

+9
-7
lines changed

1 file changed

+9
-7
lines changed

package.xml

Lines changed: 9 additions & 7 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>2017-06-01</date>
30+
<date>2017-06-27</date>
3131
<version>
32-
<release>3.1.3RC1</release>
33-
<api>3.1.3RC1</api>
32+
<release>3.1.3RC2</release>
33+
<api>3.1.3RC2</api>
3434
</version>
3535
<stability>
3636
<release>beta</release>
3737
<api>beta</api>
3838
</stability>
3939
<license uri="http://www.php.net/license">PHP</license>
4040
<notes>
41-
phpredis 3.1.3RC1
41+
phpredis 3.1.3RC2
4242

4343
This release contains two big improvements:
4444
1. Adding a new printf like command construction function with additionaly format specifiers specific to phpredis.
@@ -62,6 +62,7 @@ http://pear.php.net/dtd/package-2.0.xsd">
6262
* Fix Redis/RedisArray segfaults [be5c1f, 635c3a, 1f8dde, 43e1e0] (Pavlo Yatsukhnenko)
6363
* Fix memory leak and potential segfault [aa6ff7, 88efaa] (Michael Grunder)
6464
* Throw exception for all non recoverable errors [e37239] (Pavlo Yatsukhnenko)
65+
* Assume "NULL bulk" reply as success (empty session data) [4a81e1] (Pavlo Yatsukhnenko)
6566
* Increase read buffers size [520e06] (Pavlo Yatsukhnenko)
6667
* Better documentation [f0c25a, c5991f, 9ec9ae] (Michael Grunder)
6768
* Better TravisCI integration [e37c08] (Pavlo Yatsukhnenko)
@@ -123,10 +124,10 @@ http://pear.php.net/dtd/package-2.0.xsd">
123124
<changelog>
124125
<release>
125126
<stability><release>beta</release><api>beta</api></stability>
126-
<version><release>3.1.3RC1</release><api>3.1.3RC1</api></version>
127-
<date>2017-06-01</date>
127+
<version><release>3.1.3RC2</release><api>3.1.3RC2</api></version>
128+
<date>2017-06-27</date>
128129
<notes>
129-
phpredis 3.1.3RC1
130+
phpredis 3.1.3RC2
130131

131132
This release contains two big improvements:
132133
1. Adding a new printf like command construction function with additionaly format specifiers specific to phpredis.
@@ -150,6 +151,7 @@ http://pear.php.net/dtd/package-2.0.xsd">
150151
* Fix Redis/RedisArray segfaults [be5c1f, 635c3a, 1f8dde, 43e1e0] (Pavlo Yatsukhnenko)
151152
* Fix memory leak and potential segfault [aa6ff7, 88efaa] (Michael Grunder)
152153
* Throw exception for all non recoverable errors [e37239] (Pavlo Yatsukhnenko)
154+
* Assume "NULL bulk" reply as success (empty session data) [4a81e1] (Pavlo Yatsukhnenko)
153155
* Increase read buffers size [520e06] (Pavlo Yatsukhnenko)
154156
* Better documentation [f0c25a, c5991f, 9ec9ae] (Michael Grunder)
155157
* Better TravisCI integration [e37c08] (Pavlo Yatsukhnenko)

0 commit comments

Comments
 (0)