From 216f00e8ddba6f2c64caf481a04f1ddd78b93e78 Mon Sep 17 00:00:00 2001 From: Fabian Greffrath Date: Tue, 14 Nov 2023 08:20:12 +0100 Subject: [PATCH] release FAAD2 2.11.1 --- ChangeLog | 9 +++++++++ properties.json | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 8f0139f..499e292 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +2.11.1 (2023-11-14): + [ Fabian Greffrath ] + * Build shared libraries and hide symbols by default. + * Install man page by default. + * Check for `lrintf()` availability, link with `-lm` and define `HAVE_LRINTF` accordingly. + * Set a default build type if none was specified. + * Build DLL name with SOVERSION by default on Windows. + * Fix inlined `lrintf()` function signatures. + 2.11.0 (2023-11-07): [ Eugène Filin ] * Fix incorrect variable initialization diff --git a/properties.json b/properties.json index fa018c6..9146d36 100644 --- a/properties.json +++ b/properties.json @@ -1,4 +1,4 @@ { "//": "This file contains properties used in build / release process", - "PACKAGE_VERSION": "2.11.0" + "PACKAGE_VERSION": "2.11.1" }