From d02559547d16087f8cb2e1f07911594f7a98e128 Mon Sep 17 00:00:00 2001 From: Josh Coalson Date: Sat, 7 Jul 2007 06:08:42 +0000 Subject: [PATCH] bump version number to 1.2.0; flesh out changelog --- doc/html/changelog.html | 16 +++++++--------- 1 file changed, 7 insertions(+), 9 deletions(-) diff --git a/doc/html/changelog.html b/doc/html/changelog.html index b467e270..ef105fc6 100644 --- a/doc/html/changelog.html +++ b/doc/html/changelog.html @@ -53,8 +53,7 @@
- FLAC 1.1.4
@@ -165,7 +164,6 @@
  • Improved compression with no change to format or decrease in speed.
  • Encoding and decoding speedups for all modes. Encoding at -8 is twice as fast.
  • Added a new option -w,--warnings-as-errors for treating all warnings as errors.
  • -
  • Added a new undocumented option --ignore-chunk-sizes for ignoring the size of the 'data' chunk (WAVE) or 'SSND' chunk(AIFF). Can be used to encode files with bogus data sizes. Use with caution, all subsequent data is treated as audio, so the data/SSND chunk must be the last or the following data/tags will be treated as audio and encoded.
  • Allow --picture option to take only a filename, and have all other attributes extracted from the file itself.
  • Fixed a bug that caused suboptimal default compression settings in some locales (SF #1608883).
  • Fixed a bug where FLAC-to-FLAC transcoding of a corrupted FLAC file would truncate the transcoded file at the first error (SF #1615019).