From b00a0cee7eac01061454c8921b4306794b2c467c Mon Sep 17 00:00:00 2001 From: Josh Coalson Date: Wed, 18 Jul 2001 23:48:32 +0000 Subject: [PATCH] add news items for 1.0 release --- doc/index.html | 8 +++++--- doc/news.html | 22 ++++++++++++++++++++++ 2 files changed, 27 insertions(+), 3 deletions(-) diff --git a/doc/index.html b/doc/index.html index 3614211..c9382f9 100644 --- a/doc/index.html +++ b/doc/index.html @@ -79,9 +79,10 @@
-

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.

+

FLAC 1.0 is out! It's been a long time coming but it's finally here. Thanks to everyone who made it possible. FLAC is now clearly the strongest open source lossless audio codec and will continue to improve through the work of the open-source community.

+

The differences since 0.10 are mostly bug fixes but there is a new feature for aligning encoded files on sector boundaries. The complete list of changes is here.

+

FLAC 1.0 has been through a huge amount of testing now, including tens-of-thousands of unit and regression tests, and thousands of real-life CD audio tracks. However, if you're paranoid like me you can keep using the verify option (-V) when archiving.

+

If you use FLAC and have suggestions or patches, please join the mailing list or developers group. Bugs can be filed here.

@@ -241,6 +242,7 @@
+ diff --git a/doc/news.html b/doc/news.html index a2c983d..0ee07b7 100644 --- a/doc/news.html +++ b/doc/news.html @@ -78,6 +78,28 @@
20-Jul-2001 :
  FLAC 1.0 is here!
06-Jun-2001 :
  Version 0.10 released
31-Mar-2001 :
  Version 0.9 released
05-Mar-2001 :
  Version 0.8 released

+ 20-Jul-2001: +

+

+

    +
  • + FLAC 1.0 is out!  It's finally here. There are a few new features but mostly it is minor bug fixes since 0.10: +
      +
    • New '--sector-align' option to flac which aligns a group of encoded files on CD audio sector boundaries.
    • +
    • New '--output-prefix' option to flac to allow the user to prepend a prefix to all output filenames (useful, for example, for encoding/decoding to a different directory).
    • +
    • Better WAVE autodetection (doesn't rely on ungetc() anymore).
    • +
    • Cleaner one-line encoding/decoding stats.
    • +
    • Changes to the libFLAC interface and type names to make binary compatibility easier to maintain in the future.
    • +
    • New '--sse-os' option to 'configure' to enable faster SSE-based routines.
    • +
    • Another (hopefully last) fix to the Winamp 2 plugin.
    • +
    • Slightly improved Rice parameter estimation.
    • +
    • Bug fixes for some very rare corner cases when encoding.
    • +
    +
  • +
+

+ +

07-Jun-2001:

-- 2.7.4