From 32cf9f23dcd23c465a1c391491d570e10be11a58 Mon Sep 17 00:00:00 2001 From: Ezra Chung Date: Tue, 6 Jun 2023 13:26:26 -0500 Subject: [PATCH 1/2] Update NEWS for 1.23.5 --- NEWS | 31 +++++++++++++++---------------- src/libbson/NEWS | 22 ++++------------------ 2 files changed, 19 insertions(+), 34 deletions(-) diff --git a/NEWS b/NEWS index 09e4d50d1d4..a0ade54cad7 100644 --- a/NEWS +++ b/NEWS @@ -1,7 +1,17 @@ -libmongoc 1.24.0 (Unreleased) -============================= +libmongoc 1.23.5 +================ + +Fixes: + + * Fix potential crash due to insufficient memory when allocating performance counters. + * Fix compilation error on Android platforms due to missing `aligned_alloc`. + * Return an error if `RewrapManyDataKey` is invoked without a `provider` when a `masterKey` is given. + +Thanks to everyone who contributed to the development of this release. + + * Kevin Albertson + * Romain Geissler @ Amadeus - * Support for macOS 10.14 will be dropped in an upcoming release. libmongoc 1.23.4 @@ -18,6 +28,7 @@ Thanks to everyone who contributed to the development of this release. * Kyle Kloberdanz + libmongoc 1.23.3 ================ @@ -47,18 +58,6 @@ Thanks to everyone who contributed to the development of this release. * Kyle Kloberdanz -libmongoc 1.22.2 -================ - - * Fix connectivity to Atlas Data Lake - * Additional bugfixes from libbson 1.22.2 - -Thanks to everyone who contributed to the development of this release. - - * Andreas Braun - * Kevin Albertson - * Roberto C. Sánchez - libmongoc 1.23.1 ================ @@ -3186,7 +3185,7 @@ mongo-c-driver 0.96.0 It's that time again, time for another mongo-c-driver release! This release includes much new documentation, which can be found at -https://www.mongodb.com/docs/ecosystem/drivers/c/. +http://docs.mongodb.org/ecosystem/drivers/c/. Additionally, this release improves support for various exotic systems. Solaris 10 is supported much better on SPARC and x86_64 based systems. diff --git a/src/libbson/NEWS b/src/libbson/NEWS index c723941a13b..28667c02abc 100644 --- a/src/libbson/NEWS +++ b/src/libbson/NEWS @@ -1,7 +1,8 @@ -libbson 1.24.0 (Unreleased) -=========================== +libbson 1.23.5 +============== + +No changes since 1.23.3. Version incremented to match the libmongoc version. - * Support for macOS 10.14 will be dropped in an upcoming release. libbson 1.23.4 @@ -30,21 +31,6 @@ No changes since 1.23.1. Version incremented to match the libmongoc version. -- Kevin Albertson - -libbson 1.22.2 -============== - -Bug fixes: - -- Fix link errors related to atomic operations on RISC-V -- Fix compile-time errors due to type conflicts on some platforms. - -Thanks to everyone who contributed to the development of this release. - - * Ezra Chung - * Roberto C. Sánchez - - libbson 1.23.1 ============== From 117710b9f9212f2990b2efe847db0d4d4336e68d Mon Sep 17 00:00:00 2001 From: Ezra Chung Date: Tue, 6 Jun 2023 14:12:24 -0500 Subject: [PATCH 2/2] Revert removal of existing release notes --- NEWS | 20 +++++++++++++++++++- src/libbson/NEWS | 20 ++++++++++++++++++++ 2 files changed, 39 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index a0ade54cad7..0c4da1cec46 100644 --- a/NEWS +++ b/NEWS @@ -14,6 +14,12 @@ Thanks to everyone who contributed to the development of this release. +libmongoc 1.24.0 (Unreleased) +============================= + + * Support for macOS 10.14 will be dropped in an upcoming release. + + libmongoc 1.23.4 ================ @@ -58,6 +64,18 @@ Thanks to everyone who contributed to the development of this release. * Kyle Kloberdanz +libmongoc 1.22.2 +================ + + * Fix connectivity to Atlas Data Lake + * Additional bugfixes from libbson 1.22.2 + +Thanks to everyone who contributed to the development of this release. + + * Andreas Braun + * Kevin Albertson + * Roberto C. Sánchez + libmongoc 1.23.1 ================ @@ -3185,7 +3203,7 @@ mongo-c-driver 0.96.0 It's that time again, time for another mongo-c-driver release! This release includes much new documentation, which can be found at -http://docs.mongodb.org/ecosystem/drivers/c/. +https://www.mongodb.com/docs/ecosystem/drivers/c/. Additionally, this release improves support for various exotic systems. Solaris 10 is supported much better on SPARC and x86_64 based systems. diff --git a/src/libbson/NEWS b/src/libbson/NEWS index 28667c02abc..36f0939a1f1 100644 --- a/src/libbson/NEWS +++ b/src/libbson/NEWS @@ -4,6 +4,11 @@ libbson 1.23.5 No changes since 1.23.3. Version incremented to match the libmongoc version. +libbson 1.24.0 (Unreleased) +=========================== + + * Support for macOS 10.14 will be dropped in an upcoming release. + libbson 1.23.4 ============== @@ -31,6 +36,21 @@ No changes since 1.23.1. Version incremented to match the libmongoc version. -- Kevin Albertson + +libbson 1.22.2 +============== + +Bug fixes: + +- Fix link errors related to atomic operations on RISC-V +- Fix compile-time errors due to type conflicts on some platforms. + +Thanks to everyone who contributed to the development of this release. + + * Ezra Chung + * Roberto C. Sánchez + + libbson 1.23.1 ==============