|
31 | 31 | </lead>
|
32 | 32 |
|
33 | 33 | <date>2014-09-16</date>
|
34 |
| - <time>10:10:39</time> |
| 34 | + <time>13:10:39</time> |
35 | 35 | <version>
|
36 |
| - <release>1.5.6</release> |
37 |
| - <api>1.5.6</api> |
| 36 | + <release>1.5.7</release> |
| 37 | + <api>1.5.7</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-1155] - php_mongo_io_stream_read() should revert to default_socket_timeout if socketTimeoutMS was zero |
47 |
| - * [PHP-1156] - Use default and block indefinitely for zero and negative connect/socket timeouts, respectively |
48 |
| - * [PHP-1158] - Driver emits warnings after setting connectTimeoutMS |
49 |
| - * [PHP-1220] - Client doesn't find Primary after election |
50 |
| - |
51 |
| -** Improvement |
52 |
| - * [PHP-1154] - Make connect/read timeouts for blocking and defaults consistent |
53 |
| - |
54 |
| -** Documentation |
55 |
| - * [PHP-1157] - Fix documentation for MongoCursor::timeout() default |
56 |
| - * [PHP-1159] - Document that users may need to copy libsasl.dll to lib path for Windows installs |
57 |
| - * [PHP-1162] - Update documentation for MongoLog constants |
58 |
| - * [PHP-1167] - Clarify that $snapshot only prevents duplicates in documentation |
59 |
| - * [PHP-1216] - Clarify that RS connections to non-canonical hostnames are not kept |
| 46 | + * Windows compile fixes. |
60 | 47 | </notes>
|
61 | 48 |
|
62 | 49 | <contents>
|
|
227 | 214 |
|
228 | 215 | <changelog>
|
229 | 216 |
|
| 217 | + <release> |
| 218 | + <date>2014-09-16</date> |
| 219 | + <time>13:10:39</time> |
| 220 | + <version> |
| 221 | + <release>1.5.6</release> |
| 222 | + <api>1.5.6</api> |
| 223 | + </version> |
| 224 | + <stability> |
| 225 | + <release>stable</release> |
| 226 | + <api>stable</api> |
| 227 | + </stability> |
| 228 | + <license uri="http://www.apache.org/licenses/LICENSE-2.0">Apache License</license> |
| 229 | + <notes> |
| 230 | +** Bug |
| 231 | + * [PHP-1155] - php_mongo_io_stream_read() should revert to default_socket_timeout if socketTimeoutMS was zero |
| 232 | + * [PHP-1156] - Use default and block indefinitely for zero and negative connect/socket timeouts, respectively |
| 233 | + * [PHP-1158] - Driver emits warnings after setting connectTimeoutMS |
| 234 | + * [PHP-1220] - Client doesn't find Primary after election |
| 235 | + |
| 236 | +** Improvement |
| 237 | + * [PHP-1154] - Make connect/read timeouts for blocking and defaults consistent |
| 238 | + |
| 239 | +** Documentation |
| 240 | + * [PHP-1157] - Fix documentation for MongoCursor::timeout() default |
| 241 | + * [PHP-1159] - Document that users may need to copy libsasl.dll to lib path for Windows installs |
| 242 | + * [PHP-1162] - Update documentation for MongoLog constants |
| 243 | + * [PHP-1167] - Clarify that $snapshot only prevents duplicates in documentation |
| 244 | + * [PHP-1216] - Clarify that RS connections to non-canonical hostnames are not kept |
| 245 | + </notes> |
| 246 | + </release> |
| 247 | + |
230 | 248 | <release>
|
231 | 249 | <date>2014-06-17</date>
|
232 | 250 | <time>10:25:39</time>
|
|
0 commit comments