Skip to content

Commit 3c279a3

Browse files
committed
1.3.4 Release
Signed-off-by: A. Jesse Jiryu Davis <[email protected]>
1 parent 43fa582 commit 3c279a3

File tree

4 files changed

+22
-3
lines changed

4 files changed

+22
-3
lines changed

NEWS

+19
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,22 @@
1+
mongo-c-driver 1.3.4
2+
====================
3+
4+
It is my pleasure to announce the MongoDB C Driver 1.3.4. This release fixes a
5+
security vulnerability: when a mongoc_client_t uses SSL and is disconnected, it
6+
failed to re-verify the server certificate after reconnecting. This flaw affects
7+
single clients, not pooled ones.
8+
9+
Thanks to everyone who contributed to the development of this release.
10+
11+
* A. Jesse Jiryu Davis
12+
* Hannes Magnusson
13+
* Remi Collet
14+
15+
Peace,
16+
17+
A. Jesse Jiryu Davis
18+
19+
120
mongo-c-driver 1.3.3
221
====================
322

VERSION_CURRENT

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.3.4-dev
1+
1.3.4

VERSION_RELEASED

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.3.3
1+
1.3.4

0 commit comments

Comments
 (0)