File tree 3 files changed +39
-10
lines changed 3 files changed +39
-10
lines changed Original file line number Diff line number Diff line change
1
+ mongo-c-driver 1.16.1
2
+ =====================
3
+
4
+ It is my pleasure to announce the MongoDB C Driver 1.16.1.
5
+
6
+ Bug fixes:
7
+
8
+ * Fix listed library dependency on mongoc_static target when building with libmongocrypt.
9
+ * Replace a call of free to bson_free.
10
+ * Vendor Sphinx basic theme and correctly list static files for docs.
11
+ * Fix a compilation warning introduced in 1.16.0.
12
+
13
+ Thanks to everyone who contributed to the development of this release.
14
+
15
+ * Kevin Albertson
16
+
17
+ Peace,
18
+
19
+ Kevin Albertson
20
+
21
+
1
22
mongo-c-driver 1.16.0
2
23
=====================
3
24
Original file line number Diff line number Diff line change
1
+ libbson 1.16.1
2
+ ==============
3
+
4
+ It is my pleasure to announce libbson 1.16.1.
5
+
6
+ Features:
7
+
8
+ * Add bson_isspace, a safer isspace alternative.
9
+
10
+ Thanks to everyone who contributed to the development of this release.
11
+
12
+ * Kevin Albertson
13
+
14
+ Peace,
15
+
16
+ Kevin Albertson
17
+
18
+
1
19
libbson 1.16.0
2
20
==============
3
21
@@ -37,16 +55,6 @@ No change since 1.14.1; released to keep pace with libmongoc's version.
37
55
38
56
-- Kevin Albertson
39
57
40
-
41
- Next Release
42
- ============
43
-
44
- Features:
45
- *
46
-
47
- Bug fixes:
48
- *
49
-
50
58
libbson 1.14.1
51
59
==============
52
60
You can’t perform that action at this time.
0 commit comments