Skip to content

Document dropping support of Ubuntu 14.04 and Debian 8.1 #1306

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Jun 13, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
27 changes: 16 additions & 11 deletions NEWS
Original file line number Diff line number Diff line change
@@ -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
================

Expand All @@ -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
================

Expand Down
15 changes: 9 additions & 6 deletions src/libbson/NEWS
Original file line number Diff line number Diff line change
@@ -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
Expand Down