This repository was archived by the owner on Feb 1, 2022. It is now read-only.
File tree 2 files changed +32
-10
lines changed
2 files changed +32
-10
lines changed Original file line number Diff line number Diff line change 30
30
<active >yes</active >
31
31
</lead >
32
32
33
- <date >2016-03-17 </date >
34
- <time >19:06 :00</time >
33
+ <date >2016-04-26 </date >
34
+ <time >16:07 :00</time >
35
35
<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 >
38
38
</version >
39
39
<stability >
40
40
<release >stable</release >
43
43
<license uri =" http://www.apache.org/licenses/LICENSE-2.0" >Apache License</license >
44
44
<notes >
45
45
** 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
51
51
</notes >
52
52
53
53
<contents >
218
218
</extsrcrelease >
219
219
<changelog >
220
220
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
+
221
243
<release >
222
244
<date >2015-11-25</date >
223
245
<time >17:25:00</time >
Original file line number Diff line number Diff line change 16
16
#ifndef PHP_MONGO_H
17
17
#define PHP_MONGO_H 1
18
18
19
- #define PHP_MONGO_VERSION "1.6.14-dev "
19
+ #define PHP_MONGO_VERSION "1.6.14"
20
20
#define PHP_MONGO_EXTNAME "mongo"
21
21
22
22
#ifdef HAVE_CONFIG_H
You can’t perform that action at this time.
0 commit comments