summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorErik de Castro Lopo <erikd@mega-nerd.com>2016-01-08 21:33:26 +1100
committerErik de Castro Lopo <erikd@mega-nerd.com>2016-01-08 21:39:02 +1100
commit1a5ba624a2208765c1fa24ce56704b4538e0f235 (patch)
treeb86ff5de3d10bc5e0214840422300dadb3c5e7c4 /doc
parent93c3a3897e287760092553fdd4ec6674a5537e8c (diff)
downloadflac-1a5ba624a2208765c1fa24ce56704b4538e0f235.tar.gz
changelog.html: Start on 1.3.2 changelog entry
Diffstat (limited to 'doc')
-rw-r--r--doc/html/changelog.html85
1 files changed, 85 insertions, 0 deletions
diff --git a/doc/html/changelog.html b/doc/html/changelog.html
index d993e5cc..e587fc35 100644
--- a/doc/html/changelog.html
+++ b/doc/html/changelog.html
@@ -44,6 +44,91 @@
<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>.) Particulary 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 />
+ <a name="flac_1_3_2"><b>FLAC 1.3.2</b> (??-Jan-2016)</a>
+
+ <br />
+
+ <ul>
+ <li>
+ General:
+ <ul>
+ <li>Fix undefined behaviour using GCC/Clang UBSAN (erikd).</li>
+ <li>General code improvements (lvqcl, erikd and others).</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>Fix potential infinite loop on flac-to-flac conversion (erikd).</li>
+ <li>Add WAVEFORMATEXTENSIBLE to WAV (as needed) when decoding (lvqcl).</li>
+ <li>Only write vorbis-comments if they are non-empty.</li>
+ <li>Error out if decoding RAW with bits != (8|16|24).</li>
+ </ul>
+ </li>
+ <li>
+ metaflac:
+ <ul>
+ <li>Add --scan-replay-gain option.</li>
+ </ul>
+ </li>
+ <li>
+ plugins:
+ <ul>
+ <li>(none)</li>
+ </ul>
+ </li>
+ <li>
+ build system:
+ <ul>
+ <li>Fixes for MSVC and Makefile.lite build systems.</li>
+ </ul>
+ </li>
+
+ <li>
+ documentation:
+ <ul>
+ <li>Document new <a href="documentation_tools_flac.html#flac_options_apodization">apodization windows</a>.</li>
+ </ul>
+ </li>
+ <li>
+ libraries:
+ <ul>
+ <li>Fix CVE-2014-9028 (heap write overflow) and CVE-2014-8962 (heap read overflow) (Erik de Castro Lopo).</li>
+ </ul>
+ </li>
+ <li>
+ Interface changes:
+ <ul>
+ <li>
+ libFLAC:
+ <ul>
+ <li>Win32: Only use large buffers when writing to disk.</li>
+ <li>Fix an out-of-bounds heap read.</li>
+ <li>Fix a seeking bug.</li>
+ </ul>
+ </li>
+ <li>
+ libFLAC++:
+ <ul>
+ <li>(none)</li>
+ </ul>
+ </li>
+ </ul>
+ </li>
+ </ul>
+
<br />
<a name="flac_1_3_1"><b>FLAC 1.3.1</b> (25-Nov-2014)</a>