[xiph-commits] r14261 - websites/icecast.org

moritz at svn.xiph.org moritz at svn.xiph.org
Sat Dec 1 13:48:56 PST 2007


Author: moritz
Date: 2007-12-01 13:48:56 -0800 (Sat, 01 Dec 2007)
New Revision: 14261

Modified:
   websites/icecast.org/ezstream.php
Log:
Update home page for the 0.5.3 release.


Modified: websites/icecast.org/ezstream.php
===================================================================
--- websites/icecast.org/ezstream.php	2007-12-01 21:43:59 UTC (rev 14260)
+++ websites/icecast.org/ezstream.php	2007-12-01 21:48:56 UTC (rev 14261)
@@ -78,7 +78,7 @@
 <h3>Download</h3>
 
 <p style="font-size: larger;">
- Latest version: <b>0.5.2</b>
+ Latest version: <b>0.5.3</b>
  [ <a href="#ez_relnotes_chgs">Changes</a> ]
 <p>
 
@@ -92,8 +92,8 @@
     Source .tar.gz (all platforms)
    </td>
    <td>
-    <a href="http://downloads.xiph.org/releases/ezstream/ezstream-0.5.2.tar.gz">ezstream-0.5.2.tar.gz</a><br/>
-    MD5: 5f608530cdd9748f7556b5b1e0b77d85
+    <a href="http://downloads.xiph.org/releases/ezstream/ezstream-0.5.3.tar.gz">ezstream-0.5.3.tar.gz</a><br/>
+    MD5: a07941d52a4705f8d02c9c9ee6e05750
    </td>
   </tr>
   <tr>
@@ -101,8 +101,8 @@
     Windows NT/2000/XP binary
    </td>
    <td>
-    <a href="http://downloads.xiph.org/releases/ezstream/ezstream-0.5.2-win32.zip">ezstream-0.5.2-win32.zip</a><br/>
-    MD5: 48e69e9ede02024844b95b784dbd5ccb
+    <a href="http://downloads.xiph.org/releases/ezstream/ezstream-0.5.3-win32.zip">ezstream-0.5.3-win32.zip</a><br/>
+    MD5: f2e7484bcd3f51a5f30fd10d4649add3
    </td>
   </tr>
  </table>
@@ -232,13 +232,11 @@
 <h3>Release Notes</h3>
 
 <p>
- Ezstream 0.5.2 has been released on November 4th 2007.
+ Ezstream 0.5.3 has been released on December 1st 2007.
 </p>
 
 <p>
- Version 0.5.2 is a bugfix release.
- It unbreaks most use cases with regard to streaming from standard input and
- contains documentation improvements.
+ Version 0.5.3 is a minor bugfix release.
 </p>
 
 <h4 id="ez_relnotes_chgs" name="ez_relnotes_chgs">Changes</h4>
@@ -249,55 +247,10 @@
   <ul>
    <li>
     FIX --
-    Fix a crash that occurs when streaming from standard input without using a
-    script or program that supplies metadata information.
-    (Ticket #1247)
+    Prevent (very) long-running ezstream processes from dying without error
+    message by ignoring SIGPIPE where available.
    </li>
-   <li>
-    FIX --
-    Similar to the fix for #1247, properly initialize another variable.
-    The result is a cosmetic fix for the &quot;real-time&quot; status line when
-    streaming from standard input.
-   </li>
-   <li>
-    MISC --
-    Provide a useful error message when there's no more data to read from
-    standard input instead of talking about scary, bad file descriptors.
-   </li>
-   <li>
-    MISC --
-    Further prettify the output to make more sense when streaming from standard
-    input.
-   </li>
   </ul>
- </li>
- <li>
-  src/xalloc.c:
-  <ul>
-   <li>
-    FIX --
-    A rare, possible crash has been fixed in an error path.
-   </li>
-  </ul>
- </li>
- <li>
-  examples/*:
-  <ul>
-   <li>
-    NEW --
-    Add an example configuration for streaming from standard input.
-   </li>
-   <li>
-    MISC --
-    Improve reencoding examples to make them more easily usable with fewer
-    changes.
-   </li>
-   <li>
-    MISC --
-    Reenconding example files have been renamed.
-   </li>
-  </ul>
- </li>
 </ul>
 
 <p class="ez_nav">



More information about the commits mailing list