Skip to content
This repository was archived by the owner on Oct 13, 2020. It is now read-only.

Commit d5b0533

Browse files
committed
1.3.1 Release
Signed-off-by: A. Jesse Jiryu Davis <jesse@mongodb.com>
1 parent 45d3544 commit d5b0533

File tree

3 files changed

+23
-2
lines changed

3 files changed

+23
-2
lines changed

NEWS

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,24 @@
1+
Libbson-1.3.1
2+
=============
3+
4+
It is my pleasure to announce Libbson-1.3.1. This is a bugfix release:
5+
6+
* bson_strnlen is off by one on Windows.
7+
* BSON_HAVE_STRNLEN config check used incorrectly.
8+
* Incompatibility with older CMake versions.
9+
* Wrong-sized allocation in bson_json_reader_new.
10+
11+
Thanks to everyone who contributed to the development of this release.
12+
13+
* A. Jesse Jiryu Davis
14+
* Alex Bishop
15+
* Jeroen Ooms
16+
17+
Peace,
18+
19+
A. Jesse Jiryu Davis
20+
21+
122
Libbson-1.3.0
223
=============
324

VERSION_CURRENT

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.3.1-dev
1+
1.3.1

VERSION_RELEASED

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.3.0
1+
1.3.1

0 commit comments

Comments
 (0)