From 930ba079085e9189bbf5add4cce596b31c0de4e7 Mon Sep 17 00:00:00 2001 From: kay Date: Sun, 24 Jun 2018 21:51:11 -0400 Subject: [PATCH] Updates for 4.0-ga --- conf.py | 2 +- config/build_conf.yaml | 2 +- config/push.yaml | 2 +- config/redirects | 3 +-- source/includes/in-dev.rst | 4 ++-- source/index.txt | 12 ++++++++---- source/release-notes.txt | 14 ++++---------- source/release-notes/4.0-compatibility.txt | 3 ++- source/release-notes/4.0.txt | 19 ++++++++++++++----- 9 files changed, 34 insertions(+), 27 deletions(-) diff --git a/conf.py b/conf.py index 8e28e817ce0..d494b4e13db 100644 --- a/conf.py +++ b/conf.py @@ -73,7 +73,7 @@ def has(self, *args): ]) source_constants = { - 'package-branch': 'testing', + 'package-branch': '4.0', 'package-name-org': 'mongodb-org', 'package-name-enterprise': 'mongodb-enterprise', 'version': version, diff --git a/config/build_conf.yaml b/config/build_conf.yaml index 05086507c77..90ea49ebf11 100644 --- a/config/build_conf.yaml +++ b/config/build_conf.yaml @@ -10,7 +10,7 @@ project: branched: true siteroot: true version: - release: '4.0.0-rc7' + release: '4.0.0' branch: '4.0' system: files: diff --git a/config/push.yaml b/config/push.yaml index 14299cb6a65..b05e02e1d47 100644 --- a/config/push.yaml +++ b/config/push.yaml @@ -4,7 +4,7 @@ paths: local: public static: - 'manual' - - 'v3.6' + - 'v4.0' - '.htaccess' - 'sitemap.xml' - 'robots.txt' diff --git a/config/redirects b/config/redirects index 3e28d16f517..81a036e032c 100644 --- a/config/redirects +++ b/config/redirects @@ -1,7 +1,6 @@ define: base https://docs.mongodb.com define: versions v2.2 v2.4 v2.6 v3.0 v3.2 v3.4 v3.6 v4.0 master -symlink: manual -> v3.6 -symlink: upcoming -> master +symlink: manual -> v4.0 symlink: v4.0 -> master [v2.2]: /${version}/core/read-operations-introduction -> ${base}/${version}/core/read-operations diff --git a/source/includes/in-dev.rst b/source/includes/in-dev.rst index d51cb367664..bb9dc82fa6f 100644 --- a/source/includes/in-dev.rst +++ b/source/includes/in-dev.rst @@ -1,6 +1,6 @@ -MongoDB 4.0 is currently in development. +MongoDB is currently in development. .. warning:: - While 4.0 release candidates are available, these versions of + While release candidates are available, these versions of MongoDB are for **testing purposes only and not for production use**. \ No newline at end of file diff --git a/source/index.txt b/source/index.txt index a7f8c776abe..1555fb0ad8e 100644 --- a/source/index.txt +++ b/source/index.txt @@ -1,16 +1,20 @@ :orphan: -============================================== -The MongoDB |version| Release Candidate Manual -============================================== +============================ +The MongoDB |version| Manual +============================ .. default-domain:: mongodb -.. admonition:: MongoDB 4.0 Release Candidate Available +.. admonition:: MongoDB 4.0 Released :class: note For new features in MongoDB 4.0, see :doc:`/release-notes/4.0`. + To download the MongoDB 4.0, go to the `MongoDB Download Center + `_ + + Welcome to the MongoDB |version| Manual! MongoDB is an open-source, document database designed for ease of development and scaling. The Manual introduces key concepts in MongoDB, presents the query language, diff --git a/source/release-notes.txt b/source/release-notes.txt index 633e21a80e7..a6a0451137c 100644 --- a/source/release-notes.txt +++ b/source/release-notes.txt @@ -9,25 +9,18 @@ Always install the latest, stable version of MongoDB. See See the following release notes for an account of the changes in major versions. Release notes also include instructions for upgrade. -Upcoming Release -~~~~~~~~~~~~~~~~ - -.. toctree:: - :maxdepth: 1 - - /release-notes/4.0 - Current Stable Release ~~~~~~~~~~~~~~~~~~~~~~ -(*3.6-series*) +(*4.0-series*) .. toctree:: :maxdepth: 1 - /release-notes/3.6 + /release-notes/4.0 + Previous Stable Releases ~~~~~~~~~~~~~~~~~~~~~~~~ @@ -35,6 +28,7 @@ Previous Stable Releases .. toctree:: :maxdepth: 1 + /release-notes/3.6 /release-notes/3.4 /release-notes/3.2 /release-notes/3.0 diff --git a/source/release-notes/4.0-compatibility.txt b/source/release-notes/4.0-compatibility.txt index deb7c7a0d8e..290b14ccfcb 100644 --- a/source/release-notes/4.0-compatibility.txt +++ b/source/release-notes/4.0-compatibility.txt @@ -10,7 +10,8 @@ Compatibility Changes in MongoDB 4.0 :depth: 1 :class: singlecol -.. include:: /includes/in-dev.rst +The following 4.0 changes can affect the compatibility with older +versions of MongoDB. .. _4.0-remove-mongodb-cr: diff --git a/source/release-notes/4.0.txt b/source/release-notes/4.0.txt index 11a7af1fe09..1939dfe4abd 100644 --- a/source/release-notes/4.0.txt +++ b/source/release-notes/4.0.txt @@ -1,6 +1,6 @@ -=============================================== -Release Notes for MongoDB 4.0 Release Candidate -=============================================== +============================= +Release Notes for MongoDB 4.0 +============================= .. default-domain:: mongodb @@ -10,8 +10,6 @@ Release Notes for MongoDB 4.0 Release Candidate :depth: 1 :class: twocols -.. include:: /includes/in-dev.rst - .. _4.0-txn: Multi-Document Transactions @@ -849,6 +847,17 @@ upgrade services `_ to help ensure a smooth transition without interruption to your MongoDB application. +Download +-------- + +To download MongoDB 4.0, go to the `MongoDB Download Center +`_ + +.. seealso:: + + - `All Third Party License Notices `_. + + .. _4.0-known-issues: Known Issues in 4.0.0