From: Josh Coalson Date: Fri, 2 Jan 2009 01:23:59 +0000 (+0000) Subject: Fix bug where flac was disallowing use of --replay-gain when encoding from stdin... X-Git-Tag: 1.3.0pre1~168 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=85c4e9fdc553a70786ff0224faa0f33651486246;p=platform%2Fupstream%2Fflac.git Fix bug where flac was disallowing use of --replay-gain when encoding from stdin (SF#1840124: https://sourceforge.net/tracker2/?func=detail&aid=1840124&group_id=13478&atid=113478) --- diff --git a/doc/html/changelog.html b/doc/html/changelog.html index 10cf4a8..0efa9a5 100644 --- a/doc/html/changelog.html +++ b/doc/html/changelog.html @@ -85,6 +85,7 @@
  • Added support for encoding from and decoding to the Sony Wave64 format, and a new corresponding option --force-wave64-format. (SF #1769582). --keep-foreign-metadata is also supported.
  • Added a new options --preserve-modtime and --no-preserve-modtime to specify whether or not output files should copy the timestamp and permissions from their input files. The default is --preserve-modtime as in previous versions. (SF #1805428).
  • The --sector-align option of flac has been deprecated and may not exist in future versions. shntool provides similar functionality. (SF #1805946)
  • +
  • Fix bug where flac was disallowing use of --replay-gain when encoding from stdin (SF #1840124).