Skip to content

Commit 2f4308d

Browse files
authored
Update NEWS for 1.23.5 (#1298)
1 parent 7c37e1f commit 2f4308d

File tree

2 files changed

+23
-0
lines changed

2 files changed

+23
-0
lines changed

NEWS

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
libmongoc 1.23.5
2+
================
3+
4+
Fixes:
5+
6+
* Fix potential crash due to insufficient memory when allocating performance counters.
7+
* Fix compilation error on Android platforms due to missing `aligned_alloc`.
8+
* Return an error if `RewrapManyDataKey` is invoked without a `provider` when a `masterKey` is given.
9+
10+
Thanks to everyone who contributed to the development of this release.
11+
12+
* Kevin Albertson
13+
* Romain Geissler @ Amadeus
14+
15+
16+
117
libmongoc 1.24.0 (Unreleased)
218
=============================
319

@@ -18,6 +34,7 @@ Thanks to everyone who contributed to the development of this release.
1834
* Kyle Kloberdanz
1935

2036

37+
2138
libmongoc 1.23.3
2239
================
2340

src/libbson/NEWS

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
libbson 1.23.5
2+
==============
3+
4+
No changes since 1.23.3. Version incremented to match the libmongoc version.
5+
6+
17
libbson 1.24.0 (Unreleased)
28
===========================
39

0 commit comments

Comments
 (0)