Skip to content

Commit 05fae08

Browse files
committed
DOCS-4746 3.0
1 parent 3053f1a commit 05fae08

File tree

5 files changed

+21
-27
lines changed

5 files changed

+21
-27
lines changed

source/index.txt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
:orphan:
22

3-
================================================
4-
The MongoDB |version| (Release Candidate) Manual
5-
================================================
3+
============================
4+
The MongoDB |version| Manual
5+
============================
66

77
.. default-domain:: mongodb
88

9-
.. admonition:: MongoDB 3.0 Release Candidates Available
9+
.. admonition:: MongoDB 3.0 Released
1010

11-
See :doc:`/release-notes/3.0` for notes on changes in MongoDB 3.0.
11+
See :doc:`/release-notes/3.0` for new features in MongoDB 3.0.
1212

1313
Welcome to the MongoDB Manual! MongoDB is an open-source,
1414
document-oriented database designed for ease of development and

source/release-notes/3.0-compatibility.txt

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,6 @@ Compatibility Changes in MongoDB 3.0
44

55
.. default-domain:: mongodb
66

7-
MongoDB 3.0 is currently in development. While 3.0 release candidates
8-
are currently available, these versions of MongoDB are for **testing
9-
only and not for production use**.
10-
117
The following 3.0 changes can affect the compatibility with older
128
versions of MongoDB. See :doc:`/release-notes/3.0` for the full list of
139
the 3.0 changes.

source/release-notes/3.0-downgrade.txt

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,9 @@ Downgrade Path
2323

2424
.. important::
2525

26-
If you upgrade to 3.0 and have run :dbcommand:`authSchemaUpgrade`,
27-
you **cannot** downgrade to 2.6 without disabling :option:`--auth`.
26+
If you upgrade to MongoDB 3.0 and have run
27+
:dbcommand:`authSchemaUpgrade`, you **cannot** downgrade to the 2.6
28+
series without disabling :option:`--auth`.
2829

2930
Procedures
3031
~~~~~~~~~~

source/release-notes/3.0-upgrade.txt

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,6 @@ Upgrade MongoDB to 3.0
44

55
.. default-domain:: mongodb
66

7-
MongoDB 3.0 is currently in development. While 3.0 release candidates
8-
are currently available, these versions of MongoDB are for **testing
9-
only and not for production use**.
10-
117
In the general case, the upgrade from MongoDB 2.6 to 3.0 is a
128
binary-compatible "drop-in" upgrade: shut down the :program:`mongod`
139
instances and replace them with :program:`mongod` instances running

source/release-notes/3.0.txt

Lines changed: 13 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,15 @@
1-
==============================================================
2-
Development Release Notes for MongoDB 3.0.0 Release Candidates
3-
==============================================================
1+
===============================
2+
Release Notes for MongoDB 3.0.0
3+
===============================
44

55
.. default-domain:: mongodb
66

7-
MongoDB 3.0 is currently in development. While 3.0 release candidates
8-
are currently available, these versions of MongoDB are for **testing
9-
only and not for production use**.
7+
*March 3, 2015*
8+
9+
MongoDB 3.0 is now available. Key features include support for the
10+
WiredTiger storage engine, pluggable storage engine API,
11+
``SCRAM-SHA-1`` authentication mechanism, and improved ``explain``
12+
functionality.
1013

1114
Major Changes
1215
-------------
@@ -50,11 +53,6 @@ The WiredTiger storage engine requires the latest official MongoDB
5053
drivers. For more information, see
5154
:ref:`3.0-compatibility-drivers-wired-tiger`.
5255

53-
For WiredTiger indexes, the on-disk index format changed in 2.8.0-rc5.
54-
To upgrade from earlier pre-release versions of MongoDB with
55-
WiredTiger, you will need to run the :program:`mongod` instance with
56-
``--repair``.
57-
5856
.. seealso:: :ref:`3.0-compatibility-touch`,
5957
:ref:`storage-wiredtiger` section in the :doc:`/core/storage`
6058
documentation
@@ -393,11 +391,14 @@ See :doc:`/release-notes/3.0-upgrade` for full upgrade instructions.
393391
Download
394392
~~~~~~~~
395393

396-
To download MongoDB 3.0 release candidates, go to the `downloads page`_.
394+
To download MongoDB 3.0, go to the `downloads page`_.
397395

398396
.. _`downloads page`: http://www.mongodb.org/downloads
399397

400398
Additional Resources
401399
~~~~~~~~~~~~~~~~~~~~
402400

403401
- `All Third Party License Notices <https://github.com/mongodb/mongo/blob/v3.0/distsrc/THIRD-PARTY-NOTICES>`_.
402+
403+
- `All JIRA issues resolved in 3.0
404+
<https://jira.mongodb.org/secure/IssueNavigator.jspa?reset=true&jqlQuery=project+%3D+SERVER+AND+fixVersion+in+%28%222.7.0%22%2C%20%222.7.1%22%2C%20%222.7.2%22%2C%20%222.7.3%22%2C%20%222.7.4%22%2C%20%222.7.5%22%2C%20%222.7.6%22%2C%222.7.7%22%2C%222.7.8%22%2C%20%222.8.0-rc1%22%2C%20%222.8.0-rc2%22%2C%20%222.8.0-rc3%22%2C%20%222.8.0-rc4%22%2C%20%222.8.0-rc5%22%2C%20%223.0.0-rc6%22%2C%20%223.0.0-rc7%22%2C%20%223.0.0-rc8%22%2C%20%223.0.0-rc9%22%2C%20%223.0.0-rc10%22%2C%20%223.0.0-rc11%22%2C%20%223.0.0%22%2C%20%223.0%22%29>`_.

0 commit comments

Comments
 (0)