|
30 | 30 | <active>yes</active>
|
31 | 31 | </lead>
|
32 | 32 |
|
33 |
| - <date>2014-04-04</date> |
34 |
| - <time>13:40:05</time> |
| 33 | + <date>2014-05-06</date> |
| 34 | + <time>12:44:05</time> |
35 | 35 | <version>
|
36 |
| - <release>1.5.1</release> |
37 |
| - <api>1.5.1</api> |
| 36 | + <release>1.5.2</release> |
| 37 | + <api>1.5.2</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-1053] - Windows build broken |
| 46 | + * [PHP-922] - Read timed out after reading 0 bytes, waited for 0.000000 seconds |
| 47 | + * [PHP-978] - Standalone connection to arbiter fails |
| 48 | + * [PHP-1036] - Segmentation Fault when querying large collection and the working set is not loaded |
| 49 | + * [PHP-1042] - Document missing MongoClient constructor options |
| 50 | + * [PHP-1056] - Fix MongoCursor handling of projections with numeric field names |
| 51 | + * [PHP-1059] - updatedExisting is always true when updating |
| 52 | + * [PHP-1065] - Mongo driver is crashing |
| 53 | + * [PHP-1071] - Create Index test segfaults |
| 54 | + * [PHP-1075] - close() with parallelCollectionScan() segfaults upon request shutdown |
| 55 | + * [PHP-1080] - MongoCursor::$timeout=-1 doesn't work anymore |
| 56 | + * [PHP-1083] - 2.6.1-rc0 requires $gt for OplogReplay |
| 57 | + * [PHP-1084] - collection->update($query, $document) crashes if $document is an object |
| 58 | + * [PHP-1085] - w=0 can return an unexpected exception on failure |
| 59 | + * [PHP-1086] - Inserting documents with WriteConcern during failover broken |
| 60 | + * [PHP-1087] - Travis build status incorrect in v1.5 branch |
| 61 | + * [PHP-1088] - Coverity analysis defect 10700: Explicit null dereferenced |
| 62 | + * [PHP-1090] - Coverity analysis defect 22173: Dereference null return value |
| 63 | + * [PHP-1095] - Min server version check should use GTE comparison |
| 64 | + |
| 65 | +** Improvement |
| 66 | + * [PHP-758] - Document stream context callbacks |
| 67 | + * [PHP-1091] - Allow NumberLong numbers on 32-bit platforms if the number fits in the 32-bit int range |
| 68 | + * [PHP-1094] - 32bit platform improvements |
| 69 | + |
| 70 | +** Task |
| 71 | + * [PHP-935] - Document SSL connections |
| 72 | + * [PHP-1023] - Document maxTimeMS option for findOne(), group(), aggregate(), and cursor |
| 73 | + * [PHP-1058] - Add Cyrus SASL to automated PECL builds |
| 74 | + * [PHP-1077] - Fix handling of timeout options for createIndexes command |
| 75 | + * [PHP-1082] - CommandCursor segfaults when server is closed |
47 | 76 | </notes>
|
48 | 77 |
|
49 | 78 | <contents>
|
|
214 | 243 |
|
215 | 244 | <changelog>
|
216 | 245 |
|
| 246 | + <release> |
| 247 | + <date>2014-04-04</date> |
| 248 | + <time>13:40:05</time> |
| 249 | + <version> |
| 250 | + <release>1.5.1</release> |
| 251 | + <api>1.5.1</api> |
| 252 | + </version> |
| 253 | + <stability> |
| 254 | + <release>stable</release> |
| 255 | + <api>stable</api> |
| 256 | + </stability> |
| 257 | + <license uri="http://www.apache.org/licenses/LICENSE-2.0">Apache License</license> |
| 258 | + <notes> |
| 259 | +** Bug |
| 260 | + * [PHP-1053] - Windows build broken |
| 261 | + </notes> |
| 262 | + </release> |
| 263 | + |
217 | 264 | <release>
|
218 | 265 | <date>2014-04-04</date>
|
219 | 266 | <time>08:28:05</time>
|
|
0 commit comments