We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0ddbd4d commit 788cff4Copy full SHA for 788cff4
NEWS
@@ -1,5 +1,5 @@
1
-libmongoc 1.26.2 (unreleased)
2
-=============================
+libmongoc 1.26.2
+================
3
4
Cyrus SASL:
5
@@ -8,6 +8,11 @@ Cyrus SASL:
8
Fixes:
9
10
* Fix possible hang if `mongoc_gridfs_file_readv` is called with a corrupt chunk with incomplete data.
11
+ * Fix assert with legacy exhaust cursor protocol when connected to server < 4.2.
12
+
13
+Thanks to everyone who contributed to the development of this release.
14
15
+ * Kevin Albertson
16
17
libmongoc 1.26.1
18
================
src/libbson/NEWS
@@ -1,3 +1,14 @@
+libbson 1.26.2
+==============
+Fixes:
6
+ * Fix iteration in `bson_strfreev`.
7
+ * Ezra Chung
libbson 1.26.1
==============
0 commit comments