Skip to content

Commit de2effe

Browse files
committed
update NEWS
1 parent 85b01fb commit de2effe

File tree

2 files changed

+57
-0
lines changed

2 files changed

+57
-0
lines changed

NEWS

Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,44 @@
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+
25+
mongo-c-driver 1.17.2
26+
=====================
27+
28+
It is my pleasure to announce the MongoDB C Driver 1.17.2.
29+
30+
Bug fixes:
31+
32+
* Stop the SRV polling thread when an SRV URI is used to connect to a deployment other than a sharded cluster.
33+
34+
Thanks to everyone who contributed to the development of this release.
35+
36+
* Roberto C. Sánchez
37+
* Kevin Albertson
38+
39+
-- Kevin Albertson
40+
41+
142
mongo-c-driver 1.17.1
243
=====================
344

src/libbson/NEWS

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
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+
9+
libbson 1.17.2
10+
==============
11+
12+
No changes since 1.17.1; release to keep pace with libmongoc's version.
13+
14+
-- Kevin Albertson
15+
16+
117
libbson 1.17.1
218
==============
319

0 commit comments

Comments
 (0)