Skip to content

Commit 0524bd8

Browse files
authored
Document dropping support of Ubuntu 14.04 and Debian 8.1 (#1306)
Resolves CDRIVER-4542 and CDRIVER-4541. * move Unreleased section of NEWS to the top * document intent to drop support * separate sections
1 parent 984022e commit 0524bd8

File tree

2 files changed

+25
-17
lines changed

2 files changed

+25
-17
lines changed

NEWS

Lines changed: 16 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
libmongoc 1.24.0 (Unreleased)
2+
=============================
3+
4+
Platform Support:
5+
6+
* Support for macOS 10.14 will be dropped in an upcoming release.
7+
* Support for Ubuntu 14.04 will be dropped in an upcoming release.
8+
* Support for Debian 8.1 will be dropped in an upcoming release.
9+
10+
Build Configuration:
11+
12+
* The `ENABLE_BSON` configure-time option has been removed. Build scripts that
13+
used `ENABLE_BSON=SYSTEM` should be updated to use `USE_SYSTEM_LIBBSON=TRUE`.
14+
If the build script needs to support building arbitrary versions of the C
15+
driver, add both `ENABLE_BSON=SYSTEM` and `USE_SYSTEM_LIBBSON=TRUE`.
16+
117
libmongoc 1.23.5
218
================
319

@@ -13,17 +29,6 @@ Thanks to everyone who contributed to the development of this release.
1329
* Romain Geissler @ Amadeus
1430

1531

16-
17-
libmongoc 1.24.0 (Unreleased)
18-
=============================
19-
20-
* Support for macOS 10.14 will be dropped in an upcoming release.
21-
* The `ENABLE_BSON` configure-time option has been removed. Build scripts that
22-
used `ENABLE_BSON=SYSTEM` should be updated to use `USE_SYSTEM_LIBBSON=TRUE`.
23-
If the build script needs to support building arbitrary versions of the C
24-
driver, add both `ENABLE_BSON=SYSTEM` and `USE_SYSTEM_LIBBSON=TRUE`.
25-
26-
2732
libmongoc 1.23.4
2833
================
2934

src/libbson/NEWS

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,16 @@
1-
libbson 1.23.5
2-
==============
3-
4-
No changes since 1.23.3. Version incremented to match the libmongoc version.
5-
6-
71
libbson 1.24.0 (Unreleased)
82
===========================
93

4+
Platform Support:
5+
106
* Support for macOS 10.14 will be dropped in an upcoming release.
7+
* Support for Ubuntu 14.04 will be dropped in an upcoming release.
8+
* Support for Debian 8.1 will be dropped in an upcoming release.
9+
10+
libbson 1.23.5
11+
==============
12+
13+
No changes since 1.23.3. Version incremented to match the libmongoc version.
1114

1215

1316
libbson 1.23.4

0 commit comments

Comments
 (0)