|
3 | 3 | Release Notes
|
4 | 4 | -------------
|
5 | 5 |
|
6 |
| -Always install the latest, stable version of MongoDB. See the |
7 |
| -following release notes for an account of the changes in major |
| 6 | +Always install the latest, stable version of MongoDB. See :ref:`release-version-numbers`. |
| 7 | + |
| 8 | +See the following release notes for an account of the changes in major |
8 | 9 | versions. Release notes also include instructions for upgrade.
|
9 | 10 |
|
10 | 11 | Current stable release (v2.2-series):
|
@@ -40,3 +41,43 @@ Other MongoDB release notes:
|
40 | 41 | :maxdepth: 2
|
41 | 42 |
|
42 | 43 | /release-notes/drivers-write-concern
|
| 44 | + |
| 45 | +.. _release-version-numbers: |
| 46 | + |
| 47 | +Version Numbers |
| 48 | +~~~~~~~~~~~~~~~ |
| 49 | + |
| 50 | +There are three numbers in a MongoDB version: |
| 51 | + |
| 52 | +``<major version number>.<release number>.<revision number>`` |
| 53 | + |
| 54 | +The second number, the release number, indicates release stability. An |
| 55 | +odd release number indicates the release is still in |
| 56 | +development. An even release number indicates a general availability release. |
| 57 | + |
| 58 | +Additionally, the three numbers indicate the following: |
| 59 | + |
| 60 | +- ``<major version number>``: This rarely changes. A change to this number |
| 61 | + indicates very large changes to MongoDB. |
| 62 | + |
| 63 | +- ``<release number>``: A release can include many changes, including new |
| 64 | + features and updates. Some changes could possibly break backwards |
| 65 | + compatibility, which would be noted in the Release Notes. |
| 66 | + Even-numbered release numbers are stable branches. Odd-numbered |
| 67 | + release numbers are development branches. |
| 68 | + |
| 69 | +- ``<revision number>``: This is used for changes pertaining to bugs and |
| 70 | + security issues. |
| 71 | + |
| 72 | +Example Version Numbers |
| 73 | +``````````````````````` |
| 74 | + |
| 75 | +- 1.0.0 : First GA release |
| 76 | + |
| 77 | +- 1.0.x : Bug fixes to 1.0.x. It is highly recommended to upgrade, very |
| 78 | + little risk. |
| 79 | + |
| 80 | +- 1.1.x : Development release. Includes new features not fully finished |
| 81 | + and other works-in-progress. Some things may be different than 1.0 |
| 82 | + |
| 83 | +- 1.2.x : Second GA release. This is a culmination of the 1.1.x release. |
0 commit comments