summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorErik de Castro Lopo <erikd@mega-nerd.com>2016-12-06 20:04:18 +1100
committerErik de Castro Lopo <erikd@mega-nerd.com>2016-12-06 20:05:38 +1100
commit8594c5c4db683a1f1efb5a1ae509cf514741b996 (patch)
treec4d6e0e1220e4505d12fdf88ebb78607c35db445 /doc
parent582f111a83fea2b77be6839d3b9275012683710f (diff)
downloadflac-8594c5c4db683a1f1efb5a1ae509cf514741b996.tar.gz
doc/html/changelog.html: More updates for 1.3.2 release
Diffstat (limited to 'doc')
-rw-r--r--doc/html/changelog.html22
1 files changed, 15 insertions, 7 deletions
diff --git a/doc/html/changelog.html b/doc/html/changelog.html
index 19a665b9..ad97e86e 100644
--- a/doc/html/changelog.html
+++ b/doc/html/changelog.html
@@ -53,10 +53,9 @@
General:
<ul>
<li>Fix undefined behaviour using GCC/Clang UBSAN (erikd).</li>
+ <li>General hardening via fuzz testing with AFL (erikd and others).</li>
<li>General code improvements (lvqcl, erikd and others).</li>
<li>Add FLAC in MP4 specification docs (Ralph Giles).</li>
- <li>CPU detection cleanup and fixes (Julian Calaby, erikd and lvqcl).</li>
- <li>Fix two stream decoder bugs (Max Kellermann).</li>
<li>MSVS build cleanups (lvqcl).</li>
<li>Fix some cppcheck warnings (erikd).</li>
</ul>
@@ -104,13 +103,24 @@
<li>
documentation:
<ul>
- <li>Document new <a href="documentation_tools_flac.html#flac_options_apodization">apodization windows</a>.</li>
+ <li>(none)</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>
+ <li>CPU detection cleanup and fixes (Julian Calaby, erikd and lvqcl).</li>
+ <li>Fix two stream decoder bugs (Max Kellermann).</li>
+ <li>Fix a NULL dereference bug (on a malformed file).</li>
+ <li>Changed the LPC order guess for a slight compression improvement, particularly for classical music.</li>
+ <li>Improved encoding speed on older Intel CPUs.</li>
+ <li>Fixed a seeking bug when decoding certain files</li>
+ <li>Put an upper bound (32768) on the number of seek points.</li>
+ <li>Fix potential memory leaks.</li>
+ <li>Support 64bit brword/bwword allowing FLAC__BYTES_PER_WORD to be set to 8 (disabled by default).</li>
+ <li>Fix an out-of-bounds heap read.</li>
+ <li>Fix a seeking bug.</li>
+ <li>Win32: Only use large buffers when writing to disk.</li>
</ul>
</li>
<li>
@@ -119,9 +129,7 @@
<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>
+ <li>(none)</li>
</ul>
</li>
<li>