Skip to content

Commit

Permalink
1.26.2 Release
Browse files Browse the repository at this point in the history
Signed-off-by: Kevin Albertson <kevin.albertson@mongodb.com>
  • Loading branch information
kevinAlbs committed Apr 2, 2024
1 parent a665ff9 commit 586171d
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 3 deletions.
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
2 changes: 1 addition & 1 deletion VERSION_CURRENT
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.26.2-dev
1.26.2
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
Binary file modified src/libmongoc/doc/includes/libbson.inv
Binary file not shown.

0 comments on commit 586171d

Please sign in to comment.