Oops, yeah. The release date for 0.2.0 should be fine; the 0.1.0 release date needs to be fixed.
- James Garrett Rooney wrote: > On 12/5/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: >> Author: jmsnell >> Date: Tue Dec 5 09:49:28 2006 >> New Revision: 482724 >> >> URL: http://svn.apache.org/viewvc?view=rev&rev=482724 >> Log: >> Site updates for the 0.2.0 release >> >> Modified: >> incubator/abdera/site/trunk/index.html >> incubator/abdera/site/trunk/releases.xml >> >> Modified: incubator/abdera/site/trunk/index.html >> URL: >> http://svn.apache.org/viewvc/incubator/abdera/site/trunk/index.html?view=diff&rev=482724&r1=482723&r2=482724 >> >> ============================================================================== >> >> --- incubator/abdera/site/trunk/index.html (original) >> +++ incubator/abdera/site/trunk/index.html Tue Dec 5 09:49:28 2006 >> @@ -3,6 +3,7 @@ >> <head> >> <title>Apache Abdera</title> >> <link rel="stylesheet" href="style/main.css" type="text/css" /> >> +<link rel="alternate feed" type="application/atom+xml" >> href="releases.xml" title="Abdera Releases" /> >> </head> >> >> <body> >> @@ -63,6 +64,26 @@ >> <h2>News</h2> >> >> <dl> >> + <dt>December 5th, 2006: Abdera 0.2.0 (Incubating) Released</dt> >> + <dd>Features and Fixes: >> +<ul> >> +<li>A reworked API that improves usability</li> >> +<li>Decoupled extensions from the underlying parser implementation</li> >> +<li>A Atom Publishing Protocol client implementation</li> >> +<li>Updated support for the current Atom Publishing Protocol draft >> specification</li> >> +<li>Added support for Internationalized Resource Identifiers (IRIs)</li> >> +<li>Improved Thread Safety</li> >> +<li>Fixed a number of Classloader issues that kept Abdera from >> working properly in application server environments.</li> >> +<li>Improved Javadocs</li> >> +<li>Added test cases and sample code</li> >> +<li>Added experimental Bidirectional Text support</li> >> +<li>Improved implementation of OpenSearch v1.0 and v1.1 extensions</li> >> +<li>Implementation of MediaRSS extensions</li> >> +<li>Implementation of Feed Paging and Archiving extensions</li> >> +<li>GoogleLogin Authentication Support</li> >> +</ul></dd> >> + </dl> >> + <dl> >> <dt>June 6th, 2006: Abdera Project proposal accepted for >> incubation</dt> >> <dd>The Apache Incubator PMC approved the Abdera project >> proposal.</dd> >> </dl> >> @@ -121,8 +142,7 @@ >> >> <h2>Getting Started</h2> >> >> - <p>The latest source is available in the Subversion repository >> and nightly >> - snapshot builds are available.</p> >> + <p>The latest source is available in the Subversion repository.</p> >> >> <p>To get started with Abdera you should first familiarize >> yourself with >> the Atom Syndication Format and Atom Publishing Protocol >> specifications >> >> Modified: incubator/abdera/site/trunk/releases.xml >> URL: >> http://svn.apache.org/viewvc/incubator/abdera/site/trunk/releases.xml?view=diff&rev=482724&r1=482723&r2=482724 >> >> ============================================================================== >> >> --- incubator/abdera/site/trunk/releases.xml (original) >> +++ incubator/abdera/site/trunk/releases.xml Tue Dec 5 09:49:28 2006 >> @@ -11,6 +11,25 @@ >> <title>Abdera 0.2.0-incubating</title> >> <updated>2006-12-05T12:00:00-08:00</updated> >> <summary>Abdera 0.2.0-incubating Release</summary> >> + <content type="xhtml"><div xmlns="http://www.w3.org/1999/xhtml"> > > Should fix the <updated> date here. And in the other spot in the > file, I suppose, it should match the release date of the 0.1 release I > imagine. > > -garrett >
