Skip to content

Commit 95bbe89

Browse files
committed
Prepare to generate r3.9.0 release documentation
1 parent 56da1f0 commit 95bbe89

File tree

8 files changed

+21
-15
lines changed

8 files changed

+21
-15
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,8 @@ Currently, no drivers guarantee API or ABI stability.
3838
| Family/version | Stability | Development | Purpose |
3939
| -------------------- | ----------- | ------------------- | ----------------------------------- |
4040
| (repo master branch) | Unstable | Active development | New feature development |
41-
| mongocxx 3.8.x | Stable | Bug fixes only | Current stable C++ driver release |
41+
| mongocxx 3.9.x | Stable | Bug fixes only | Current stable C++ driver release |
42+
| mongocxx 3.8.x | Stable | None | Previous stable C++ driver release |
4243
| mongocxx 3.7.x | Stable | None | Previous stable C++ driver release |
4344
| mongocxx 3.6.x | Stable | None | Previous stable C++ driver release |
4445
| mongocxx 3.5.x | Stable | None | Previous stable C++ driver release |

docs/content/_index.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,8 @@ Currently, no drivers guarantee API or ABI stability.
2121
| Family/version | Stability | Development | Purpose |
2222
| -------------------- | ----------- | ------------------- | ----------------------------------- |
2323
| (repo master branch) | Unstable | Active development | New feature development |
24-
| mongocxx 3.8.x | Stable | Bug fixes only | Current stable C++ driver release |
24+
| mongocxx 3.9.x | Stable | Bug fixes only | Current stable C++ driver release |
25+
| mongocxx 3.8.x | Stable | None | Previous stable C++ driver release |
2526
| mongocxx 3.7.x | Stable | None | Previous stable C++ driver release |
2627
| mongocxx 3.6.x | Stable | None | Previous stable C++ driver release |
2728
| mongocxx 3.5.x | Stable | None | Previous stable C++ driver release |

docs/content/mongocxx-v3/installation/advanced.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ The mongocxx driver builds on top of the [MongoDB C driver](https://www.mongodb.
2626
The build of mongocxx-3.9.0 automatically downloads and installs the C driver if the C driver is not detected.
2727
To use an existing install of the C driver, set `CMAKE_PREFIX_PATH` to the directory containing the C driver install.
2828

29+
* For mongocxx-3.9.x, libmongoc 1.25.0 or later is required.
2930
* For mongocxx-3.8.x, libmongoc 1.24.0 or later is required.
3031
* For mongocxx-3.7.x, libmongoc 1.22.1 or later is required.
3132
* For mongocxx-3.6.x, libmongoc 1.17.0 or later is required.

docs/content/mongocxx-v3/installation/linux.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -50,12 +50,12 @@ release tarball.
5050

5151
The [mongocxx releases](https://github.com/mongodb/mongo-cxx-driver/releases)
5252
page will have links to the release tarball for the version you wish you install. For
53-
example, to download version 3.8.1:
53+
example, to download version 3.9.0:
5454

5555
```sh
56-
curl -OL https://github.com/mongodb/mongo-cxx-driver/releases/download/r3.8.1/mongo-cxx-driver-r3.8.1.tar.gz
57-
tar -xzf mongo-cxx-driver-r3.8.1.tar.gz
58-
cd mongo-cxx-driver-r3.8.1/build
56+
curl -OL https://github.com/mongodb/mongo-cxx-driver/releases/download/r3.9.0/mongo-cxx-driver-r3.9.0.tar.gz
57+
tar -xzf mongo-cxx-driver-r3.9.0.tar.gz
58+
cd mongo-cxx-driver-r3.9.0/build
5959
```
6060

6161
Make sure you change to the `build` directory of whatever source tree you

docs/content/mongocxx-v3/installation/macos.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -50,12 +50,12 @@ release tarball.
5050

5151
The [mongocxx releases](https://github.com/mongodb/mongo-cxx-driver/releases)
5252
page will have links to the release tarball for the version you wish you install. For
53-
example, to download version 3.8.1:
53+
example, to download version 3.9.0:
5454

5555
```sh
56-
curl -OL https://github.com/mongodb/mongo-cxx-driver/releases/download/r3.8.1/mongo-cxx-driver-r3.8.1.tar.gz
57-
tar -xzf mongo-cxx-driver-r3.8.1.tar.gz
58-
cd mongo-cxx-driver-r3.8.1/build
56+
curl -OL https://github.com/mongodb/mongo-cxx-driver/releases/download/r3.9.0/mongo-cxx-driver-r3.9.0.tar.gz
57+
tar -xzf mongo-cxx-driver-r3.9.0.tar.gz
58+
cd mongo-cxx-driver-r3.9.0/build
5959
```
6060

6161
Make sure you change to the `build` directory of whatever source tree you

docs/content/mongocxx-v3/installation/windows.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -50,12 +50,12 @@ release tarball.
5050

5151
The [mongocxx releases](https://github.com/mongodb/mongo-cxx-driver/releases)
5252
page will have links to the release tarball for the version you wish you install. For
53-
example, to download version 3.8.1:
53+
example, to download version 3.9.0:
5454

5555
```sh
56-
curl -OL https://github.com/mongodb/mongo-cxx-driver/releases/download/r3.8.1/mongo-cxx-driver-r3.8.1.tar.gz
57-
tar -xzf mongo-cxx-driver-r3.8.1.tar.gz
58-
cd mongo-cxx-driver-r3.8.1/build
56+
curl -OL https://github.com/mongodb/mongo-cxx-driver/releases/download/r3.9.0/mongo-cxx-driver-r3.9.0.tar.gz
57+
tar -xzf mongo-cxx-driver-r3.9.0.tar.gz
58+
cd mongo-cxx-driver-r3.9.0/build
5959
```
6060

6161
Make sure you change to the `build` directory of whatever source tree you

etc/apidocmenu.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@ Currently, no drivers guarantee API or ABI stability.
88
| Family/version | Stability | Development | Purpose |
99
| -------------------- | --------- | ------------------ | ---------------------------------- |
1010
| (repo master branch) | Unstable | Active development | New feature development |
11-
| mongocxx 3.8.x | Stable | Bug fixes only | Current stable C++ driver release |
11+
| mongocxx 3.9.x | Stable | Bug fixes only | Current stable C++ driver release |
12+
| mongocxx 3.8.x | Stable | None | Previous stable C++ driver release |
1213
| mongocxx 3.7.x | Stable | None | Previous stable C++ driver release |
1314
| mongocxx 3.6.x | Stable | None | Previous stable C++ driver release |
1415
| mongocxx 3.5.x | Stable | None | Previous stable C++ driver release |
@@ -22,6 +23,7 @@ Currently, no drivers guarantee API or ABI stability.
2223

2324
| mongocxx |
2425
| ------------------------------------ |
26+
| [mongocxx-3.9.0](../mongocxx-3.9.0) |
2527
| [mongocxx-3.8.1](../mongocxx-3.8.1) |
2628
| [mongocxx-3.8.0](../mongocxx-3.8.0) |
2729
| [mongocxx-3.7.2](../mongocxx-3.7.2) |

etc/generate-all-apidocs.pl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ sub _try_run {
6262
r3.7.2
6363
r3.8.0
6464
r3.8.1
65+
r3.9.0
6566
);
6667

6768
sub main {

0 commit comments

Comments
 (0)