diff --git a/doc/html/changelog.html b/doc/html/changelog.html
index 06c5d75a..e41613d8 100644
--- a/doc/html/changelog.html
+++ b/doc/html/changelog.html
@@ -53,7 +53,7 @@
- FLAC 1.2.2 (@@-@@@-2007)
+ FLAC 1.3.0 (XX-Mar-2013)
@@ -61,9 +61,11 @@
General:
+ - Move development to Xiph.org git repository.
- The --sector-align option of flac has been deprecated and may not exist in future versions. shntool provides similar functionality.
- Support for the RF64 and Wave64 formats in flac (see below).
- Better handling of cuesheets with non-CD-DA sample rates.
+ - The --ignore-chunk-sizes option has been added to the flac command line tool.
@@ -89,6 +91,7 @@
Improved error message when user attempts to decode a non-FLAC file (SF #2222789).
Fix bug where flac was disallowing use of --replay-gain when encoding from stdin (SF #1840124).
Fix bug with fractional seconds on some locales (SF #1815517, SF #1858012).
+ Read and write appropriate channel masks for 6.1 and 7.1 surround input WAV files. Documentation was also updated.
@@ -100,23 +103,26 @@
plugins:
- - (none)
+ - Minor updates for XMMS plugin.
+ - Winamp2 plugin was dropped because Nullsoft has provided native FLAC support since 2006.
build system:
- - Fixes for autotools (SF #1859664).
- - Fixes for MinGW (SF #2000973, SF #2209829).
- - Fixes for gcc 4.3 (SF #1834168, SF #2002481).
+ - Fixes for autotools (including SF #1859664).
+ - Fixes for MinGW (including SF #2000973, SF #2209829).
+ - Fixes for gcc (including SF #1834168, SF #2002481).
- Fixes for Sun Studio/Forte (SF #1701960).
- - Fixes for windows builds (SF #1676822, SF #1756624, SF #1809863, SF #1911149).
+ - Fixes for windows builds (including SF #1676822, SF #1756624, SF #1809863, SF #1911149).
+ - Fixes for FreeBSD and OpenBSD.
+ - Compile with GNU gcc _FORTIFY_SOURCE=2 and stack protection where those features are detected.
documentation:
@@ -139,7 +145,7 @@
libFLAC++:
- - (none)
+ - Add a number of convienience methods.
@@ -222,6 +228,8 @@
libFLAC: Fixed very rare seek bug (SF #1684049).
libFLAC: Fixed seek bug with Ogg FLAC and small streams (SF #1792172).
libFLAC: 64-bit fixes (SF #1790872).
+ libFLAC: Fix assembler code to be position independent.
+ libFLAC: Optimization of a number of inner loop functions.