Skip to content

Commit 07352c5

Browse files
kevinAlbseramongodbrcsanchez97
authored
CDRIVER-4580 announce plan to drop macOS 10.14 and 10.15 (#1217)
* announce plan to drop macOS 10.14 and 10.15 * note testing with macOS 10.14 will be dropped * document macOS 11.0 is tested * document both x86_64 and arm64 are tested * add TODO comment to drop testing of macOS 10.14 after release of 1.24.0 * refer to macOS 11.0 in "How to Ask For Help" * refer to "Supported Platforms" in CONTRIBUTING.md * use "upcoming" in NEWS This does not commit to dropping in 1.25.0 in case plans change. * remove mention of macOS 10.15 Co-authored-by: Ezra Chung <[email protected]> * remove comment * Use "an" Co-authored-by: Roberto C. Sánchez <[email protected]> --------- Co-authored-by: Ezra Chung <[email protected]> Co-authored-by: Roberto C. Sánchez <[email protected]>
1 parent 4b1c775 commit 07352c5

File tree

5 files changed

+15
-9
lines changed

5 files changed

+15
-9
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,7 @@ The mongo-c-driver has a few guidelines that help direct the process.
1515
### Portability
1616

1717
mongo-c-driver is portable software. It needs to run on a multitude of
18-
operating systems and architectures.
19-
20-
* Linux (RHEL 5 and newer)
21-
* FreeBSD (10 and newer)
22-
* Windows (Vista and newer)
23-
* macOS (10.8 and newer)
24-
* ARM/SPARC/x86/x86_64
18+
[Supported Platforms](https://mongoc.org/libmongoc/current/installing.html#supported-platforms).
2519

2620

2721
### Licensing

NEWS

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
libmongoc 1.24.0 (Unreleased)
2+
=============================
3+
4+
* Support for macOS 10.14 will be dropped in an upcoming release.
5+
6+
17
libmongoc 1.23.2
28
================
39

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ information:
4444
- The version of the driver you are trying to build (branch or tag).
4545
- Examples: ``r1.17`` (branch), ``1.9.5`` (tag)
4646
- Host OS, version, and architecture.
47-
- Examples: Windows 10 64-bit x86, Ubuntu 16.04 64-bit x86, macOS 10.13
47+
- Examples: Windows 10 64-bit x86, Ubuntu 16.04 64-bit x86, macOS 11.0
4848
- C Compiler and version.
4949
- Examples: GCC 7.3.0, Visual Studio Community 2017, clang 3.9, XCode 9.3
5050
- The output of any ``cmake``, ``make``, or other commands executed during the build.

src/libbson/NEWS

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
libbson 1.24.0 (Unreleased)
2+
===========================
3+
4+
* Support for macOS 10.14 will be dropped in an upcoming release.
5+
16
libbson 1.23.2
27
==============
38

src/libmongoc/doc/installing.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@ The MongoDB C Driver is continuously tested on a variety of platforms including:
1212

1313
- Archlinux
1414
- Debian 9.2, 10.0, 11.0
15-
- macOS 10.14
15+
- macOS 10.14 (Will be dropped in an upcoming release)
16+
- macOS 11.0 (x86_64 and arm64)
1617
- Microsoft Windows Server 2008, 2016
1718
- RHEL 7.0, 7.1, 8.1, 8.2, 8.3
1819
- Ubuntu 16.04, 18.04, 20.04

0 commit comments

Comments
 (0)