From a5abf4e291205a6997cd42c9ab4d34e35cd45075 Mon Sep 17 00:00:00 2001 From: Jordan Smith Date: Mon, 4 Nov 2024 11:27:25 -0800 Subject: [PATCH 1/2] unsatisfiedlinkerror fix --- source/whats-new.txt | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/source/whats-new.txt b/source/whats-new.txt index b2c4ef9d0..e6020698f 100644 --- a/source/whats-new.txt +++ b/source/whats-new.txt @@ -19,6 +19,7 @@ What's New Learn what's new in: +* :ref:`Version 5.2.1 ` * :ref:`Version 5.2 ` * :ref:`Version 5.1.3 ` * :ref:`Version 5.1.2 ` @@ -28,6 +29,17 @@ Learn what's new in: * :ref:`Version 4.11 ` * :ref:`Version 4.10 ` +.. _java-version-5.2.1: + +What's New in 5.2.1 +------------------- + +The 5.1.2 driver patch release includes the following changes: + +- Fixes an issue that caused applications built with Quarkus to throw a + ``java.lang.UnsatisfiedLinkError`` when initializing ``libmongocrypt`` + bindings. + .. _java-version-5.2: What's New in 5.2 From ef3e95fd5689447eac2898085df447665c56482c Mon Sep 17 00:00:00 2001 From: Jordan Smith Date: Mon, 4 Nov 2024 11:38:25 -0800 Subject: [PATCH 2/2] fix patch number --- source/whats-new.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/whats-new.txt b/source/whats-new.txt index e6020698f..96251db7b 100644 --- a/source/whats-new.txt +++ b/source/whats-new.txt @@ -34,7 +34,7 @@ Learn what's new in: What's New in 5.2.1 ------------------- -The 5.1.2 driver patch release includes the following changes: +The 5.2.1 driver patch release includes the following changes: - Fixes an issue that caused applications built with Quarkus to throw a ``java.lang.UnsatisfiedLinkError`` when initializing ``libmongocrypt``