Skip to content

Commit 8ee75b1

Browse files
committed
1.17.3 Release
Signed-off-by: Kevin Albertson <[email protected]>
1 parent 89fe2c2 commit 8ee75b1

File tree

3 files changed

+32
-0
lines changed

3 files changed

+32
-0
lines changed

NEWS

+24
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,27 @@
1+
mongo-c-driver 1.17.3
2+
=====================
3+
4+
It is my pleasure to announce the MongoDB C Driver 1.17.3.
5+
6+
Bug fixes:
7+
8+
* Do not send session ID on GSSAPI auth commands.
9+
* Fix build against zlib when zlib is installed in non-standard location.
10+
* Fix build when source directory path contains a space.
11+
* Fix a platform-specific bug causing mongoc_client_pool_pop to block indefinitely if all clients are checked out.
12+
* Fix a possible buffer overflow with hostnames resolving to IPv6 addresses on OpenSSL.
13+
14+
15+
Thanks to everyone who contributed to the development of this release.
16+
17+
* Roberto C. Sánchez
18+
* Kevin Albertson
19+
* Andrew Witten
20+
* gonzalo
21+
22+
-- Kevin Albertson
23+
24+
125
mongo-c-driver 1.17.2
226
=====================
327

src/libbson/NEWS

+8
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
libbson 1.17.3
2+
==============
3+
4+
No changes since 1.17.2; release to keep pace with libmongoc's version.
5+
6+
-- Kevin Albertson
7+
8+
19
libbson 1.17.2
210
==============
311

src/libmongoc/doc/libbson-objects.inv

0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)