Skip to content

Commit

Permalink
release FAAD2 2.11.1
Browse files Browse the repository at this point in the history
  • Loading branch information
fabiangreffrath committed Nov 14, 2023
1 parent 11cdbac commit 216f00e
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions 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
Expand Down
2 changes: 1 addition & 1 deletion 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"
}

0 comments on commit 216f00e

Please sign in to comment.