Skip to content

DOCS-390 release notes integration #183

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Sep 5, 2012
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion source/installation.txt
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ while v2.1 and v2.3 is a development version.

- Previous Stable Releases

- :wiki:`v2.0 Release Notes <2.0+Release+Notes>`
- :doc:`/release-notes/2.0`
- :wiki:`v1.8 Release Notes <1.8+Release+Notes>`

- Current Development Release (v2.3-series)
3 changes: 2 additions & 1 deletion source/release-notes.txt
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,6 @@ in 2.2.

Previous stable releases:

- :wiki:`v2.0 Release Notes <2.0+Release+Notes>`
- :doc:`/release-notes/2.0`

- :wiki:`v1.8 Release Notes <1.8+Release+Notes>`
4 changes: 2 additions & 2 deletions draft/release-notes/2.0.txt → source/release-notes/2.0.txt
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ See :issue:`SERVER-2563` for more information.

The specific operations yield in 2.0 are:

- Updates by _id
- Updates by ``_id``

- Removes

Expand Down Expand Up @@ -155,7 +155,7 @@ Priorities

Each :term:`replica set` member can now have a priority value consisting
of a floating-point from 0 to 1000, inclusive. Priorities let you
control which member of the set you prefer to have as :term:`primary`:
control which member of the set you prefer to have as :term:`primary`
the member with the highest priority that can see a majority of the set
will be elected primary.

Expand Down