Skip to content

Commit d542bef

Browse files
committed
Updates for 4.0-ga
1 parent 89f3e68 commit d542bef

File tree

9 files changed

+34
-27
lines changed

9 files changed

+34
-27
lines changed

conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ def has(self, *args):
7373
])
7474

7575
source_constants = {
76-
'package-branch': 'testing',
76+
'package-branch': '4.0',
7777
'package-name-org': 'mongodb-org',
7878
'package-name-enterprise': 'mongodb-enterprise',
7979
'version': version,

config/build_conf.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ project:
1010
branched: true
1111
siteroot: true
1212
version:
13-
release: '4.0.0-rc7'
13+
release: '4.0.0'
1414
branch: '4.0'
1515
system:
1616
files:

config/push.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ paths:
44
local: public
55
static:
66
- 'manual'
7-
- 'v3.6'
7+
- 'v4.0'
88
- '.htaccess'
99
- 'sitemap.xml'
1010
- 'robots.txt'

config/redirects

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
define: base https://docs.mongodb.com
22
define: versions v2.2 v2.4 v2.6 v3.0 v3.2 v3.4 v3.6 v4.0 master
3-
symlink: manual -> v3.6
4-
symlink: upcoming -> master
3+
symlink: manual -> v4.0
54
symlink: v4.0 -> master
65

76
[v2.2]: /${version}/core/read-operations-introduction -> ${base}/${version}/core/read-operations

source/includes/in-dev.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
MongoDB 4.0 is currently in development.
1+
MongoDB <dev-version> is currently in development.
22

33
.. warning::
44

5-
While 4.0 release candidates are available, these versions of
5+
While <dev-version> release candidates are available, these versions of
66
MongoDB are for **testing purposes only and not for production use**.

source/index.txt

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,20 @@
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 4.0 Release Candidate Available
9+
.. admonition:: MongoDB 4.0 Released
1010
:class: note
1111

1212
For new features in MongoDB 4.0, see :doc:`/release-notes/4.0`.
1313

14+
To download the MongoDB 4.0, go to the `MongoDB Download Center
15+
<https://www.mongodb.com/download-center?jmp=docs#production>`_
16+
17+
1418
Welcome to the MongoDB |version| Manual! MongoDB is an open-source,
1519
document database designed for ease of development and scaling. The
1620
Manual introduces key concepts in MongoDB, presents the query language,

source/release-notes.txt

Lines changed: 4 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -9,32 +9,26 @@ Always install the latest, stable version of MongoDB. See
99
See the following release notes for an account of the changes in major
1010
versions. Release notes also include instructions for upgrade.
1111

12-
Upcoming Release
13-
~~~~~~~~~~~~~~~~
14-
15-
.. toctree::
16-
:maxdepth: 1
17-
18-
/release-notes/4.0
19-
2012

2113
Current Stable Release
2214
~~~~~~~~~~~~~~~~~~~~~~
2315

24-
(*3.6-series*)
16+
(*4.0-series*)
2517

2618
.. toctree::
2719
:maxdepth: 1
2820

29-
/release-notes/3.6
21+
/release-notes/4.0
3022

23+
3124

3225
Previous Stable Releases
3326
~~~~~~~~~~~~~~~~~~~~~~~~
3427

3528
.. toctree::
3629
:maxdepth: 1
3730

31+
/release-notes/3.6
3832
/release-notes/3.4
3933
/release-notes/3.2
4034
/release-notes/3.0

source/release-notes/4.0-compatibility.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@ Compatibility Changes in MongoDB 4.0
1010
:depth: 1
1111
:class: singlecol
1212

13-
.. include:: /includes/in-dev.rst
13+
The following 4.0 changes can affect the compatibility with older
14+
versions of MongoDB.
1415

1516
.. _4.0-remove-mongodb-cr:
1617

source/release-notes/4.0.txt

Lines changed: 14 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
===============================================
2-
Release Notes for MongoDB 4.0 Release Candidate
3-
===============================================
1+
=============================
2+
Release Notes for MongoDB 4.0
3+
=============================
44

55
.. default-domain:: mongodb
66

@@ -10,8 +10,6 @@ Release Notes for MongoDB 4.0 Release Candidate
1010
:depth: 1
1111
:class: twocols
1212

13-
.. include:: /includes/in-dev.rst
14-
1513
.. _4.0-txn:
1614

1715
Multi-Document Transactions
@@ -894,6 +892,17 @@ upgrade services
894892
<https://www.mongodb.com/products/consulting?jmp=docs>`_
895893
to help ensure a smooth transition without interruption to your MongoDB application.
896894

895+
Download
896+
--------
897+
898+
To download MongoDB 4.0, go to the `MongoDB Download Center
899+
<https://www.mongodb.com/download-center?jmp=docs#production>`_
900+
901+
.. seealso::
902+
903+
- `All Third Party License Notices <https://github.com/mongodb/mongo/blob/v4.0/distsrc/THIRD-PARTY-NOTICES>`_.
904+
905+
897906
.. _4.0-known-issues:
898907

899908
Known Issues in 4.0.0

0 commit comments

Comments
 (0)