Skip to content

Commit d94ed7a

Browse files
committed
2.0.2 Release
Signed-off-by: Kevin Albertson <[email protected]>
1 parent 6ef9c7b commit d94ed7a

File tree

4 files changed

+25
-3
lines changed

4 files changed

+25
-3
lines changed

NEWS

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
libmongoc 2.0.2
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 2.0.1
218
===============
319

VERSION_CURRENT

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

src/libbson/NEWS

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

44
Fixes:
55

@@ -12,6 +12,12 @@ 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+
20+
1521
libbson 2.0.1
1622
=============
1723

0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)