fix release date, add MD5 link
authorJosh Coalson <jcoalson@users.sourceforce.net>
Tue, 16 Jan 2001 07:08:13 +0000 (07:08 +0000)
committerJosh Coalson <jcoalson@users.sourceforce.net>
Tue, 16 Jan 2001 07:08:13 +0000 (07:08 +0000)
doc/index.html
doc/news.html

index bf1e36f..a3579fb 100644 (file)
@@ -57,7 +57,7 @@
        <TABLE WIDTH="100%" CELLPADDING="0" CELLSPACING="0" BORDER="0"><TR BGCOLOR="#000000"><TD><IMG SRC="images/1x1.gif" WIDTH="1" HEIGHT="1" ALT=""></TD></TR></TABLE>
        <TABLE CELLSPACING="0" CELLPADDING="3" WIDTH="100%" BORDER="0" BGCOLOR="#EEEED4">
        <TR><TD><FONT FACE="Lucida,Verdana,Helvetica,Arial">
-       <P>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 <A HREF="documentation.html">documentation</A> page).</P>
+       <P>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 <A HREF="http://userpages.umbc.edu/~mabzug1/cs/md5/md5.html">MD5 signature</A> feature in the stream header and the new test mode (see the <A HREF="documentation.html">documentation</A> page).</P>
        <P>If you use FLAC and have suggestions or bugs, please <A HREF="http://sourceforge.net/mail/?group_id=13478">join the mailing list</A> or <A HREF="http://sourceforge.net/project/memberlist.php?group_id=13478">developers group</A> and help us move to an official 1.0 version.</P>
        </FONT>
        </TD></TR>
        </TABLE>
        <TABLE WIDTH="100%" CELLPADDING="0" CELLSPACING="0" BORDER="0"><TR BGCOLOR="#000000"><TD><IMG SRC="images/1x1.gif" WIDTH="1" HEIGHT="1" ALT=""></TD></TR></TABLE>
        <TABLE CELLSPACING="0" CELLPADDING="3" WIDTH="100%" BORDER="0" BGCOLOR="#EEEED4">
-               <TR><TD BGCOLOR="#EEEED4"><SMALL><FONT FACE="Lucida,Verdana,Helvetica,Arial"><A HREF="news.html#20010114">14-Jan-2001</A> :<BR>&nbsp;&nbsp;FLAC goes beta with version 0.5<BR></FONT></SMALL></TD></TR>
+               <TR><TD BGCOLOR="#EEEED4"><SMALL><FONT FACE="Lucida,Verdana,Helvetica,Arial"><A HREF="news.html#20010115">15-Jan-2001</A> :<BR>&nbsp;&nbsp;FLAC goes beta with version 0.5<BR></FONT></SMALL></TD></TR>
                <TR><TD BGCOLOR="#EEEED4"><SMALL><FONT FACE="Lucida,Verdana,Helvetica,Arial"><A HREF="news.html#20001223">23-Dec-2000</A> :<BR>&nbsp;&nbsp;Version 0.4 released<BR></FONT></SMALL></TD></TR>
                <TR><TD BGCOLOR="#EEEED4"><SMALL><FONT FACE="Lucida,Verdana,Helvetica,Arial"><A HREF="news.html#20001210">10-Dec-2000</A> :<BR>&nbsp;&nbsp;FLAC <A HREF="http://www.sourceforge.net/projects/flac/">debuts</A> on SourceForge<BR></FONT></SMALL></TD></TR>
        </TABLE>
index 19ea6bd..2b2ea7a 100644 (file)
        <TABLE CELLSPACING="0" CELLPADDING="3" WIDTH="100%" BORDER="0" BGCOLOR="#EEEED4">
        <TR><TD><FONT FACE="Lucida,Verdana,Helvetica,Arial">
        <P>
-               <A NAME="20010114">14-Jan-2001:</A>
+               <A NAME="20010115">15-Jan-2001:</A>
        </P>
        <P>
        <UL>
                <LI>
                        <B>FLAC 0.5 released.</B>  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:
                        <UL>
-                               <LI>An MD5 signature of the unencoded audio is computed during encoding, and stored in the Encoding metadata block in the stream header.  When decoding, <B><TT>flac</TT></B> will now compute the MD5 signature of the decoded data and compare it against the signature in the stream header.</LI>
+                               <LI>An <A HREF="http://userpages.umbc.edu/~mabzug1/cs/md5/md5.html">MD5 signature</A> of the unencoded audio is computed during encoding, and stored in the Encoding metadata block in the stream header.  When decoding, <B><TT>flac</TT></B> will now compute the MD5 signature of the decoded data and compare it against the signature in the stream header.</LI>
                                <LI>A test mode (<B><TT>-t</TT></B>) has been added to <B><TT>flac</TT></B>.  It works like decode mode but doesn't write an output file.</LI>
                        </UL>
                </LI>