File tree Expand file tree Collapse file tree 2 files changed +38
-0
lines changed Expand file tree Collapse file tree 2 files changed +38
-0
lines changed Original file line number Diff line number Diff line change @@ -25,10 +25,28 @@ Bug fixes:
25
25
mongo-c-driver 1.13.1
26
26
=====================
27
27
28
+ It is my pleasure to announce the MongoDB C Driver 1.13.1.
29
+
28
30
Bug fixes:
29
31
32
+ * mongoc_collection_update_many and mongoc_collection_delete_many would fail
33
+ with the URI option retryWrites=true.
34
+ * Remove timestamp from uninstall scripts to permit reproducible build.
30
35
* Add missing header files to the release tarball to fix compilation when
31
36
configuring with ENABLE_SASL=GSSAPI.
37
+ * Separate libmongoc and libbson uninstall scripts so they do not overwrite
38
+ each other.
39
+ * Fix running make install with DESTDIR.
40
+
41
+ Thanks to everyone who contributed to the development of this release.
42
+
43
+ * Kevin Albertson
44
+ * A. Jesse Jiryu Davis
45
+ * Henrik Edin
46
+
47
+ Peace,
48
+
49
+ Kevin Albertson
32
50
33
51
34
52
mongo-c-driver 1.13.0
Original file line number Diff line number Diff line change @@ -10,6 +10,26 @@ Bug fixes:
10
10
*
11
11
12
12
13
+ libbson 1.13.1
14
+ ==============
15
+
16
+ It is my pleasure to announce libbson 1.13.1.
17
+
18
+ Bug fixes:
19
+
20
+ * Separate libmongoc and libbson uninstall scripts so they do not overwrite
21
+ each other.
22
+
23
+ Thanks to everyone who contributed to the development of this release.
24
+
25
+ * Kevin Albertson
26
+ * Henrik Edin
27
+
28
+ Peace,
29
+
30
+ Kevin Albertson
31
+
32
+
13
33
libbson 1.13.0
14
34
==============
15
35
You can’t perform that action at this time.
0 commit comments