diff --git a/NEWS b/NEWS index f6af2576c3..7b10743b4a 100644 --- a/NEWS +++ b/NEWS @@ -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 ================ diff --git a/VERSION_CURRENT b/VERSION_CURRENT index cfd5d279ac..412114252f 100644 --- a/VERSION_CURRENT +++ b/VERSION_CURRENT @@ -1 +1 @@ -1.29.2-dev +1.29.2 diff --git a/src/libbson/NEWS b/src/libbson/NEWS index 6097ac9019..662600906e 100644 --- a/src/libbson/NEWS +++ b/src/libbson/NEWS @@ -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 ============== diff --git a/src/libmongoc/doc/includes/libbson.inv b/src/libmongoc/doc/includes/libbson.inv index 39f4ec650e..3fc5e4b96c 100644 Binary files a/src/libmongoc/doc/includes/libbson.inv and b/src/libmongoc/doc/includes/libbson.inv differ