diff options
author | Josh Coalson <jcoalson@users.sourceforce.net> | 2003-01-16 07:23:00 +0000 |
---|---|---|
committer | Josh Coalson <jcoalson@users.sourceforce.net> | 2003-01-16 07:23:00 +0000 |
commit | 9c02f1d81159c09a5da2467fb1a95c019cd68a54 (patch) | |
tree | dc99fd93c6c503ff789873bb2bf268bd47e21d87 /doc/html | |
parent | 3d1da67d407ae34eb67df7508beb0df6f46f231a (diff) | |
download | flac-9c02f1d81159c09a5da2467fb1a95c019cd68a54.tar.gz |
add 1.1.0 news item
Diffstat (limited to 'doc/html')
-rw-r--r-- | doc/html/index.html | 6 | ||||
-rw-r--r-- | doc/html/news.html | 8 |
2 files changed, 10 insertions, 4 deletions
diff --git a/doc/html/index.html b/doc/html/index.html index 1b113d17..24fa5533 100644 --- a/doc/html/index.html +++ b/doc/html/index.html @@ -82,10 +82,11 @@ <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 1.1.0 is out. New features include ReplayGain and cue sheet support, improved 24-bit compression, and tag editing in the plugins. See <A HREF="news.html#20030126">here</A> for the full list.</P> + <P>Note that the minor version has incremented, meaning forward compatibility was broken (forward compatibility means an earlier decoder can play all streams made by a later decoder). This is only because of a bug in 1.0.4 and prior where the decoder could not properly skip unknown metadata. The stream format itself has not changed and FLAC is still fully backward-compatible. All it means is that a FLAC file containing cue sheet metadata will not decode in older decoders. This bug is fixed in 1.1.0.</P> <P>Attention <A HREF="http://www.turtlebeach.com/site/products/audiotron/producthome.asp">AudioTron</A> users: Bery Rinaldo has released his <A HREF="http://file-ext-map.sourceforge.net/">Samba File Extension Mapping VFS Module</A> that allows FLAC files to be played on the AudioTron.</P> - <P>New development on FLAC 1.0.5 is finishing up and I hope to have the next release out before the end of the year, or early January, depending on how testing goes.</P> <P>If you use FLAC and have suggestions or patches, please <A HREF="http://sourceforge.net/mail/?group_id=13478">join the mailing list</A>. Bugs can be filed <A HREF="http://sourceforge.net/bugs/?func=addbug&group_id=13478">here</A>, but make sure to check the <A HREF="documentation.html#bugs">known bugs</A> section first.</P> - <P><I>last updated 2003-Jan-13</I></P><!-- @@@ remember to update the date after changes --> + <P><I>last updated 2003-Jan-26</I></P><!-- @@@ remember to update the date after changes --> </FONT> </TD></TR> </TABLE> @@ -220,6 +221,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#20030126">26-Jan-2003</A> :<BR> Version 1.1.0 released<BR></FONT></SMALL></TD></TR> <TR><TD BGCOLOR="#EEEED4"><SMALL><FONT FACE="Lucida,Verdana,Helvetica,Arial"><A HREF="news.html#20020924">24-Sep-2002</A> :<BR> Version 1.0.4 released<BR></FONT></SMALL></TD></TR> <TR><TD BGCOLOR="#EEEED4"><SMALL><FONT FACE="Lucida,Verdana,Helvetica,Arial"><A HREF="news.html#20020822">22-Aug-2002</A> :<BR> FLAC support for Rio Receiver<BR></FONT></SMALL></TD></TR> <TR><TD BGCOLOR="#EEEED4"><SMALL><FONT FACE="Lucida,Verdana,Helvetica,Arial"><A HREF="news.html#20020703">03-Jul-2002</A> :<BR> Version 1.0.3 released<BR></FONT></SMALL></TD></TR> diff --git a/doc/html/news.html b/doc/html/news.html index a3736432..74fd07ff 100644 --- a/doc/html/news.html +++ b/doc/html/news.html @@ -78,12 +78,16 @@ <TR><TD><FONT FACE="Lucida,Verdana,Helvetica,Arial"> <P> - <A NAME="200301@@@@">@@@@-Jan-2003:</A> + <A NAME="20030126">26-Jan-2003:</A> </P> <P> <UL> <LI> - <B>FLAC 1.0.5 released</B> I didn't get everything in that I wanted, but it's high time for a release. Here's what's new (see the latest <A HREF="http://flac.sourceforge.net/documentation.html#flac">documentation</A> for more): + <B>FLAC 1.1.0 released</B> I didn't get everything in that I wanted, but it's high time for a release. + <P> + Note that the minor version has incremented, meaning forward compatibility was broken (forward compatibility means an earlier decoder can play all streams made by a later decoder). This is only because of a bug in 1.0.4 and prior where the decoder could not properly skip unknown metadata. The stream format itself has not changed and FLAC is still fully backward-compatible. All it means is that a FLAC file containing cue sheet metadata will not decode in older decoders. This bug is fixed in 1.1.0. + <P> + Here's what's new: <P> General: <UL> |