Skip to content

Commit 66d9c5f

Browse files
authored
update NEWS for 1.29.2 (#1820)
* fix heading of step in release documentation Prevent "Create a New Clone [...]" from being listed as a sub-step. * fix ordering of step in checklist
1 parent a0ce8e9 commit 66d9c5f

File tree

3 files changed

+31
-3
lines changed

3 files changed

+31
-3
lines changed

NEWS

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,24 @@
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+
122
libmongoc 1.29.1
223
================
324

docs/dev/releasing.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ process.
2727
2828
- [ ] Check Static Analysis
2929
- [ ] Check that Tests Are Passing
30+
- [ ] Create a new **mongo-c-driver** clone
3031
- [ ] Check and Update the SBOM Lite
3132
- [ ] Start Snyk Monitoring
3233
- [ ] Address and Report Vulnerabilities
@@ -35,7 +36,6 @@ process.
3536
- [ ] Do the Release:
3637
- [ ] Start a Release Stopwatch (start time: HH:MM)
3738
- [ ] Clone the Driver Tools
38-
- [ ] Create a new **mongo-c-driver** clone
3939
- [ ] If patch release: Check consistency with [the Jira release](https://jira.mongodb.org/projects/CDRIVER/versions/XXXXXX)
4040
- [ ] Run the Release Script
4141
- [ ] Fixup the `NEWS` Pages
@@ -96,7 +96,7 @@ Check that the `etc/purls.txt` file is up-to-date with the set of
9696
updated, refer to `sbom-lite-updating`.
9797

9898
Create a New Clone of ``mongo-c-driver``
99-
****************************************
99+
########################################
100100

101101
To prevent publishing unwanted changes and to preserve local changes, create a
102102
fresh clone of the C driver. We will clone into a new arbitrary directory which

src/libbson/NEWS

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
libbson 1.29.2
2+
==============
3+
4+
No changes since 1.29.1. Version incremented to match the libmongoc version.
5+
6+
7+
18
libbson 1.29.1
29
==============
310

@@ -35,7 +42,7 @@ Improvements:
3542
Thanks to everyone who contributed to the development of this release.
3643

3744
* Kevin Albertson
38-
* Micah Scott
45+
* Micah Scott @ MongoDB
3946
* Ezra Chung
4047
* Joshua Siegel
4148

0 commit comments

Comments
 (0)