Skip to content

Commit 3c349a4

Browse files
authored
update NEWS for 1.30.2 (#1895)
1 parent 02760dc commit 3c349a4

File tree

2 files changed

+24
-0
lines changed

2 files changed

+24
-0
lines changed

NEWS

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,17 @@ Removals:
88
names `mongoc.h` or `bson.h` directly. Instead, the names must be prefixed
99
with the parent directory: `mongoc/mongoc.h` and `bson/bson.h`.
1010

11+
libmongoc 1.30.2
12+
================
13+
14+
Fixes:
15+
16+
* Fix C23 build on Windows.
17+
18+
Thanks to everyone who contributed to the development of this release.
19+
20+
* Jeroen Ooms
21+
1122
libmongoc 1.30.1
1223
================
1324

src/libbson/NEWS

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,19 @@ Changes:
66
* `BSON_ERROR_BUFFER_SIZE` is reduced from `504` to `503` to reserve the final byte for internal use.
77
* The data layout of `bson_error_t` remains otherwise unchanged: the size is still 512 bytes and the offset of the `.code`, `.domain`, and `.message` data members remain unchanged.
88

9+
libbson 1.30.2
10+
==============
11+
12+
Fixes:
13+
14+
* Fix `bson_new_from_buffer` behavior on malformed input.
15+
* Fix allocation of large `bson_t`.
16+
17+
Thanks to everyone who contributed to the development of this release.
18+
19+
* Micah Scott
20+
* Kevin Albertson
21+
922
libbson 1.30.1
1023
==============
1124

0 commit comments

Comments
 (0)