Skip to content

Commit

Permalink
1.16.1 Release
Browse files Browse the repository at this point in the history
Signed-off-by: Kevin Albertson <[email protected]>
  • Loading branch information
kevinAlbs committed Feb 4, 2020
1 parent 5ce6387 commit 99d4228
Show file tree
Hide file tree
Showing 3 changed files with 39 additions and 10 deletions.
21 changes: 21 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,3 +1,24 @@
mongo-c-driver 1.16.1
=====================

It is my pleasure to announce the MongoDB C Driver 1.16.1.

Bug fixes:

* Fix listed library dependency on mongoc_static target when building with libmongocrypt.
* Replace a call of free to bson_free.
* Vendor Sphinx basic theme and correctly list static files for docs.
* Fix a compilation warning introduced in 1.16.0.

Thanks to everyone who contributed to the development of this release.

* Kevin Albertson

Peace,

Kevin Albertson


mongo-c-driver 1.16.0
=====================

Expand Down
28 changes: 18 additions & 10 deletions src/libbson/NEWS
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
libbson 1.16.1
==============

It is my pleasure to announce libbson 1.16.1.

Features:

* Add bson_isspace, a safer isspace alternative.

Thanks to everyone who contributed to the development of this release.

* Kevin Albertson

Peace,

Kevin Albertson


libbson 1.16.0
==============

Expand Down Expand Up @@ -37,16 +55,6 @@ No change since 1.14.1; released to keep pace with libmongoc's version.

-- Kevin Albertson


Next Release
============

Features:
*

Bug fixes:
*

libbson 1.14.1
==============

Expand Down
Binary file modified src/libmongoc/doc/libbson-objects.inv
Binary file not shown.

0 comments on commit 99d4228

Please sign in to comment.