From dee83e0633da5984c5a3450564050132fe14e13d Mon Sep 17 00:00:00 2001 From: Martijn van Beurden Date: Wed, 9 Feb 2022 20:14:13 +0100 Subject: Add 1.3.4 to changelog Signed-off-by: Ralph Giles --- doc/html/changelog.html | 89 +++++++++++++++++++++++++++++++++++++++++++++++-- 1 file 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 @@ - + @@ -42,7 +42,92 @@
- This is an informal changelog, a summary of changes in each release. (See also known bugs.) Particularly important for developers is the precise description of changes to the library interfaces. See also the porting guide for specific instructions on porting to newer versions of FLAC.
+ This is an informal changelog, a summary of changes in each release. (See also known bugs.) Particularly important for developers is the precise description of changes to the library interfaces.
+ +FLAC 1.3.4 ( - -2022) + +

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.

+ +
    +
  • + General: +
      +
    • Fix 12 decoder bugs found by oss-fuzz, including CVE-2020-0499 (erikd, Martijn van Beurden)
    • +
    • Fix encoder bug CVE-2021-0561 (NeelkamalSemwal)
    • +
    • Integrate oss-fuzzers (erikd, Guido Vranken)
    • +
    • Seeking fixes (NeelkamalSemwal, Robert Kausch)
    • +
    • Various fixes and improvements (Andrei Astafev, Rosen Penev, Håkan Kvist, oreo639, erikd, Tamás Zahola, Ulrik Mikaelsson, Tyler Dunn, tmkk)
    • +
    +
  • +
  • + FLAC format: +
      +
    • (none)
    • +
    +
  • +
  • + Ogg FLAC format: +
      +
    • (none)
    • +
    +
  • +
  • + flac: +
      +
    • Various fixes and improvements (Andrei Astafev, Martijn van Beurden)
    • +
    +
  • +
  • + metaflac: +
      +
    • (none)
    • +
    +
  • +
  • + build system: +
      +
    • CMake improvements (evpobr, Vitaliy Kirsanov, erikd, Ozkan Sezer, Tyler Dunn, tg-m DeadSix27, ericLemanissier, Chocobo1).
    • +
    • Fixes for MinGW and MSVC (Ozkan Sezer).
    • +
    • Fix for clang (Ozkan Sezer)
    • +
    • Fix for PowerPC (Peter Seiderer, Thomas BERNARD)
    • +
    • Fix for FreeBSD PowerPC (pkubaj).
    • +
    +
  • +
  • + testing/validation: +
      +
    • Add Windows target to CI, improve logging (Ralph Giles)
    • +
    • CI improvements (Ralph Giles, Ewout ter Hoeven)
    • + +
    +
  • +
  • + documentation: +
      +
    • Doxygen fixes (Tyler Dunn)
    • +
    • Fix typos (Tim Gates, maxz)
    • +
    +
  • +
  • + Interface changes: +
      +
    • + libFLAC: +
        +
      • (none)
      • +
      +
    • +
    • + libFLAC++: +
        +
      • (none)
      • +
      +
    • +
    +
  • +
+ +
FLAC 1.3.3 (4-Augs-2019) -- cgit v1.2.1