Skip to content

Commit 351b3f3

Browse files
committed
trivial: build fix for change log and typo fix
1 parent 28bdd59 commit 351b3f3

File tree

2 files changed

+10
-6
lines changed

2 files changed

+10
-6
lines changed

source/release-notes/3.0-changelog.txt

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,10 @@
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

912
Security
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

2629
Replication
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

3336
Sharding

source/release-notes/3.0.txt

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff 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-
4950
3.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:

0 commit comments

Comments
 (0)