[xiph-commits] r7215 - websites/speex.org

atamido at dactyl.lonelymoon.com atamido
Wed Jul 21 01:28:40 PDT 2004


Author: atamido
Date: Wed Jul 21 01:28:40 2004
New Revision: 7215

Modified:
websites/speex.org/download.html
websites/speex.org/index.html
websites/speex.org/news.html
Log:
Added the 1.0.4 release.

Modified: websites/speex.org/download.html
===================================================================
--- websites/speex.org/download.html	2004-07-21 07:48:40 UTC (rev 7214)
+++ websites/speex.org/download.html	2004-07-21 08:28:38 UTC (rev 7215)
@@ -1,4 +1,4 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
+?<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="en-US" xml:lang="en-US">
<head>
<!--#include virtual="/SSI/inhead.inc"-->
@@ -20,16 +20,16 @@
</p>

<h2>Current Stable Release</h2>
-<h3 id='one.0.3'>1.0.3</h3>
+<h3 id='one.0.4'>1.0.4</h3>
<p>
This bugfix release fixes a multithreading bug and corrects an underflow problem that could slow decoding dramatically on x86 processors.
</p>

<ul>
-<li><a href="download/speex-1.0.3.tar.gz">Source Code</a></li>
-<li><a href="download/speex-1.0.3-1.i586.rpm">i586 RPM</a></li>
-<li><a href="download/speex-devel-1.0.3-1.i586.rpm">i586 Development RPM</a></li>
-<li><a href="download/speex-1.0.3-1.src.rpm">Source RPM</a></li>
+<li><a href="download/speex-1.0.4.tar.gz">Source Code</a></li>
+<li><a href="download/speex-1.0.4-1.i586.rpm">i586 RPM</a></li>
+<li><a href="download/speex-devel-1.0.4-1.i586.rpm">i586 Development RPM</a></li>
+<li><a href="download/speex-1.0.4-1.src.rpm">Source RPM</a></li>
<li class='hidden'><a href="download/speexbundle-1.0.2.zip">Windows binaries</a> built by John Edwards</li>
</ul>


Modified: websites/speex.org/index.html
===================================================================
--- websites/speex.org/index.html	2004-07-21 07:48:40 UTC (rev 7214)
+++ websites/speex.org/index.html	2004-07-21 08:28:38 UTC (rev 7215)
@@ -1,4 +1,4 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
+?<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="en-US" xml:lang="en-US">
<head>
<!--#include virtual="/SSI/inhead.inc"-->
@@ -89,6 +89,22 @@
-->
<li>
<div class='title'>
+			<h3>Speex 1.0.4 Released</h3>
+			<div>July 21, 2004</div>
+		</div>
+		<div class='content'>
+			<p>
+			There are three changes in this release.
+			<ul>
+				<li>Headers are now in /usr/include/speex/ (but a copy is still in /usr/include for compat reasons).</li>
+				<li>Pseudo-gapless playback (i.e. playback has the same number of samples)</li>
+				<li>Fixed a potential bug (unconfirmed) that might cause a segfault in special circumstances.</li>
+			</ul>
+			</p>
+		</div>
+	</li>
+	<li>
+		<div class='title'>
<h3>Speex 1.1.5 Released</h3>
<div>April 21, 2004</div>
</div>

Modified: websites/speex.org/news.html
===================================================================
--- websites/speex.org/news.html	2004-07-21 07:48:40 UTC (rev 7214)
+++ websites/speex.org/news.html	2004-07-21 08:28:38 UTC (rev 7215)
@@ -1,4 +1,4 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
+?<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="en-US" xml:lang="en-US">
<head>
<!--#include virtual="/SSI/inhead.inc"-->
@@ -21,6 +21,22 @@
-->
<div class='newsitem'>
<div class='hlheader'>
+			<div class='title'>Speex 1.0.4 Released</div>
+			<div class='meta'>July 21, 2004</div>
+		</div>
+		<div class='content'>
+			<p>
+			There are three changes in this release.
+			<ul>
+				<li>Headers are now in /usr/include/speex/ (but a copy is still in /usr/include for compat reasons).</li>
+				<li>Pseudo-gapless playback (i.e. playback has the same number of samples)</li>
+				<li>Fixed a potential bug (unconfirmed) that might cause a segfault in special circumstances.</li>
+			</ul>
+			</p>
+		</div>
+	</div>
+	<div class='newsitem'>
+		<div class='hlheader'>
<div class='title'>Speex 1.1.5 Released</div>
<div class='meta'>April 21, 2004</div>
</div>



More information about the commits mailing list