You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+3-2Lines changed: 3 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
3
3
This changelog is not exhaustive, review [the git commit log](https://github.com/xiph/flac/commits) for an exhaustive list of changes.
4
4
5
-
## git as of 18-12-2024
5
+
## FLAC 1.5.0 (11-Feb-2025)
6
6
7
7
As there have been additions to the libFLAC interfaces, the libFLAC version number is incremented to 14. The libFLAC++ version number is incremented to 11.
8
8
@@ -11,7 +11,7 @@ As there have been additions to the libFLAC interfaces, the libFLAC version numb
11
11
* The GFDL license file is updated to version 1.3
12
12
* The markdown tool documentation is now also converted to HTML, for bundling with systems that do not read manpages (e.g. Windows)
13
13
* Decoding of chained Ogg FLAC files is now possible (philippe44, Martijn van Beurden)
14
-
* Various fixes (Sam James, Miroslav Lichvar, Cristian Rodríguez, manxorist, kgroeneveld, Lee Carré, Jevin Sweval)
14
+
* Various fixes (Sam James, Miroslav Lichvar, Cristian Rodríguez, manxorist, kgroeneveld, Lee Carré, Jevin Sweval, braheezy, Wolfgang Stöggl)
15
15
* Is is now possible in libFLAC, libFLAC++ and metaflac to write to a new file when changing metadata, instead of needing to overwrite an existing file
16
16
* flac
17
17
* Testing mode (flac -t) now parses all metadata blocks and warns the user when ID3v1 metadata is detected
@@ -36,6 +36,7 @@ As there have been additions to the libFLAC interfaces, the libFLAC version numb
36
36
* Improve fuzzing of allocation failures
37
37
* Various other fuzzing improvements
38
38
* Documentation
39
+
* The FLAC format is now specified in RFC 9639
39
40
* The foreign metadata storage format used by the flac command line tool is now properly documented
0 commit comments