Skip to content

Commit 1aca625

Browse files
authored
add NEWS for 2.1.1 (#2131)
1 parent 49955ab commit 1aca625

File tree

2 files changed

+22
-0
lines changed

2 files changed

+22
-0
lines changed

NEWS

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,22 @@ libmongoc 2.2.0 (unreleased)
99

1010
- Support for macOS 11 (EOL since September 2023) and macOS 12 (EOL since September 2024).
1111

12+
libmongoc 2.1.1
13+
===============
14+
15+
## Fixes
16+
17+
* Do not propagate `-fPIC` in CMake targets.
18+
* Apply write command behavior to `mongoc_collection_create_indexes_with_opts`.
19+
* Omit `saslSupportedMechs` in single-threaded monitoring commands.
20+
21+
Thanks to everyone who contributed to the development of this release.
22+
23+
* Julia Garland
24+
* Roberto C. Sánchez
25+
26+
27+
1228
libmongoc 2.1.0
1329
===============
1430

src/libbson/NEWS

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ libbson 2.2.0 (Unreleased)
55

66
- Support for macOS 11 (EOL since September 2023) and macOS 12 (EOL since September 2024).
77

8+
9+
libbson 2.1.1
10+
=============
11+
12+
No changes since 2.1.0. Version incremented to match the libmongoc version.
13+
814
libbson 2.1.0
915
=============
1016

0 commit comments

Comments
 (0)