File tree Expand file tree Collapse file tree 2 files changed +10
-6
lines changed Expand file tree Collapse file tree 2 files changed +10
-6
lines changed Original file line number Diff line number Diff line change 44
55.. default-domain:: mongodb
66
7- .. _3.0.2-release-notes:
7+ .. _3.0.2-changelog:
8+
9+ 3.0.2 Changelog
10+ ---------------
811
912Security
1013~~~~~~~~
@@ -20,14 +23,14 @@ Query and Indexing
2023~~~~~~~~~~~~~~~~~~
2124
2225- :issue:`SERVER-8188` Configurable idle cursor timeout
23- - :issue:`SERVER-17469` ``2d``n nearSphere queries scan entire collection
26+ - :issue:`SERVER-17469` ``2d`` nearSphere queries scan entire collection
2427- :issue:`SERVER-17642` ``WriteConfictException`` during background index create
2528
2629Replication
2730~~~~~~~~~~~
2831
2932- :issue:`SERVER-17677` Replica Set member backtraces sometimes when removed from replica set
30- - :issue:`SERVER-17672` \ :dbcommand:`serverStatus` command with ``{oplog: 1}`` option can trigger segmentation fault in :program:`mongod`
33+ - :issue:`SERVER-17672` :dbcommand:`serverStatus` command with ``{oplog: 1}`` option can trigger segmentation fault in :program:`mongod`
3134- :issue:`SERVER-17822` ``OpDebug::writeConflicts`` should be a 64-bit type
3235
3336Sharding
Original file line number Diff line number Diff line change @@ -27,7 +27,9 @@ Minor Releases
2727
2828 /release-notes/3.0-changelog
2929
30- 3.0.1 -- April 7, 2015
30+ .. _3.0.2-release-notes:
31+
32+ 3.0.2 -- April 9, 2015
3133~~~~~~~~~~~~~~~~~~~~~~
3234
3335- Fix inefficient query plans for ``2d`` \ :query:`$nearSphere`:
@@ -45,14 +47,13 @@ Minor Releases
4547- `All issues closed in 3.0.2
4648 <https://jira.mongodb.org/issues/?jql=fixVersion%20%3D%20%223.0.2%22%20AND%20project%20%3D%20SERVER>`_
4749
48-
49503.0.1 -- March 17, 2015
5051~~~~~~~~~~~~~~~~~~~~~~~
5152
5253- Fixed race condition in WiredTiger between inserts and checkpoints that could
5354 result in lost records: :issue:`SERVER-17506`.
5455
55- - Resolved issue in WiredTiger's capped collections implementing that
56+ - Resolved issue in WiredTiger's capped collections implementation that
5657 caused a server crash: :issue:`SERVER-17345`.
5758
5859- Fixed issue is initial sync with duplicate ``_id`` entries:
You can’t perform that action at this time.
0 commit comments