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

atamido at motherfish-iii.xiph.org atamido at motherfish-iii.xiph.org
Sat May 7 10:36:01 PDT 2005


Author: atamido
Date: 2005-05-07 10:35:59 -0700 (Sat, 07 May 2005)
New Revision: 9227

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

Modified: websites/speex.org/download.html
===================================================================
--- websites/speex.org/download.html	2005-05-07 11:50:07 UTC (rev 9226)
+++ websites/speex.org/download.html	2005-05-07 17:35:59 UTC (rev 9227)
@@ -20,17 +20,17 @@
 </p>
 
 <h2>Current Stable Release</h2>
-<h3 id='one.0.4'>1.0.4</h3>
+<h3 id='one.0.4'>1.0.5</h3>
 <p>
-This bugfix release fixes a multithreading bug and corrects an underflow problem that could slow decoding dramatically on x86 processors.
+The main change with this release is that it includes API additions from the 1.1.x branch (while being backward compatible), so that transition from 1.0.x to 1.1.x can be made easier.
 </p>
 
 <ul>
-<li><a href="download/speex-1.0.4.tar.gz">Source Code</a></li>
-<li><a href="download/speex-1.0.4-1.i386.rpm">i386 RPM</a></li>
-<li><a href="download/speex-devel-1.0.4-1.i386.rpm">i386 Development RPM</a></li>
-<li><a href="download/speex-1.0.4-1.src.rpm">Source RPM</a></li>
-<li><a href="download/speex_win32_1.0.4_setup.exe">Windows binaries</a></li>
+<li><a href="download/speex-1.0.5.tar.gz">Source Code</a></li>
+<li><a href="download/speex-1.0.5-1.i386.rpm">i386 RPM</a></li>
+<li><a href="download/speex-devel-1.0.5-1.i386.rpm">i386 Development RPM</a></li>
+<li><a href="download/speex-1.0.5-1.src.rpm">Source RPM</a></li>
+<li><a href="download/speex_win32_1.0.4_setup.exe">Windows binaries (1.0.4)</a></li>
 </ul>
 <h2>Current <strong style='font-style: italic;'>Unstable</strong> Release</h2>
 <h3 id='one.1.7'>1.1.7</h3>

Modified: websites/speex.org/index.html
===================================================================
--- websites/speex.org/index.html	2005-05-07 11:50:07 UTC (rev 9226)
+++ websites/speex.org/index.html	2005-05-07 17:35:59 UTC (rev 9227)
@@ -87,8 +87,19 @@
 		</div>
 	</li>
 -->
+
 	<li>
 		<div class='title'>
+			<h3>Speex 1.0.5</h3>
+			<div>May 7, 2005</div>
+		</div>
+		<div class='content'>
+			<p>The main change with this release is that it includes API additions from the 1.1.x branch (while being backward compatible), so that transition from 1.0.x to 1.1.x can be made easier.</p>
+		</div>
+	</li>
+
+	<li>
+		<div class='title'>
 			<h3>Speex 1.1.7 Released</h3>
 			<div>March 2, 2005</div>
 		</div>
@@ -150,7 +161,7 @@
 				<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>
-			<br>
+			<br/>
 			</p>
 		</div>
 	</li>
@@ -167,20 +178,6 @@
 			</p>
 		</div>
 	</li>
-	<li>
-		<div class='title'>
-			<h3>Speex 1.1.4 Released</h3>
-			<div>January 20, 2004</div>
-		</div>
-		<div class='content'>
-			<p>
-				Happy Belated New Year. This release has minor fixed-point improvements and a code cleanup.
-				The SSE code has been converted from inline assembly to SSE intrinsics, so it should now work on win32.
-				More functions have been written to use SSE.
-
-			</p>
-		</div>
-	</li>
 </ul>
 <p class='readMoreNews'><a href='news.html'>Read more news…</a></p>
 <!--#include virtual="/SSI/bottomofbody.inc"-->

Modified: websites/speex.org/news.html
===================================================================
--- websites/speex.org/news.html	2005-05-07 11:50:07 UTC (rev 9226)
+++ websites/speex.org/news.html	2005-05-07 17:35:59 UTC (rev 9227)
@@ -22,6 +22,16 @@
 
 	<div class='newsitem'>
 		<div class='hlheader'>
+			<div class='title'>Speex 1.0.5 Released</div>
+			<div class='meta'>March 2, 2005</div>
+		</div>
+		<div class='content'>
+			<p>The main change with this release is that it includes API additions from the 1.1.x branch (while being backward compatible), so that transition from 1.0.x to 1.1.x can be made easier.</p>
+		</div>
+	</div>
+
+	<div class='newsitem'>
+		<div class='hlheader'>
 			<div class='title'>Speex 1.1.7 Released</div>
 			<div class='meta'>March 2, 2005</div>
 		</div>



More information about the commits mailing list