File tree Expand file tree Collapse file tree 2 files changed +23
-6
lines changed Expand file tree Collapse file tree 2 files changed +23
-6
lines changed Original file line number Diff line number Diff line change @@ -6,18 +6,14 @@ Next Release
6
6
* Update functions include a new "upsertedCount" field in the reply document.
7
7
* Functions incorrectly marked with the "const" compiler attribute are now
8
8
marked as "pure".
9
- * Fix a crash when parsing binary data from JSON if mongoc_init isn't called.
10
9
11
10
12
11
mongo-c-driver 1.10.3
13
12
=====================
14
13
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.
17
15
18
- Peace,
19
-
20
- A. Jesse Jiryu Davis
16
+ -- A. Jesse Jiryu Davis
21
17
22
18
23
19
mongo-c-driver 1.10.2
Original file line number Diff line number Diff line change @@ -4,6 +4,27 @@ Next Release
4
4
* Functions incorrectly marked with the "const" compiler attribute now have
5
5
the attribute removed or changed to "pure"
6
6
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
+
7
28
libbson 1.10.1
8
29
==============
9
30
You can’t perform that action at this time.
0 commit comments