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

Commit 0b2945e

Browse files
committed
Bump 1.6.14
1 parent df48166 commit 0b2945e

File tree

2 files changed

+32
-10
lines changed

2 files changed

+32
-10
lines changed

package.xml

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

33-
<date>2016-03-17</date>
34-
<time>19:06:00</time>
33+
<date>2016-04-26</date>
34+
<time>16:07:00</time>
3535
<version>
36-
<release>1.6.13</release>
37-
<api>1.6.13</api>
36+
<release>1.6.14</release>
37+
<api>1.6.14</api>
3838
</version>
3939
<stability>
4040
<release>stable</release>
@@ -43,11 +43,11 @@
4343
<license uri="http://www.apache.org/licenses/LICENSE-2.0">Apache License</license>
4444
<notes>
4545
** Bug
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
46+
* [PHP-1468] - Segfault on node with high network latency
47+
* [PHP-1511] - append_getlasterror() should ignore unset fsync/journal from link
48+
49+
** Improvement
50+
* [PHP-1510] - Route unacknowledged writes through legacy op codes
5151
</notes>
5252

5353
<contents>
@@ -218,6 +218,28 @@
218218
</extsrcrelease>
219219
<changelog>
220220

221+
<release>
222+
<date>2016-03-17</date>
223+
<time>19:06:00</time>
224+
<version>
225+
<release>1.6.13</release>
226+
<api>1.6.13</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-1483] - GridFS file storage fails on big endian platform
236+
* [PHP-1500] - Socket timeout not applied to initial command cursor query
237+
* [PHP-1501] - Rephrase unsupported/corrupt BSON messages
238+
* [PHP-1504] - Segfault connecting to authenticated RS after non-auth connections
239+
* [PHP-1505] - negative files.length when storing file with size > 2GB in gridfs
240+
</notes>
241+
</release>
242+
221243
<release>
222244
<date>2015-11-25</date>
223245
<time>17:25: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.14-dev"
19+
#define PHP_MONGO_VERSION "1.6.14"
2020
#define PHP_MONGO_EXTNAME "mongo"
2121

2222
#ifdef HAVE_CONFIG_H

0 commit comments

Comments
 (0)