Skip to content

Commit 252989c

Browse files
committed
1.30.5 Release
Signed-off-by: Kevin Albertson <[email protected]>
1 parent 017e630 commit 252989c

File tree

4 files changed

+24
-3
lines changed

4 files changed

+24
-3
lines changed

NEWS

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
libmongoc 1.30.5
2+
================
3+
4+
Fixes:
5+
6+
* Fix message of `bson_strerror_r` on Windows.
7+
* Fix memory leaks with Windows Secure Channel.
8+
* Fix loading PKCS#8 RSA keys with Windows Secure Channel.
9+
10+
Thanks to everyone who contributed to the development of this release.
11+
12+
* Kevin Albertson
13+
* Colby Pike
14+
15+
16+
117
libmongoc 1.30.4
218
================
319

VERSION_CURRENT

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.30.5-dev
1+
1.30.5

src/libbson/NEWS

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
Unreleased
2-
==========
1+
libbson 1.30.5
2+
==============
33

44
Fixes:
55

@@ -12,6 +12,11 @@ Fixes:
1212
object.
1313
* A document nesting limit is now enforced during validation.
1414

15+
Thanks to everyone who contributed to the development of this release.
16+
17+
* Kevin Albertson
18+
* Colby Pike
19+
1520

1621
libbson 1.30.4
1722
==============
0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)