diff --git a/doc/documentation.html b/doc/documentation.html
index ae16852e..3f72a582 100644
--- a/doc/documentation.html
+++ b/doc/documentation.html
@@ -282,7 +282,7 @@
You may use many -S options; the resulting SEEKTABLE will be the unique-ified union of all such values.
With no -S options, flac defaults to '-S 100x'. Use -S- for no SEEKTABLE.
NOTE: -S #x will not work if the encoder can't determine the input size before starting.
- NOTE: if you use -S # and # is >= samples in the input, there will be either no seek point entered (if the input size is determinable before encoding starts) or a placeholder point (if input size is not determinable)
+ NOTE: if you use -S # and # is >= samples in the input, there will be either no seek point entered (if the input size is determinable before encoding starts) or a placeholder point (if input size is not determinable).
|
- FLAC is currently in the beta stage and the format has been frozen. The current version is 0.9. See here for the changes since 0.8. There might be one more beta before the final release. In CVS, the decoder has been sped up by almost a factor of 2 already since 0.9 and there will be some assembly optimizations on the encoder side to test out soon. +FLAC is currently in the beta stage and the format has been frozen. The current version is 0.10 and has many improvements since 0.9. The encoder and decoder are both significantly faster as a result of C and assembly optimizations. There are also several new features; see here for the complete list. This is probably the last beta before the first official release. Remember, since FLAC is still technically beta, always use the verify option (-V) when encoding before deleting your originals. If you use FLAC and have suggestions or bugs, please join the mailing list or developers group and help us move to an official 1.0 version. @@ -220,6 +220,7 @@ |
| 06-Jun-2001 : Version 0.10 released |
| 31-Mar-2001 : Version 0.9 released |
| 05-Mar-2001 : Version 0.8 released |
| 12-Feb-2001 : Version 0.7 released |