[xiph-commits] r16179 - in websites/xiph.org: . press press/2009 press/2009/libogg-1.1.4 press/2009/libvorbis-1.2.2
xiphmont at svn.xiph.org
xiphmont at svn.xiph.org
Tue Jun 23 14:18:10 PDT 2009
Author: xiphmont
Date: 2009-06-23 14:18:10 -0700 (Tue, 23 Jun 2009)
New Revision: 16179
Added:
websites/xiph.org/press/2009/libogg-1.1.4/
websites/xiph.org/press/2009/libogg-1.1.4/index.shtml.en
websites/xiph.org/press/2009/libvorbis-1.2.2/
websites/xiph.org/press/2009/libvorbis-1.2.2/index.shtml.en
Modified:
websites/xiph.org/index.shtml.en
websites/xiph.org/press/index.shtml.en
Log:
Update website for libogg/libvorbis full release
Modified: websites/xiph.org/index.shtml.en
===================================================================
--- websites/xiph.org/index.shtml.en 2009-06-23 20:35:54 UTC (rev 16178)
+++ websites/xiph.org/index.shtml.en 2009-06-23 21:18:10 UTC (rev 16179)
@@ -49,8 +49,8 @@
<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/libvorbis-1.2.2/">libVorbis 1.2.2 final release</a></li>
+ <li><a href="press/2009/libogg-1.1.4/">libOgg 1.1.4 final release</a></li>
<li><a href="press/2009/thusnelda-alpha-2/">Second prerelease of next generation 'Thusnelda' encoder</a></li>
<li><a href="press/2009/thusnelda-alpha-1/">Next generation 'Thusnelda' encoder prerelease</a></li>
<li><a href="press/2008/theora-release-1.0/">Theora 1.0 released</a></li>
Added: websites/xiph.org/press/2009/libogg-1.1.4/index.shtml.en
===================================================================
--- websites/xiph.org/press/2009/libogg-1.1.4/index.shtml.en (rev 0)
+++ websites/xiph.org/press/2009/libogg-1.1.4/index.shtml.en 2009-06-23 21:18:10 UTC (rev 16179)
@@ -0,0 +1,55 @@
+<!--#include virtual="/ssi/header.include" -->
+<!-- Enter custom page information and styles here -->
+ <title>June 24, 2009: Xiph.Org announces 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.1.4 released</h3>
+
+
+<p>Xiph.Org is pleased to announce a full release of libogg 1.1.4.
+This full release is code-identical to the preceeding 1.1.4-rc1
+release candidate.
+
+<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/index.shtml.en
===================================================================
--- websites/xiph.org/press/2009/libvorbis-1.2.2/index.shtml.en (rev 0)
+++ websites/xiph.org/press/2009/libvorbis-1.2.2/index.shtml.en 2009-06-23 21:18:10 UTC (rev 16179)
@@ -0,0 +1,47 @@
+<!--#include virtual="/ssi/header.include" -->
+<!-- Enter custom page information and styles here -->
+ <title>June 24, 2009: Xiph.Org releases 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 released</h3>
+
+<p>Xiph.Org is pleased to announce the release of libvorbis-1.2.2.
+This full release is code-identical to the preceeding 1.2.2-rc1
+release candidate.
+
+<p>1.2.2 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>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-23 20:35:54 UTC (rev 16178)
+++ websites/xiph.org/press/index.shtml.en 2009-06-23 21:18:10 UTC (rev 16179)
@@ -10,6 +10,12 @@
<h1 style="margin-top: 0;">Press releases</h1>
+<h2>June 24, 2009: libogg 1.1.4 and libVorbis 1.2.2 released</h2>
+
+<p>The Xiph.org Foundation announces full release of libogg 1.1.4 and libVorbis 1.2.2...
+<a href="2009/libvorbis-1.1.4/">(read on about libOgg)</a>
+<a href="2009/libvorbis-1.2.2/">(and on about libVorbis)</a></p>
+
<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...
More information about the commits
mailing list