Skip to content

Commit 4cd97ff

Browse files
authored
DOCSP-51041: drop debian 9 & 10 (#129)
* DOCSP-51041: drop debian 9 & 10 * reshuffle content * KA tech review * terminology fix
1 parent a01a963 commit 4cd97ff

File tree

3 files changed

+52
-12
lines changed

3 files changed

+52
-12
lines changed

source/compatibility.txt

Lines changed: 19 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,8 @@ toolchains that are supported by the {+driver-short+}.
5555
Operating Systems
5656
~~~~~~~~~~~~~~~~~
5757

58-
The following operating systems are continually tested with the {+driver-short+}:
58+
The following operating systems are expected to be supported for use
59+
with the {+driver-short+}:
5960

6061
.. list-table::
6162
:header-rows: 1
@@ -65,22 +66,25 @@ The following operating systems are continually tested with the {+driver-short+}
6566
- Notes
6667

6768
* - Debian
68-
- Versions 9.2, 10.0, and 11.0
69+
- Versions 11.0 and later
70+
6971
* - RHEL
70-
- Versions 7.0, 7.1, 8.1, 8.2, and 8.3. RHEL derivatives
71-
(for example, CentOS, Rocky Linux, or AlmaLinux) of the same release version are
72-
supported. Fedora is also supported, but not continually tested.
72+
- Versions 7.0 and later. RHEL derivatives (such as CentOS,
73+
Rocky Linux, and AlmaLinux) of the same release version are
74+
supported. Fedora is also supported.
75+
7376
* - Ubuntu
74-
- Versions 16.04, 18.04, and 20.04. Subsequent minor releases
75-
are also supported. Ubuntu 22.04 and newer is not yet tested. Ubuntu
76-
derivatives based on supported Ubuntu versions are also supported.
77+
- Versions 20.04 and later. Ubuntu derivatives based on supported
78+
Ubuntu versions are also supported.
79+
7780
* - Arch Linux
7881
-
82+
7983
* - macOS
80-
- Version 11.0
81-
* - Windows Server 2008 and Windows Server 2016
82-
- Windows variants of the same generation are supported
84+
- Versions 11.0 and later
8385

86+
* - Windows
87+
- Windows Server 2008 and later
8488

8589
Compilers
8690
~~~~~~~~~
@@ -93,12 +97,15 @@ The following compilers are continually tested with the {+driver-short+}:
9397

9498
* - Compiler
9599
- Notes
100+
96101
* - Clang
97102
- Versions 3.7, 3.8, and 6.0. Newer versions
98103
are also supported, as well as the corresponding Apple Clang releases.
104+
99105
* - GNU Compiler Collection (GCC)
100106
- Versions 4.8, 5.4, 6.3, 7.5, 8.2, 8.3,
101107
9.4, and 10.2. The MinGW-w64 GCC is also tested and supported.
108+
102109
* - Microsoft Visual C++ (MSVC)
103110
- Tested with MSVC 14.x (Visual Studio 2015) and 15.x (Visual Studio
104111
2017). Newer MSVC versions are supported but not yet tested.
@@ -138,4 +145,4 @@ problem, or open a `GitHub Pull Request <https://github.com/mongodb/mongo-c-driv
138145
Simple pull requests to fix unsupported platforms are welcome, but will be
139146
considered on a case-by-case basis. The acceptance of a pull request to fix the
140147
libraries on an unsupported platform does not imply full support of that
141-
platform.
148+
platform.

source/upgrade.txt

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,27 @@ sections of this guide describe the breaking changes included in each library.
6969
address all breaking changes that are listed for versions 1.x up to and
7070
including version 2.0.0
7171

72+
.. _c-version-2.1.0-breaking-changes:
73+
74+
Version 2.1.0
75+
~~~~~~~~~~~~~
76+
77+
{+libbson+} Breaking Changes
78+
````````````````````````````
79+
80+
The 2.1.0 release of ``{+libbson+}`` includes the following breaking
81+
changes:
82+
83+
- Removes support for Debian 9 and Debian 10.
84+
85+
{+libmongoc+} Breaking Changes
86+
``````````````````````````````
87+
88+
The 2.1.0 release of ``{+libmongoc+}`` includes the following breaking
89+
changes:
90+
91+
- Removes support for Debian 9 and Debian 10.
92+
7293
.. _c-version-2.0.0-breaking-changes:
7394

7495
Version 2.0.0

source/whats-new.txt

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ and deprecations made in each version of the driver libraries.
2626

2727
Learn what's new in:
2828

29+
* :ref:`Version 2.1.0 <c-version-2.1.0>`
2930
* :ref:`Version 2.0.2 <c-version-2.0.2>`
3031
* :ref:`Version 2.0.1 <c-version-2.0.1>`
3132
* :ref:`Version 2.0.0 <c-version-2.0.0>`
@@ -46,6 +47,17 @@ Learn what's new in:
4647

4748
.. _c-upcoming-breaking-changes:
4849

50+
.. _c-version-2.1.0:
51+
52+
What's New in 2.1.0
53+
-------------------
54+
55+
.. warning:: Breaking Changes
56+
57+
{+driver-short+} v2.1.0 contains breaking changes. For more
58+
information, see :ref:`c-version-2.1.0-breaking-changes` in the
59+
Upgrade Driver Versions guide.
60+
4961
.. _c-version-2.0.2:
5062

5163
What's New in 2.0.2

0 commit comments

Comments
 (0)