From 571da9f0565437d83de073660c0c78190beb7314 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Helleu?= Date: Fri, 31 May 2024 13:34:23 +0200 Subject: [PATCH] core: add note about old libgcrypt versions in release notes --- ReleaseNotes.adoc | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/ReleaseNotes.adoc b/ReleaseNotes.adoc index 58473708a..175cb0479 100644 --- a/ReleaseNotes.adoc +++ b/ReleaseNotes.adoc @@ -14,7 +14,13 @@ For a complete list of changes, please look at ChangeLog. [[v4.3.1]] == Version 4.3.1 (under dev) -No release notes. +[[v4.3.1_libgcrypt]] +=== Detection of libgcrypt + +The detection of libgcrypt has been fixed to properly detect libgcrypt >= 1.11. + +As a consequence, the detection of an old version of libgcrypt is failing if the +file `libgcrypt.pc` is not found. + +This affects old distributions like Debian Buster and Ubuntu Bionic. [[v4.3.0]] == Version 4.3.0 (2024-05-26)