From 182e04a2bd22457cf9ec16bd939920f692c1e9a4 Mon Sep 17 00:00:00 2001 From: Josh Coalson Date: Wed, 3 Jul 2002 06:45:57 +0000 Subject: [PATCH] add 1.0.3 release items --- doc/index.html | 7 ++++--- doc/news.html | 43 +++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 47 insertions(+), 3 deletions(-) diff --git a/doc/index.html b/doc/index.html index c70ca6a..6a4ae89 100644 --- a/doc/index.html +++ b/doc/index.html @@ -79,8 +79,8 @@
@@ -216,6 +216,7 @@
-

FLAC goes hardware! Phatnoise has become the first commercial hardware platform to support FLAC. Firmware is now available for the PhatBox player or Kenwood Music Keg to play FLAC files, and FLAC encoding and playback is supported in the Phatnoise Music Manager software; see here for more info.

-

The FLAC 1.0.3 beta period is wrapping up; the official release will be sometime in mid-July.

+

FLAC 1.0.3 is out. This release includes a decoder speedup, 24-bit input support, more robust plugins, a new metadata block for Vorbis-style tags, a vastly improved metadata editor, and for developers, a new C++ object wrapper library around libFLAC, among other things. For a complete list see here.

+

Also note that PhatNoise now officially supports FLAC in both the PhatBox/Kenwood Music Keg firmware and the PhatNoise Music Manager software; see the announcement here for more info.

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

+ @@ -248,7 +249,7 @@ - + diff --git a/doc/news.html b/doc/news.html index b802bc0..f4762fb 100644 --- a/doc/news.html +++ b/doc/news.html @@ -78,6 +78,49 @@
03-Jul-2002 :
  Version 1.0.3 released
13-Feb-2002 :
  FLAC goes hardware
03-Dec-2001 :
  Version 1.0.2 released
14-Nov-2001 :
  Version 1.0.1 released
Freshmeat page
First Principles
Hardware supporting FLAC:
Phatnoise car audio system: Phatbox + FLAC
PhatNoise car audio system: Phatbox + FLAC
Software supporting FLAC:
Patch for abcde (A Better CD Encoder)
EasyTAG versatile tagger

+ 03-Jul-2002: +

+

+

    +
  • + FLAC 1.0.3 released  Although by number only a 0.0.1 increment, this release is significant. Remember, micro-revisions mean the FLAC format remains both forward and backward compatible, however, the libFLAC API has changed for the better. +

    + New features: +

      +
    • 24-bit input support restored in flac.
    • +
    • Decoder speedup in libFLAC, which is directly passed on to the command-line decoder and plugins.
    • +
    • New -F option to flac to continue decoding in spite of errors.
    • +
    • Correctly set granulepos in Ogg packets so seeking Ogg FLAC streams will be easier.
    • +
    • New VORBIS_COMMENT metadata block for tagging with Vorbis-style comments.
    • +
    • Vastly improved metaflac, now with many editing and tagging options.
    • +
    • Partial id3v1 support in Winamp plugins.
    • +
    • Updated Winamp 3 plugin.
    • +
    • Note: new semantics for -P option in flac.
    • +
    • Note: removed -R option in flac.
    • +
    +

    + New library features: +

      +
    • Previously mentioned decoder speedup in libFLAC.
    • +
    • New metadata interface to libFLAC for manipulating metadata in FLAC files.
    • +
    • New libFLAC++ API, an object wrapper around libFLAC.
    • +
    • New VORBIS_COMMENT metadata block for tagging with Vorbis-style comments.
    • +
    • Customizable metadata filtering by type in decoders.
    • +
    • Stream encoder can take an arbitrary list of metadata blocks, instead of just one SEEKTABLE and/or PADDING block.
    • +
    +

    + Bugs fixed: +

      +
    • Fixed bug with using pipes under Windows.
    • +
    • Fixed several bugs in the plugins and made them more robust in general.
    • +
    • Fixed bug in flac where decoding to WAVE of a FLAC file with 0 for total_samples in the STREAMINFO block yielded a WAVE chunk of 0 size.
    • +
    • Fixed bug in Ogg packet numbering.
    • +
    +
  • +
+

+ +

13-Feb-2002:

-- 2.7.4