Skip to content

update NEWS for 1.29.2 #1820

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Jan 8, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 21 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,3 +1,24 @@
libmongoc 1.29.2
================

Fixes:
* Rename `set_error` function to avoid symbol conflicts.
* Fix Windows ARM 64 build.
* Fix comparison of uninitialized bytes.
* Fix format specifier on macOS.

Notes:
* Windows ARM 64 is not-yet officially tested or supported. Support is community driven.

Thanks to everyone who contributed to the development of this release.

* Adrian Dole
* Christian Schmitz
* Antony Polukhin
* Kevin Albertson



libmongoc 1.29.1
================

Expand Down
4 changes: 2 additions & 2 deletions docs/dev/releasing.rst
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ process.

- [ ] Check Static Analysis
- [ ] Check that Tests Are Passing
- [ ] Create a new **mongo-c-driver** clone
- [ ] Check and Update the SBOM Lite
- [ ] Start Snyk Monitoring
- [ ] Address and Report Vulnerabilities
Expand All @@ -35,7 +36,6 @@ process.
- [ ] Do the Release:
- [ ] Start a Release Stopwatch (start time: HH:MM)
- [ ] Clone the Driver Tools
- [ ] Create a new **mongo-c-driver** clone
- [ ] If patch release: Check consistency with [the Jira release](https://jira.mongodb.org/projects/CDRIVER/versions/XXXXXX)
- [ ] Run the Release Script
- [ ] Fixup the `NEWS` Pages
Expand Down Expand Up @@ -96,7 +96,7 @@ Check that the `etc/purls.txt` file is up-to-date with the set of
updated, refer to `sbom-lite-updating`.

Create a New Clone of ``mongo-c-driver``
****************************************
########################################

To prevent publishing unwanted changes and to preserve local changes, create a
fresh clone of the C driver. We will clone into a new arbitrary directory which
Expand Down
9 changes: 8 additions & 1 deletion src/libbson/NEWS
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
libbson 1.29.2
==============

No changes since 1.29.1. Version incremented to match the libmongoc version.



libbson 1.29.1
==============

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

* Kevin Albertson
* Micah Scott
* Micah Scott @ MongoDB
* Ezra Chung
* Joshua Siegel

Expand Down