|
30 | 30 | <active>yes</active>
|
31 | 31 | </lead>
|
32 | 32 |
|
33 |
| - <date>2015-04-28</date> |
34 |
| - <time>17:05:00</time> |
| 33 | + <date>2015-05-11</date> |
| 34 | + <time>20:56:00</time> |
35 | 35 | <version>
|
36 |
| - <release>1.6.7</release> |
37 |
| - <api>1.6.7</api> |
| 36 | + <release>1.6.8</release> |
| 37 | + <api>1.6.8</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-1425] - explain() does not raise appropriate exception for $err conditions |
47 |
| - * [PHP-1431] - Fix database name validation to include '$external', to allow execution of user admin commands |
48 |
| - * [PHP-1435] - MongoCollection::getIndexInfo on non-existing collection makes segmentation fault |
| 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 |
49 | 48 |
|
50 | 49 | ** Improvement
|
51 |
| - * [PHP-1427] - MongoCollection::distinct() should ensure query is serialized as BSON object |
52 |
| - * [PHP-1433] - MongoCollection::distinct() should allow array or object for query |
53 |
| - * [PHP-1434] - MongoCollection::findAndModify() should allow array or object for query, update, and fields |
| 50 | + * [PHP-1446] - Log original string values for parsed boolean options |
54 | 51 | </notes>
|
55 | 52 |
|
56 | 53 | <contents>
|
|
220 | 217 | </extsrcrelease>
|
221 | 218 | <changelog>
|
222 | 219 |
|
| 220 | + <release> |
| 221 | + <date>2015-04-28</date> |
| 222 | + <time>17:05:00</time> |
| 223 | + <version> |
| 224 | + <release>1.6.7</release> |
| 225 | + <api>1.6.7</api> |
| 226 | + </version> |
| 227 | + <stability> |
| 228 | + <release>stable</release> |
| 229 | + <api>stable</api> |
| 230 | + </stability> |
| 231 | + <license uri="http://www.apache.org/licenses/LICENSE-2.0">Apache License</license> |
| 232 | + <notes> |
| 233 | +** Bug |
| 234 | + * [PHP-1425] - explain() does not raise appropriate exception for $err conditions |
| 235 | + * [PHP-1431] - Fix database name validation to include '$external', to allow execution of user admin commands |
| 236 | + * [PHP-1435] - MongoCollection::getIndexInfo on non-existing collection makes segmentation fault |
| 237 | + |
| 238 | +** Improvement |
| 239 | + * [PHP-1427] - MongoCollection::distinct() should ensure query is serialized as BSON object |
| 240 | + * [PHP-1433] - MongoCollection::distinct() should allow array or object for query |
| 241 | + * [PHP-1434] - MongoCollection::findAndModify() should allow array or object for query, update, and fields |
| 242 | + </notes> |
| 243 | + </release> |
| 244 | + |
223 | 245 | <release>
|
224 | 246 | <date>2015-03-24</date>
|
225 | 247 | <time>10:46:05</time>
|
|
0 commit comments