Skip to content

Commit f09af36

Browse files
committed
1.8.2 Release
Signed-off-by: A. Jesse Jiryu Davis <[email protected]>
1 parent 421c839 commit f09af36

File tree

3 files changed

+27
-2
lines changed

3 files changed

+27
-2
lines changed

NEWS

+25
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,28 @@
1+
mongo-c-driver 1.8.2
2+
====================
3+
4+
It is my pleasure to announce mongo-c-driver 1.8.2. This release fixes the
5+
following bugs:
6+
7+
* Remove option to bundle the Snappy compression library, it caused issues
8+
for programs linking to libmongoc
9+
* Fix pkg-config and CMake config file flags for programs that statically
10+
link to libmongoc when libmongoc is statically linked to zLib
11+
* The configure flag "--with-zlib=no" was ignored
12+
Crash in authentication when username is NULL
13+
14+
Thanks to everyone who contributed to the development of this release.
15+
16+
* A. Jesse Jiryu Davis
17+
* Derick Rethans
18+
* Hannes Magnusson
19+
* Jeremy Mikola
20+
21+
Peace,
22+
23+
A. Jesse Jiryu Davis
24+
25+
126
mongo-c-driver 1.8.1
227
====================
328

VERSION_CURRENT

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

VERSION_RELEASED

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.8.1
1+
1.8.2

0 commit comments

Comments
 (0)