changelog.html: Start on 1.3.2 changelog entry

This commit is contained in:
Erik de Castro Lopo 2016-01-08 21:33:26 +11:00
parent 93c3a3897e
commit 1a5ba624a2

View File

@ -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>