From 4bbb20206d56e1e4752d6c32f9d00d06a2d332b1 Mon Sep 17 00:00:00 2001 From: Josh Coalson Date: Mon, 12 Feb 2001 09:09:41 +0000 Subject: [PATCH] add 0.7 news --- doc/index.html | 3 ++- doc/news.html | 18 ++++++++++++++++++ 2 files changed, 20 insertions(+), 1 deletion(-) diff --git a/doc/index.html b/doc/index.html index 1598234..61140b6 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 28fe0e2..26984a1 100644 --- a/doc/news.html +++ b/doc/news.html @@ -55,6 +55,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:

-- 2.7.4