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:
  • @@ -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:
  • build system:
  • documentation:
  • @@ -139,7 +145,7 @@
  • libFLAC++:
  • @@ -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.