From cab3c0a92478b3eb3625b7a02c1406ab42636b6f Mon Sep 17 00:00:00 2001 From: Josh Coalson Date: Tue, 16 Jan 2001 07:08:13 +0000 Subject: [PATCH] fix release date, add MD5 link --- doc/index.html | 4 ++-- doc/news.html | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/index.html b/doc/index.html index bf1e36f..a3579fb 100644 --- a/doc/index.html +++ b/doc/index.html @@ -57,7 +57,7 @@
@@ -195,7 +195,7 @@
-

FLAC is currently in the beta stage. As of version 0.5, the format has been frozen. The tools may already be archival quality but I want to do some more testing before an official release. Always use the verify option (-V) when encoding before deleting your originals. Also note the new MD5 signature feature in the stream header and the new test mode (see the documentation page).

+

FLAC is currently in the beta stage. As of version 0.5, the format has been frozen. The tools may already be archival quality but I want to do some more testing before an official release. Always use the verify option (-V) when encoding before deleting your originals. Also note the new MD5 signature feature in the stream header and the new test mode (see the documentation page).

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.

- +
14-Jan-2001 :
  FLAC goes beta with version 0.5
15-Jan-2001 :
  FLAC goes beta with version 0.5
23-Dec-2000 :
  Version 0.4 released
10-Dec-2000 :
  FLAC debuts on SourceForge
diff --git a/doc/news.html b/doc/news.html index 19ea6bd..2b2ea7a 100644 --- a/doc/news.html +++ b/doc/news.html @@ -55,14 +55,14 @@

- 14-Jan-2001: + 15-Jan-2001:

  • FLAC 0.5 released. This is the first beta version of FLAC. Being beta, there will be no changes to the format that will break older streams, unless a serious bug involving the format is found. What this means is that, barring such a bug, streams created with 0.5 will be decodable by future versions. This version also includes some new features:
      -
    • An MD5 signature of the unencoded audio is computed during encoding, and stored in the Encoding metadata block in the stream header. When decoding, flac will now compute the MD5 signature of the decoded data and compare it against the signature in the stream header.
    • +
    • An MD5 signature of the unencoded audio is computed during encoding, and stored in the Encoding metadata block in the stream header. When decoding, flac will now compute the MD5 signature of the decoded data and compare it against the signature in the stream header.
    • A test mode (-t) has been added to flac. It works like decode mode but doesn't write an output file.
  • -- 2.7.4