Skip to content

CDRIVER-4580 announce plan to drop macOS 10.14 and 10.15 #1217

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 11 commits into from
Mar 14, 2023
8 changes: 1 addition & 7 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,7 @@ The mongo-c-driver has a few guidelines that help direct the process.
### Portability

mongo-c-driver is portable software. It needs to run on a multitude of
operating systems and architectures.

* Linux (RHEL 5 and newer)
* FreeBSD (10 and newer)
* Windows (Vista and newer)
* macOS (10.8 and newer)
* ARM/SPARC/x86/x86_64
[Supported Platforms](https://mongoc.org/libmongoc/current/installing.html#supported-platforms).


### Licensing
Expand Down
6 changes: 6 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
libmongoc 1.24.0 (Unreleased)
=============================

* Support for macOS 10.14 will be dropped in an upcoming release.


libmongoc 1.23.2
================

Expand Down
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ information:
- The version of the driver you are trying to build (branch or tag).
- Examples: ``r1.17`` (branch), ``1.9.5`` (tag)
- Host OS, version, and architecture.
- Examples: Windows 10 64-bit x86, Ubuntu 16.04 64-bit x86, macOS 10.13
- Examples: Windows 10 64-bit x86, Ubuntu 16.04 64-bit x86, macOS 11.0
- C Compiler and version.
- Examples: GCC 7.3.0, Visual Studio Community 2017, clang 3.9, XCode 9.3
- The output of any ``cmake``, ``make``, or other commands executed during the build.
Expand Down
5 changes: 5 additions & 0 deletions src/libbson/NEWS
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
libbson 1.24.0 (Unreleased)
===========================

* Support for macOS 10.14 will be dropped in an upcoming release.

libbson 1.23.2
==============

Expand Down
3 changes: 2 additions & 1 deletion src/libmongoc/doc/installing.rst
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ The MongoDB C Driver is continuously tested on a variety of platforms including:

- Archlinux
- Debian 9.2, 10.0, 11.0
- macOS 10.14
- macOS 10.14 (Will be dropped in an upcoming release)
- macOS 11.0 (x86_64 and arm64)
- Microsoft Windows Server 2008, 2016
- RHEL 7.0, 7.1, 8.1, 8.2, 8.3
- Ubuntu 16.04, 18.04, 20.04
Expand Down