Skip to content

Commit a26570b

Browse files
committed
NEWS for 1.10.2 and 1.10.3, corrected
1 parent da6dfbe commit a26570b

File tree

2 files changed

+23
-6
lines changed

2 files changed

+23
-6
lines changed

NEWS

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,18 +6,14 @@ Next Release
66
* Update functions include a new "upsertedCount" field in the reply document.
77
* Functions incorrectly marked with the "const" compiler attribute are now
88
marked as "pure".
9-
* Fix a crash when parsing binary data from JSON if mongoc_init isn't called.
109

1110

1211
mongo-c-driver 1.10.3
1312
=====================
1413

15-
It is my pleasure to announce the MongoDB C Driver 1.10.3. This release fixes
16-
a crash when parsing binary data from JSON if mongoc_init isn't called.
14+
No change since 1.10.2; released to keep pace with libbson's version.
1715

18-
Peace,
19-
20-
A. Jesse Jiryu Davis
16+
-- A. Jesse Jiryu Davis
2117

2218

2319
mongo-c-driver 1.10.2

src/libbson/NEWS

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,27 @@ Next Release
44
* Functions incorrectly marked with the "const" compiler attribute now have
55
the attribute removed or changed to "pure"
66

7+
8+
libbson 1.10.3
9+
==============
10+
11+
It is my pleasure to announce libbson 1.10.3. This release fixes a crash when
12+
parsing binary data from JSON if using libbson as a standalone library, without
13+
calling mongoc_init.
14+
15+
Peace,
16+
17+
A. Jesse Jiryu Davis
18+
19+
20+
libbson 1.10.2
21+
==============
22+
23+
No change since 1.10.1; released to keep pace with libmongoc's version.
24+
25+
-- A. Jesse Jiryu Davis
26+
27+
728
libbson 1.10.1
829
==============
930

0 commit comments

Comments
 (0)