diff --git a/NEWS b/NEWS index ec3a4080c85..b5d108049cf 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,19 @@ +libmongoc 1.24.0 (Unreleased) +============================= + +Platform Support: + + * Support for macOS 10.14 will be dropped in an upcoming release. + * Support for Ubuntu 14.04 will be dropped in an upcoming release. + * Support for Debian 8.1 will be dropped in an upcoming release. + +Build Configuration: + + * The `ENABLE_BSON` configure-time option has been removed. Build scripts that + used `ENABLE_BSON=SYSTEM` should be updated to use `USE_SYSTEM_LIBBSON=TRUE`. + If the build script needs to support building arbitrary versions of the C + driver, add both `ENABLE_BSON=SYSTEM` and `USE_SYSTEM_LIBBSON=TRUE`. + libmongoc 1.23.5 ================ @@ -13,17 +29,6 @@ Thanks to everyone who contributed to the development of this release. * Romain Geissler @ Amadeus - -libmongoc 1.24.0 (Unreleased) -============================= - - * Support for macOS 10.14 will be dropped in an upcoming release. - * The `ENABLE_BSON` configure-time option has been removed. Build scripts that - used `ENABLE_BSON=SYSTEM` should be updated to use `USE_SYSTEM_LIBBSON=TRUE`. - If the build script needs to support building arbitrary versions of the C - driver, add both `ENABLE_BSON=SYSTEM` and `USE_SYSTEM_LIBBSON=TRUE`. - - libmongoc 1.23.4 ================ diff --git a/src/libbson/NEWS b/src/libbson/NEWS index 36f0939a1f1..d51003803e7 100644 --- a/src/libbson/NEWS +++ b/src/libbson/NEWS @@ -1,13 +1,16 @@ -libbson 1.23.5 -============== - -No changes since 1.23.3. Version incremented to match the libmongoc version. - - libbson 1.24.0 (Unreleased) =========================== +Platform Support: + * Support for macOS 10.14 will be dropped in an upcoming release. + * Support for Ubuntu 14.04 will be dropped in an upcoming release. + * Support for Debian 8.1 will be dropped in an upcoming release. + +libbson 1.23.5 +============== + +No changes since 1.23.3. Version incremented to match the libmongoc version. libbson 1.23.4