This repository was archived by the owner on Feb 1, 2022. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +33
-8
lines changed Expand file tree Collapse file tree 2 files changed +33
-8
lines changed Original file line number Diff line number Diff line change 30
30
<active >yes</active >
31
31
</lead >
32
32
33
- <date >2015-05-11 </date >
34
- <time >20:56 :00</time >
33
+ <date >2015-06-09 </date >
34
+ <time >20:43 :00</time >
35
35
<version >
36
- <release >1.6.8 </release >
37
- <api >1.6.8 </api >
36
+ <release >1.6.9 </release >
37
+ <api >1.6.9 </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-1442] - php_mongo_stream_notify_io() segfault with stream context options
47
- * [PHP-1445] - MongoClient does not accept boolean false as "ssl" option
46
+ * [PHP-1426] - Ensure buffer lengths are checked in bson_to_zval()
47
+ * [PHP-1448] - Ensure DBPointer namespace length reads as little-endian
48
+ * [PHP-1450] - Ensure strings are null-terminated in bson_to_zval()
49
+ * [PHP-1453] - Ensure BSON buffer is checked before reading regex pattern/flags
48
50
49
51
** Improvement
50
- * [PHP-1446] - Log original string values for parsed boolean options
52
+ * [PHP-1449] - Ensure value is freed when bson_to_zval() encounters an error
53
+ * [PHP-1452] - bson_decode() should require exactly one document in buffer
51
54
</notes >
52
55
53
56
<contents >
217
220
</extsrcrelease >
218
221
<changelog >
219
222
223
+ <release >
224
+ <date >2015-05-11</date >
225
+ <time >20:56:00</time >
226
+ <version >
227
+ <release >1.6.8</release >
228
+ <api >1.6.8</api >
229
+ </version >
230
+ <stability >
231
+ <release >stable</release >
232
+ <api >stable</api >
233
+ </stability >
234
+ <license uri =" http://www.apache.org/licenses/LICENSE-2.0" >Apache License</license >
235
+ <notes >
236
+ ** Bug
237
+ * [PHP-1442] - php_mongo_stream_notify_io() segfault with stream context options
238
+ * [PHP-1445] - MongoClient does not accept boolean false as "ssl" option
239
+
240
+ ** Improvement
241
+ * [PHP-1446] - Log original string values for parsed boolean options
242
+ </notes >
243
+ </release >
244
+
220
245
<release >
221
246
<date >2015-04-28</date >
222
247
<time >17:05: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.9-dev "
19
+ #define PHP_MONGO_VERSION "1.6.9"
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