Skip to content

Commit 216f00e

Browse files
release FAAD2 2.11.1
1 parent 11cdbac commit 216f00e

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

ChangeLog

+9
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
2.11.1 (2023-11-14):
2+
[ Fabian Greffrath ]
3+
* Build shared libraries and hide symbols by default.
4+
* Install man page by default.
5+
* Check for `lrintf()` availability, link with `-lm` and define `HAVE_LRINTF` accordingly.
6+
* Set a default build type if none was specified.
7+
* Build DLL name with SOVERSION by default on Windows.
8+
* Fix inlined `lrintf()` function signatures.
9+
110
2.11.0 (2023-11-07):
211
[ Eugène Filin ]
312
* Fix incorrect variable initialization

properties.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
22
"//": "This file contains properties used in build / release process",
3-
"PACKAGE_VERSION": "2.11.0"
3+
"PACKAGE_VERSION": "2.11.1"
44
}

0 commit comments

Comments
 (0)