mirror of https://github.com/xiph/flac
add 0.7 news
This commit is contained in:
parent
ad03414e4f
commit
4bbb20206d
|
@ -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 and the format has been frozen. New in version 0.6: encoding is now <B>3x faster</B>; new analysis mode. See <A HREF="">here</A> for more. Since FLAC is still technically beta, always use the verify option (-V) when encoding before deleting your originals.</P>
|
||||
<P>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 <A HREF="news.html#20010212">here</A> for more. Since FLAC is still technically beta, always use the verify option (-V) when encoding before deleting your originals.</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>
|
||||
|
@ -195,6 +195,7 @@
|
|||
</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#20010212">12-Feb-2001</A> :<BR> Version 0.7 released<BR></FONT></SMALL></TD></TR>
|
||||
<TR><TD BGCOLOR="#EEEED4"><SMALL><FONT FACE="Lucida,Verdana,Helvetica,Arial"><A HREF="news.html#20010128">28-Jan-2001</A> :<BR> FLAC gets FASTER for version 0.6<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> 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> Version 0.4 released<BR></FONT></SMALL></TD></TR>
|
||||
|
|
|
@ -54,6 +54,24 @@
|
|||
<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>
|
||||
<A NAME="20010212">12-Feb-2001:</A>
|
||||
</P>
|
||||
<P>
|
||||
<UL>
|
||||
<LI>
|
||||
<B>FLAC 0.7 released.</B> This is mainly a bug fix release, specifically:
|
||||
<UL>
|
||||
<LI>Fixed a bug that happened when both -fr and --seek were used at the same time.</LI>
|
||||
<LI>Fixed a bug with -p (c.f. <A HREF="http://sourceforge.net/bugs/?func=detailbug&bug_id=130992&group_id=13478">bug #130992</A>).</LI>
|
||||
<LI>Fixed a bug that happened when using large (>32K) blocksizes and -V (c.f. <A HREF="http://sourceforge.net/bugs/?func=detailbug&bug_id=131976&group_id=13478">bug #131976</A>).</LI>
|
||||
<LI>Fixed a bug where encoder was double-closing a file.</LI>
|
||||
<LI>Expanded the test suite.</LI>
|
||||
<LI>Added more optimization flags for gcc, which should speed up flac.</LI>
|
||||
</UL>
|
||||
</LI>
|
||||
</UL>
|
||||
</P>
|
||||
<P>
|
||||
<A NAME="20010128">28-Jan-2001:</A>
|
||||
</P>
|
||||
|
|
Loading…
Reference in New Issue