Skip to content

Commit 34be381

Browse files
committed
1.5.1 Release
Signed-off-by: A. Jesse Jiryu Davis <[email protected]>
1 parent 6e2474c commit 34be381

File tree

3 files changed

+26
-2
lines changed

3 files changed

+26
-2
lines changed

NEWS

+24
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,27 @@
1+
mongo-c-driver 1.5.1
2+
====================
3+
4+
It is my pleasure to announce mongo-c-driver 1.5.1. This is a bugfix release:
5+
6+
* Fix SEGFAULT with performance counters on NUMA (thanks to Jonathan Wang).
7+
* Prevent rare assertion error in mongoc_cluster_stream_for_server.
8+
* Improve error messages from auth failure.
9+
* Escape quotes when appending CFLAGS to handshake metadata.
10+
* Fix OpenSSL header lookups in non-default paths.
11+
* Fix build failure with LibreSSL.
12+
13+
Thanks to everyone who contributed to the development of this release.
14+
15+
* A. Jesse Jiryu Davis
16+
* Hannes Magnusson
17+
* Jeroen Ooms
18+
* Jonathan Wang
19+
20+
Peace,
21+
22+
A. Jesse Jiryu Davis
23+
24+
125
mongo-c-driver 1.5.0
226
====================
327

VERSION_CURRENT

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

VERSION_RELEASED

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.5.0
1+
1.5.1

0 commit comments

Comments
 (0)