|
13 | 13 |
|
14 | 14 | <active>yes</active>
|
15 | 15 | </lead>
|
16 |
| - <date>2010-08-06</date> |
| 16 | + <date>2010-09-29</date> |
17 | 17 | <time>12:00:00</time>
|
18 | 18 | <version>
|
19 |
| - <release>1.0.9</release> |
20 |
| - <api>1.0.9</api> |
| 19 | + <release>1.0.10</release> |
| 20 | + <api>1.0.10</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 |
| - Added 64-bit integer handling: see docs MongoInt32, MongoInt64, and ini |
29 |
| - options (Derick Rethans) |
30 |
| - Replica set support |
31 |
| - Added support for domain sockets |
32 |
| - w and fsync options are customizable per operation |
33 |
| - Added MongoCollection::ASCENDING and DESCENDING constants |
| 28 | + Make reconnection more aggressive |
| 29 | + Fix cursor killing bug |
| 30 | + Exception codes match database error codes |
| 31 | + Fixed bindata types on 64-bit systems |
| 32 | + Added query state and cursor id fields to MongoCursor::info |
34 | 33 | </notes>
|
35 | 34 | <contents>
|
36 | 35 | <dir baseinstalldir="/" name="/">
|
|
66 | 65 | <providesextension>mongo</providesextension>
|
67 | 66 | <extsrcrelease/>
|
68 | 67 | <changelog>
|
| 68 | + <release> |
| 69 | + <stability> |
| 70 | + <release>stable</release> |
| 71 | + <api>stable</api> |
| 72 | + </stability> |
| 73 | + <version> |
| 74 | + <release>1.0.10</release> |
| 75 | + <api>1.0.10</api> |
| 76 | + </version> |
| 77 | + <date>2010-09-29</date> |
| 78 | + <notes> |
| 79 | + Make reconnection more aggressive |
| 80 | + Fix cursor killing bug |
| 81 | + Exception codes match database error codes |
| 82 | + Fixed bindata types on 64-bit systems |
| 83 | + Added query state and cursor id fields to MongoCursor::info |
| 84 | + </notes> |
| 85 | + </release> |
69 | 86 | <release>
|
70 | 87 | <stability>
|
71 | 88 | <release>stable</release>
|
|
0 commit comments