summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorErik de Castro Lopo <erikd@mega-nerd.com>2019-07-13 18:29:43 +1000
committerErik de Castro Lopo <erikd@mega-nerd.com>2019-08-04 19:47:53 +1000
commitf764434a39e8a8715d5871bb263189e5a7298280 (patch)
tree08d165771a4c253dfe6110b62a110578ec0d3c83 /doc
parent83d829afc5a33f119489cea6ce6a60639b320e8c (diff)
downloadflac-f764434a39e8a8715d5871bb263189e5a7298280.tar.gz
Version 1.3.31.3.3
Diffstat (limited to 'doc')
-rw-r--r--doc/Doxyfile.in2
-rw-r--r--doc/html/changelog.html90
-rw-r--r--doc/html/documentation_bugs.html2
3 files changed, 92 insertions, 2 deletions
diff --git a/doc/Doxyfile.in b/doc/Doxyfile.in
index ba71f8f9..7469abf9 100644
--- a/doc/Doxyfile.in
+++ b/doc/Doxyfile.in
@@ -23,7 +23,7 @@ PROJECT_NAME = FLAC
# This could be handy for archiving the generated documentation or
# if some version control system is used.
-PROJECT_NUMBER = 1.3.2
+PROJECT_NUMBER = 1.3.3
# The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute)
# base path where the generated documentation will be put.
diff --git a/doc/html/changelog.html b/doc/html/changelog.html
index f796371f..c424cfa9 100644
--- a/doc/html/changelog.html
+++ b/doc/html/changelog.html
@@ -44,6 +44,96 @@
<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 />
+ <a name="flac_1.3.3"><b>FLAC 1.3.3</b> (4-Augs-2019)</a>
+
+ <br />
+
+ <ul>
+ <li>
+ General:
+ <ul>
+ <li>Fix CPU detection (Janne Hyvärinen).</li>
+ <li>Switch from unsigned types to uint32_t (erikd).</li>
+ <li>CppCheck fixes (erikd).</li>
+ <li>Improve SIMD decoding of 24 bit files (lvqcl).</li>
+ <li>POWER* amnd POWER9 improvements (Anton Blanchard).</li>
+ <li>More tests.</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>When converting to WAV, use WAVEFORMATEXTENSIBLE when bits per second is not 8 or 16 (erikd).</li>
+ <li>Fix --output-prefix with input-files in sub-directories (orbea).</li>
+ </ul>
+ </li>
+ <li>
+ metaflac:
+ <ul>
+ <li>(none)</li>
+ </ul>
+ </li>
+ <li>
+ plugins:
+ <ul>
+ <li>(none)</li>
+ </ul>
+ </li>
+ <li>
+ build system:
+ <ul>
+ <li>Cmake support (Vitaliy Kirsanov, evpobr).</li>
+ <li>Visual Studio updates (Janne Hyvärinen).</li>
+ <li>Fix for MSVC when UNICODE is enabled (lvqcl).</li>
+ <li>Fix for OpenBSD/i386 (Christian Weisgerber).</li>
+ </ul>
+ </li>
+
+ <li>
+ documentation:
+ <ul>
+ <li>(none)</li>
+ </ul>
+ </li>
+ <li>
+ libraries:
+ <ul>
+ <li>(none).</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_2"><b>FLAC 1.3.2</b> (01-Jan-2017)</a>
<br />
diff --git a/doc/html/documentation_bugs.html b/doc/html/documentation_bugs.html
index 93f27315..5c2e9d39 100644
--- a/doc/html/documentation_bugs.html
+++ b/doc/html/documentation_bugs.html
@@ -42,7 +42,7 @@
</div>
<div class="box_header"></div>
<div class="box_body">
- The following are major known bugs in the current (1.3.2) release:
+ The following are major known bugs in the current (1.3.3) release:
<ul>
<li>
When encoding to Ogg FLAC, the number of seek points is limited to 240.