[xiph-commits] r16080 - in websites/xiph.org: . press press/2009 press/2009/libogg-1.1.4-rc1 press/2009/libvorbis-1.2.2-rc1
xiphmont at svn.xiph.org
xiphmont at svn.xiph.org
Tue Jun 2 22:40:13 PDT 2009
Author: xiphmont
Date: 2009-06-02 22:40:13 -0700 (Tue, 02 Jun 2009)
New Revision: 16080
Added:
websites/xiph.org/press/2009/libogg-1.1.4-rc1/
websites/xiph.org/press/2009/libogg-1.1.4-rc1/index.shtml.en
websites/xiph.org/press/2009/libvorbis-1.2.2-rc1/
websites/xiph.org/press/2009/libvorbis-1.2.2-rc1/index.shtml.en
Modified:
websites/xiph.org/index.shtml.en
websites/xiph.org/press/index.shtml.en
Log:
Update 'News' entries for libogg/libvorbis releases
Modified: websites/xiph.org/index.shtml.en
===================================================================
--- websites/xiph.org/index.shtml.en 2009-06-03 05:16:05 UTC (rev 16079)
+++ websites/xiph.org/index.shtml.en 2009-06-03 05:40:13 UTC (rev 16080)
@@ -48,6 +48,9 @@
<h1>Xiph in the News</h1>
<ul class="newslist">
+
+ <li><a href="press/2009/libvorbis-1.2.2-rc1/">libVorbis 1.2.2 release candidate</a></li>
+ <li><a href="press/2009/libogg-1.1.4-rc1/">libOgg 1.1.4 release candidate</a></li>
<li><a href="press/2009/thusnelda-alpha-1/">Next generation 'Thusnelda' encoder release</a></li>
<li><a href="press/2008/theora-release-1.0/">Theora 1.0 released</a></li>
<li><a href="press/2007/balance-of-2007/">A Balance of the Year 2007</a></li>
Added: websites/xiph.org/press/2009/libogg-1.1.4-rc1/index.shtml.en
===================================================================
--- websites/xiph.org/press/2009/libogg-1.1.4-rc1/index.shtml.en (rev 0)
+++ websites/xiph.org/press/2009/libogg-1.1.4-rc1/index.shtml.en 2009-06-03 05:40:13 UTC (rev 16080)
@@ -0,0 +1,58 @@
+<!--#include virtual="/ssi/header.include" -->
+<!-- Enter custom page information and styles here -->
+ <title>June 4, 2009: Xiph.Org announces release candidate of libOgg 1.1.4</title>
+</head>
+<body>
+<!--#include virtual="/common/xiphbar.include" -->
+
+<!--#include virtual="/ssi/pagetop.include" -->
+<!-- All your page content goes here -->
+
+
+<h3>libOgg 1.4.4: release candidate 1 announced</h3>
+
+
+<p>Xiph.Org is pleased to announce a release candidate of libogg 1.1.4.
+This release candidate will have a trial period of two weeks followed
+by full release. The only changes between now and the full release
+date will be fixes to any regressions we may have missed in the
+release testing process. This is intended to be a fully stable
+release and the hope is the 'rc' moniker is a formality.
+
+<p>Changes in the new libogg release include:
+
+<ul>
+<li>Updates to documentation, including new API documentation for API
+additions that had been missed in previous releases.
+
+<li>New iovec write interface.
+
+<li>A new asynchronous error reporting interface; rather than the need to
+check for an error return after every call, and internal or usage
+error will simply mark the working state 'not ready' and the error
+status may be checked at the end of a block. The libogg calls
+in-between become safe no-ops.
+
+<li>Various build fixes intended to keep the autofoo and Windows build
+mechanisms up to date.
+</ul>
+
+<p>This release is ABI and API compatible with previous incarnations of
+libogg.
+
+<p>Tarballs and zipfiles of the official release can be found in the
+usual place at <a href="http://downloads.xiph.org/releases/ogg/">http://downloads.xiph.org/releases/ogg/</a>.
+
+<p>Happy hacking!
+
+<p>Monty
+<br>Xiph.Org
+
+<p><i> The Xiph.Org Foundation is a not-for-profit corporation
+dedicated to open, unencumbered multimedia technology. Xiph's formats
+and software levels the playing field for digital media so that all
+producers and artists can distribute their work for minimal cost,
+without restriction, regardless of affiliation. May contain traces of
+nuts.</i></p>
+
+<!--#include virtual="/ssi/pagebottom.include" -->
Added: websites/xiph.org/press/2009/libvorbis-1.2.2-rc1/index.shtml.en
===================================================================
--- websites/xiph.org/press/2009/libvorbis-1.2.2-rc1/index.shtml.en (rev 0)
+++ websites/xiph.org/press/2009/libvorbis-1.2.2-rc1/index.shtml.en 2009-06-03 05:40:13 UTC (rev 16080)
@@ -0,0 +1,51 @@
+<!--#include virtual="/ssi/header.include" -->
+<!-- Enter custom page information and styles here -->
+ <title>June 4, 2009: Xiph.Org announces release candidate of libVorbis 1.2.2</title>
+</head>
+<body>
+<!--#include virtual="/common/xiphbar.include" -->
+
+<!--#include virtual="/ssi/pagetop.include" -->
+<!-- All your page content goes here -->
+
+
+<h3>libVorbis 1.2.2: release candidate 1 announced</h3>
+
+<p>Xiph.Org is pleased to announce a release candidate of
+libvorbis-1.2.2. This is primarily a bugfix release to push out
+many fixes, some of which have been in SVN for a long time but
+haven't warranted their own release mainly due to being picked up
+asynchronously by distributions. Aside from the arcane bugfix
+list in the SVN logs, this release includes a few new bugfixes
+that languished due to lack of any screaming, as well as some
+nice seeking-related performance inprovements to libvorbisfile.
+
+<p>This release has been a long time in the making, and for that
+reason we do not expect any additional changes or fixes prior to
+the release candidate being granted full release status in a week
+or two. Nevertheless, the possibility of a last minute screwup
+always exists, please test this prerelease and contact us if
+anything is amiss.
+
+<p>Work has already begun on the next two libvorbis releases. The
+approximate roadmap is: the async error interface just added to
+libogg will be the next change to libvorbis, and will be the
+basis of the 1.2.3 release. AoTuV merges are scheduled for
+immediately after and will form the basis of 1.3.0.
+
+<p>The 1.2.2 release candidate 1 is available at the usual place,
+<a href="http://downloads.xiph.org/releases/vorbis/">http://downloads.xiph.org/releases/vorbis/</a>
+
+<p>Happy hacking!
+
+<p>Monty
+<br>Xiph.Org
+
+<p><i> The Xiph.Org Foundation is a not-for-profit corporation
+dedicated to open, unencumbered multimedia technology. Xiph's formats
+and software levels the playing field for digital media so that all
+producers and artists can distribute their work for minimal cost,
+without restriction, regardless of affiliation. May contain traces of
+nuts.</i></p>
+
+<!--#include virtual="/ssi/pagebottom.include" -->
Modified: websites/xiph.org/press/index.shtml.en
===================================================================
--- websites/xiph.org/press/index.shtml.en 2009-06-03 05:16:05 UTC (rev 16079)
+++ websites/xiph.org/press/index.shtml.en 2009-06-03 05:40:13 UTC (rev 16080)
@@ -10,6 +10,16 @@
<h1 style="margin-top: 0;">Press releases</h1>
+<h2>June 4, 2009: libVorbis 1.2.2 release candidate announced</h2>
+
+<p>The Xiph.org Foundation announces a release candidate of libVorbis 1.2.2...
+<a href="2009/libvorbis-1.2.2-rc1/">(read on)</a></p>
+
+<h2>June 4, 2009: libOgg 1.1.4 release candidate announced</h2>
+
+<p>The Xiph.org Foundation announces a release candidate of libOgg 1.1.4...
+<a href="2009/libogg-1.1.4-rc1/">(read on)</a></p>
+
<h2>March 27, 2009: libTheora 1.1 alpha: Next generation 'Thusnelda' encoder</h2>
<p>The Xiph.org Foundation announces an alpha release of libTheora 1.1
More information about the commits
mailing list