|
13 | 13 | |
14 | 14 | <active>yes</active> |
15 | 15 | </lead> |
16 | | - <date>2010-04-28</date> |
| 16 | + <date>2010-06-28</date> |
17 | 17 | <time>12:00:00</time> |
18 | 18 | <version> |
19 | | - <release>1.0.7</release> |
20 | | - <api>1.0.7</api> |
| 19 | + <release>1.0.8</release> |
| 20 | + <api>1.0.8</api> |
21 | 21 | </version> |
22 | 22 | <stability> |
23 | 23 | <release>stable</release> |
24 | 24 | <api>stable</api> |
25 | 25 | </stability> |
26 | 26 | <license uri="http://www.apache.org/licenses/LICENSE-2.0">Apache License</license> |
27 | 27 | <notes> |
28 | | - The bug fix release! A zillion bugfixes and the new static |
29 | | - MongoCursor::$timeout property for setting a default timeout for requests. |
30 | | - Bug fixes include count error handling, fixing double frees with BSON errors |
31 | | - and ensureIndex, a mutex fix for FreeBSD, catching socket connection errors |
32 | | - (William Volkman), database commands propagate exceptions, and cursor killing |
33 | | - is more efficient. |
| 28 | + Added w and wtimeout. GridFS: added get, put, and delete methods, index |
| 29 | + checks on all methods, added fields param to GridFS::findOne. Fixed some |
| 30 | + error messages (authentication and BSON deserialization) and handling (for |
| 31 | + large messages and field names passed as integers). Fixed a couple of double |
| 32 | + frees and an incorrect cursor boundry condition. Added MongoId::__set_state |
| 33 | + and MongoId::getHostname (to see the hostname hashed for unique ids). |
34 | 34 | </notes> |
35 | 35 | <contents> |
36 | 36 | <dir baseinstalldir="/" name="/"> |
|
65 | 65 | </dependencies> |
66 | 66 | <providesextension>mongo</providesextension> |
67 | 67 | <extsrcrelease/> |
68 | | - <changelog> |
| 68 | + <changelog> |
| 69 | + <release> |
| 70 | + <stability> |
| 71 | + <release>stable</release> |
| 72 | + <api>stable</api> |
| 73 | + </stability> |
| 74 | + <version> |
| 75 | + <release>1.0.8</release> |
| 76 | + <api>1.0.8</api> |
| 77 | + </version> |
| 78 | + <date>2010-06-28</date> |
| 79 | + <notes> |
| 80 | + Added w and wtimeout. GridFS: added get, put, and delete methods, index |
| 81 | + checks on all methods, added fields param to GridFS::findOne. Fixed some |
| 82 | + error messages (authentication and BSON deserialization) and handling (for |
| 83 | + large messages and field names passed as integers). Fixed a couple of double |
| 84 | + frees and an incorrect cursor boundry condition. Added MongoId::__set_state |
| 85 | + and MongoId::getHostname (to see the hostname hashed for unique ids). |
| 86 | + </notes> |
| 87 | + </release> |
69 | 88 | <release> |
70 | 89 | <stability> |
71 | 90 | <release>stable</release> |
|
0 commit comments