summaryrefslogtreecommitdiff
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-13 20:42:11 -0800
commitdee83e0633da5984c5a3450564050132fe14e13d (patch)
tree8f7dd87fb9259476bac4b2be7fda5b78b04d905a
parentbbdb0b0d47d793cd4756c03a34d62db05ce24a15 (diff)
downloadflac-dee83e0633da5984c5a3450564050132fe14e13d.tar.gz
Add 1.3.4 to changelog
Signed-off-by: Ralph Giles <giles@thaumas.net>
-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>