From 08ef65e9cda8037ddabe4a29c82c46dea8004fb6 Mon Sep 17 00:00:00 2001 From: Josh Coalson Date: Tue, 2 Oct 2007 00:11:45 +0000 Subject: [PATCH] deprecate --sector-align; add --preserve-modtime and --no-preserve-modtime switches --- doc/html/changelog.html | 83 ++++++++++++++++++++++++++ doc/html/documentation_tools_flac.html | 15 ++++- man/flac.sgml | 12 +++- 3 files changed, 108 insertions(+), 2 deletions(-) diff --git a/doc/html/changelog.html b/doc/html/changelog.html index 39be1d4c..6f363fe7 100644 --- a/doc/html/changelog.html +++ b/doc/html/changelog.html @@ -53,6 +53,89 @@
+ + FLAC 1.2.1 (17-Sep-2007)
diff --git a/doc/html/documentation_tools_flac.html b/doc/html/documentation_tools_flac.html index 4720b53d..64a13001 100644 --- a/doc/html/documentation_tools_flac.html +++ b/doc/html/documentation_tools_flac.html @@ -317,6 +317,15 @@ Automatically delete the input file after a successful encode or decode. If there was an error (including a verify error) the input file is left intact. + + + + --preserve-modtime + + + Output files have their timestamps/permissions set to match those of their inputs (this is default). Use --no-preserve-modtime to make output files have the current time and default permissions. + + @@ -611,7 +620,9 @@
This option will have no effect if the files are already aligned (as is the normally the case with WAVE files ripped from a CD). flac can only align a set of files given in one invocation of flac.

- WARNING: The ordering of files is important! If you give a command like 'flac --sector-align *.wav' the shell may not expand the wildcard to the order you expect. To be safe you should 'echo *.wav' first to confirm the order, or be explicit like 'flac --sector-align 8.wav 9.wav 10.wav'. + WARNING: The ordering of files is important! If you give a command like 'flac --sector-align *.wav' the shell may not expand the wildcard to the order you expect. To be safe you should 'echo *.wav' first to confirm the order, or be explicit like 'flac --sector-align 8.wav 9.wav 10.wav'.
+
+ NOTE:This option is DEPRECATED and may not exist in future version of flac.
shntool provides similar functionality. @@ -1053,10 +1064,12 @@ --no-delete-input-file
--no-escape-coding
--no-exhaustive-model-search
+ --no-keep-foreign-metadata
--no-lax
--no-mid-side
--no-ogg
--no-padding
+ --no-preserve-modtime
--no-qlp-coeff-precision-search
--no-residual-gnuplot
--no-residual-text
diff --git a/man/flac.sgml b/man/flac.sgml index cd34dfdb..7572a738 100644 --- a/man/flac.sgml +++ b/man/flac.sgml @@ -205,6 +205,14 @@ + + + + + Output files have their timestamps/permissions set to match those of their inputs (this is default). Use --no-preserve-modtime to make output files have the current time and default permissions. + + + @@ -376,7 +384,7 @@ - Align encoding of multiple CD format files on sector boundaries. See the HTML documentation for more information. + Align encoding of multiple CD format files on sector boundaries. See the HTML documentation for more information. This option is DEPRECATED and may not exist in future versions of flac. @@ -670,6 +678,8 @@ + +