Skip to content

Commit b391c27

Browse files
committed
1.3.5 Release
Signed-off-by: A. Jesse Jiryu Davis <[email protected]>
1 parent b8b35e8 commit b391c27

File tree

4 files changed

+22
-3
lines changed

4 files changed

+22
-3
lines changed

Diff for: NEWS

+19
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,22 @@
1+
mongo-c-driver 1.3.5
2+
====================
3+
4+
It is my pleasure to announce mongo-c-driver 1.3.5. This release fixes a crash
5+
in mongoc_cleanup when an allocator had been set with bson_mem_set_vtable, and
6+
introduces a configure option MONGOC_NO_AUTOMATIC_GLOBALS which prevents code
7+
built with GCC from automatically calling mongoc_init and mongoc_cleanup when
8+
your code does not.
9+
10+
Thanks to everyone who contributed to the development of this release.
11+
12+
* A. Jesse Jiryu Davis
13+
* Hannes Magnusson
14+
15+
Peace,
16+
17+
A. Jesse Jiryu Davis
18+
19+
120
mongo-c-driver 1.3.4
221
====================
322

Diff for: VERSION_CURRENT

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

Diff for: VERSION_RELEASED

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

Diff for: src/libbson

0 commit comments

Comments
 (0)