File tree Expand file tree Collapse file tree 3 files changed +31
-3
lines changed Expand file tree Collapse file tree 3 files changed +31
-3
lines changed Original file line number Diff line number Diff line change
1
+ libmongoc 1.29.2
2
+ ================
3
+
4
+ Fixes:
5
+ * Rename `set_error` function to avoid symbol conflicts.
6
+ * Fix Windows ARM 64 build.
7
+ * Fix comparison of uninitialized bytes.
8
+ * Fix format specifier on macOS.
9
+
10
+ Notes:
11
+ * Windows ARM 64 is not-yet officially tested or supported. Support is community driven.
12
+
13
+ Thanks to everyone who contributed to the development of this release.
14
+
15
+ * Adrian Dole
16
+ * Christian Schmitz
17
+ * Antony Polukhin
18
+ * Kevin Albertson
19
+
20
+
21
+
1
22
libmongoc 1.29.1
2
23
================
3
24
Original file line number Diff line number Diff line change @@ -27,6 +27,7 @@ process.
27
27
28
28
- [ ] Check Static Analysis
29
29
- [ ] Check that Tests Are Passing
30
+ - [ ] Create a new **mongo-c-driver** clone
30
31
- [ ] Check and Update the SBOM Lite
31
32
- [ ] Start Snyk Monitoring
32
33
- [ ] Address and Report Vulnerabilities
@@ -35,7 +36,6 @@ process.
35
36
- [ ] Do the Release:
36
37
- [ ] Start a Release Stopwatch (start time: HH:MM)
37
38
- [ ] Clone the Driver Tools
38
- - [ ] Create a new **mongo-c-driver** clone
39
39
- [ ] If patch release: Check consistency with [the Jira release](https://jira.mongodb.org/projects/CDRIVER/versions/XXXXXX)
40
40
- [ ] Run the Release Script
41
41
- [ ] Fixup the `NEWS` Pages
@@ -96,7 +96,7 @@ Check that the `etc/purls.txt` file is up-to-date with the set of
96
96
updated, refer to `sbom-lite-updating `.
97
97
98
98
Create a New Clone of ``mongo-c-driver ``
99
- ****************************************
99
+ ########################################
100
100
101
101
To prevent publishing unwanted changes and to preserve local changes, create a
102
102
fresh clone of the C driver. We will clone into a new arbitrary directory which
Original file line number Diff line number Diff line change
1
+ libbson 1.29.2
2
+ ==============
3
+
4
+ No changes since 1.29.1. Version incremented to match the libmongoc version.
5
+
6
+
7
+
1
8
libbson 1.29.1
2
9
==============
3
10
@@ -35,7 +42,7 @@ Improvements:
35
42
Thanks to everyone who contributed to the development of this release.
36
43
37
44
* Kevin Albertson
38
- * Micah Scott
45
+ * Micah Scott @ MongoDB
39
46
* Ezra Chung
40
47
* Joshua Siegel
41
48
You can’t perform that action at this time.
0 commit comments