Skip to content

update NEWS for 1.26.2 #1567

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 1 commit into from
Apr 2, 2024
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
9 changes: 7 additions & 2 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
libmongoc 1.26.2 (unreleased)
=============================
libmongoc 1.26.2
================

Cyrus SASL:

Expand All @@ -8,6 +8,11 @@ Cyrus SASL:
Fixes:

* Fix possible hang if `mongoc_gridfs_file_readv` is called with a corrupt chunk with incomplete data.
* Fix assert with legacy exhaust cursor protocol when connected to server < 4.2.

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

* Kevin Albertson

libmongoc 1.26.1
================
Expand Down
11 changes: 11 additions & 0 deletions src/libbson/NEWS
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
libbson 1.26.2
==============

Fixes:

* Fix iteration in `bson_strfreev`.

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

* Ezra Chung

libbson 1.26.1
==============

Expand Down