summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorMartijn van Beurden <mvanb1@gmail.com>2022-02-09 20:14:13 +0100
committerRalph Giles <giles@thaumas.net>2022-02-20 20:54:17 -0800
commitc86def849b482e1febec1a7571158c04912c5973 (patch)
treed4d1c1092694607959f83722a7e8d98ca8d6e256 /doc
parente548ea38d4430e218bbef935de6a4f1fca184882 (diff)
downloadflac-c86def849b482e1febec1a7571158c04912c5973.tar.gz
Add 1.3.4 to changelog
Signed-off-by: Ralph Giles <giles@thaumas.net>
Diffstat (limited to 'doc')
-rw-r--r--doc/html/changelog.html89
1 files changed, 87 insertions, 2 deletions
diff --git a/doc/html/changelog.html b/doc/html/changelog.html
index fc0dc4d7..66d27bdc 100644
--- a/doc/html/changelog.html
+++ b/doc/html/changelog.html
@@ -8,7 +8,7 @@
<!-- A copy of the license can be found at http://www.gnu.org/copyleft/fdl.html -->
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
- <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
+ <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<meta name="author" content="Josh Coalson" />
<meta name="description" content="A free, open source codec for lossless audio compression and decompression" />
<meta name="keywords" content="free,lossless,audio,codec,encoder,decoder,compression,compressor,archival,archive,archiving,backup,music" />
@@ -42,7 +42,92 @@
</div>
<div class="box_header"></div>
<div class="box_body">
- This is an informal changelog, a summary of changes in each release. (See also <a href="documentation_bugs.html">known bugs</a>.) Particularly important for developers is the precise description of changes to the library interfaces. See also the <a href="api/group__porting.html">porting guide</a> for specific instructions on porting to newer versions of FLAC.<br />
+ This is an informal changelog, a summary of changes in each release. (See also <a href="documentation_bugs.html">known bugs</a>.) Particularly important for developers is the precise description of changes to the library interfaces.<br />
+
+<a name="flac_1.3.4"><b>FLAC 1.3.4</b> ( - -2022)</a>
+
+ <p>This release mostly fixes (security related) bugs. When building with MSVC, using CMake is preferred, see the README under "Building with CMake" for more information. Building with MSVC using solution files is deprecated and these files will be removed in the future.</p>
+
+ <ul>
+ <li>
+ General:
+ <ul>
+ <li>Fix 12 decoder bugs found by oss-fuzz, including CVE-2020-0499 (erikd, Martijn van Beurden)</li>
+ <li>Fix encoder bug CVE-2021-0561 (NeelkamalSemwal)</li>
+ <li>Integrate oss-fuzzers (erikd, Guido Vranken)</li>
+ <li>Seeking fixes (NeelkamalSemwal, Robert Kausch)</li>
+ <li>Various fixes and improvements (Andrei Astafev, Rosen Penev, Håkan Kvist, oreo639, erikd, Tamás Zahola, Ulrik Mikaelsson, Tyler Dunn, tmkk)</li>
+ </ul>
+ </li>
+ <li>
+ FLAC format:
+ <ul>
+ <li>(none)</li>
+ </ul>
+ </li>
+ <li>
+ Ogg FLAC format:
+ <ul>
+ <li>(none)</li>
+ </ul>
+ </li>
+ <li>
+ flac:
+ <ul>
+ <li>Various fixes and improvements (Andrei Astafev, Martijn van Beurden)</li></li>
+ </ul>
+ </li>
+ <li>
+ metaflac:
+ <ul>
+ <li>(none)</li>
+ </ul>
+ </li>
+ <li>
+ build system:
+ <ul>
+ <li>CMake improvements (evpobr, Vitaliy Kirsanov, erikd, Ozkan Sezer, Tyler Dunn, tg-m DeadSix27, ericLemanissier, Chocobo1).</li>
+ <li>Fixes for MinGW and MSVC (Ozkan Sezer).</li>
+ <li>Fix for clang (Ozkan Sezer)</li>
+ <li>Fix for PowerPC (Peter Seiderer, Thomas BERNARD)</li>
+ <li>Fix for FreeBSD PowerPC (pkubaj).</li>
+ </ul>
+ </li>
+ <li>
+ testing/validation:
+ <ul>
+ <li>Add Windows target to CI, improve logging (Ralph Giles)</li>
+ <li>CI improvements (Ralph Giles, Ewout ter Hoeven)</li>
+
+ </ul>
+ </li>
+ <li>
+ documentation:
+ <ul>
+ <li>Doxygen fixes (Tyler Dunn)</li>
+ <li>Fix typos (Tim Gates, maxz)</li>
+ </ul>
+ </li>
+ <li>
+ Interface changes:
+ <ul>
+ <li>
+ libFLAC:
+ <ul>
+ <li>(none)</li>
+ </ul>
+ </li>
+ <li>
+ libFLAC++:
+ <ul>
+ <li>(none)</li>
+ </ul>
+ </li>
+ </ul>
+ </li>
+ </ul>
+
+ <br />
<a name="flac_1.3.3"><b>FLAC 1.3.3</b> (4-Augs-2019)</a>