Skip to content
This repository was archived by the owner on Feb 1, 2022. It is now read-only.

Commit 74311ca

Browse files
committed
Bump 1.6.13
1 parent b023468 commit 74311ca

File tree

2 files changed

+31
-9
lines changed

2 files changed

+31
-9
lines changed

package.xml

+30-8
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,11 @@
3030
<active>yes</active>
3131
</lead>
3232

33-
<date>2015-11-25</date>
34-
<time>17:25:00</time>
33+
<date>2016-03-17</date>
34+
<time>19:06:00</time>
3535
<version>
36-
<release>1.6.12</release>
37-
<api>1.6.12</api>
36+
<release>1.6.13</release>
37+
<api>1.6.13</api>
3838
</version>
3939
<stability>
4040
<release>stable</release>
@@ -43,10 +43,11 @@
4343
<license uri="http://www.apache.org/licenses/LICENSE-2.0">Apache License</license>
4444
<notes>
4545
** Bug
46-
* [PHP-1494] - We don't allocate enough space for the hash buffer
47-
48-
** Task
49-
* [PHP-1474] - Declare no support for PHP 7
46+
* [PHP-1483] - GridFS file storage fails on big endian platform
47+
* [PHP-1500] - Socket timeout not applied to initial command cursor query
48+
* [PHP-1501] - Rephrase unsupported/corrupt BSON messages
49+
* [PHP-1504] - Segfault connecting to authenticated RS after non-auth connections
50+
* [PHP-1505] - negative files.length when storing file with size > 2GB in gridfs
5051
</notes>
5152

5253
<contents>
@@ -217,6 +218,27 @@
217218
</extsrcrelease>
218219
<changelog>
219220

221+
<release>
222+
<date>2015-11-25</date>
223+
<time>17:25:00</time>
224+
<version>
225+
<release>1.6.12</release>
226+
<api>1.6.12</api>
227+
</version>
228+
<stability>
229+
<release>stable</release>
230+
<api>stable</api>
231+
</stability>
232+
<license uri="http://www.apache.org/licenses/LICENSE-2.0">Apache License</license>
233+
<notes>
234+
** Bug
235+
* [PHP-1494] - We don't allocate enough space for the hash buffer
236+
237+
** Task
238+
* [PHP-1474] - Declare no support for PHP 7
239+
</notes>
240+
</release>
241+
220242
<release>
221243
<date>2015-08-25</date>
222244
<time>16:54:00</time>

php_mongo.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
#ifndef PHP_MONGO_H
1717
#define PHP_MONGO_H 1
1818

19-
#define PHP_MONGO_VERSION "1.6.13-dev"
19+
#define PHP_MONGO_VERSION "1.6.13"
2020
#define PHP_MONGO_EXTNAME "mongo"
2121

2222
#ifdef HAVE_CONFIG_H

0 commit comments

Comments
 (0)