diff --git a/doc/index.html b/doc/index.html index 1598234b..61140b67 100644 --- a/doc/index.html +++ b/doc/index.html @@ -57,7 +57,7 @@
@@ -195,6 +195,7 @@
-

FLAC is currently in the beta stage and the format has been frozen. New in version 0.6: encoding is now 3x faster; new analysis mode. See here for more. Since FLAC is still technically beta, always use the verify option (-V) when encoding before deleting your originals.

+

FLAC is currently in the beta stage and the format has been frozen. New in version 0.7: gcc compiler optimizations, several bug fixes, larger test suite. See here for more. 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.

+ diff --git a/doc/news.html b/doc/news.html index 28fe0e2b..26984a19 100644 --- a/doc/news.html +++ b/doc/news.html @@ -54,6 +54,24 @@
12-Feb-2001 :
  Version 0.7 released
28-Jan-2001 :
  FLAC gets FASTER for version 0.6
15-Jan-2001 :
  FLAC goes beta with version 0.5
23-Dec-2000 :
  Version 0.4 released
+

+ 12-Feb-2001: +

+

+

    +
  • + FLAC 0.7 released.  This is mainly a bug fix release, specifically: +
      +
    • Fixed a bug that happened when both -fr and --seek were used at the same time.
    • +
    • Fixed a bug with -p (c.f. bug #130992).
    • +
    • Fixed a bug that happened when using large (>32K) blocksizes and -V (c.f. bug #131976).
    • +
    • Fixed a bug where encoder was double-closing a file.
    • +
    • Expanded the test suite.
    • +
    • Added more optimization flags for gcc, which should speed up flac.
    • +
    +
  • +
+

28-Jan-2001: