You are viewing a plain text version of this content. The canonical link for it is here.
Posted to site-cvs@jakarta.apache.org by sa...@apache.org on 2006/04/03 03:59:40 UTC

svn commit: r390941 - in /jakarta/site: docs/index.html docs/site/news/news-2006-q2.html docs/site/rss.xml news.xml

Author: sandymac
Date: Sun Apr  2 18:59:39 2006
New Revision: 390941

URL: http://svn.apache.org/viewcvs?rev=390941&view=rev
Log:
Added Pool 1.3 release news.

Modified:
    jakarta/site/docs/index.html
    jakarta/site/docs/site/news/news-2006-q2.html
    jakarta/site/docs/site/rss.xml
    jakarta/site/news.xml

Modified: jakarta/site/docs/index.html
URL: http://svn.apache.org/viewcvs/jakarta/site/docs/index.html?rev=390941&r1=390940&r2=390941&view=diff
==============================================================================
--- jakarta/site/docs/index.html (original)
+++ jakarta/site/docs/index.html Sun Apr  2 18:59:39 2006
@@ -187,6 +187,9 @@
       </h4>
       <ul>
 <li>
+<a href="site/news/news-2006-q2.html#20060403.1">03 April 2006 - <b>Commons Pool 1.3</b> Released </a>
+</li>
+<li>
 <a href="site/news/news-2006-q2.html#20060401.2">01 April 2006 - <b>Tapestry 3.0.4</b> Released </a>
 </li>
 <li>
@@ -243,9 +246,6 @@
 </li>
 <li>
 <a href="site/news/news-2005-q4.html#20051113.1">13 November 2005 - <b>Tapestry 4.0-beta-13</b> Released </a>
-</li>
-<li>
-<a href="site/news/news-2005-q4.html#20051101.1">01 November 2005 - <b>Tapestry 4.0-beta-12</b> Released </a>
 </li>
 </ul>
     </div>

Modified: jakarta/site/docs/site/news/news-2006-q2.html
URL: http://svn.apache.org/viewcvs/jakarta/site/docs/site/news/news-2006-q2.html?rev=390941&r1=390940&r2=390941&view=diff
==============================================================================
--- jakarta/site/docs/site/news/news-2006-q2.html (original)
+++ jakarta/site/docs/site/news/news-2006-q2.html Sun Apr  2 18:59:39 2006
@@ -166,6 +166,24 @@
 </div>
 <p>
 <div class="section-body">
+<a name="20060403.1">
+<h3 xml:space="preserve">03 April 2006 - Commons Pool 1.3 released </h3>
+</a>
+<p> <a href="http://jakarta.apache.org/commons/pool/">Commons Pool</a> 1.3 has been
+                released. Commons Pool provides provides an object-pooling API.</p>
+<p> This release fixes a number of bugs and adds a few enhancements.
+              The most significant fix is the GenericObjectPool was documented as a FIFO
+              but implemented as a LIFO, it now behaves as a FIFO.
+            </p>
+<p> The <a href="http://jakarta.apache.org/commons/pool/release-notes-1.3.html">Release notes</a>
+                are available online and in the download.
+            </p>
+<p> Downloads are available from <a href="http://jakarta.apache.org/site/downloads/downloads_commons-pool.cgi">
+                http://jakarta.apache.org/site/downloads/downloads_commons-pool.cgi </a>
+            </p>
+<p> Feedback welcomed to the <a href="http://jakarta.apache.org/commons/pool">Commons Pool Team</a>
+            </p>
+<hr noshade="noshade" size="1"/>
 <a name="20060401.2">
 <h3 xml:space="preserve">01 April 2006 - Tapestry 3.0.4 released </h3>
 </a>

Modified: jakarta/site/docs/site/rss.xml
URL: http://svn.apache.org/viewcvs/jakarta/site/docs/site/rss.xml?rev=390941&r1=390940&r2=390941&view=diff
==============================================================================
--- jakarta/site/docs/site/rss.xml (original)
+++ jakarta/site/docs/site/rss.xml Sun Apr  2 18:59:39 2006
@@ -1,4 +1,20 @@
-<?xml version="1.0" encoding="WINDOWS-1252"?><rss version="2.0"><channel><title>Apache Jakarta Project</title><link>http://jakarta.apache.org/</link><language>en</language><image><url>http://jakarta.apache.org/images/jakarta-logo.gif</url><title>Apache Jakarta Project</title><link>http://jakarta.apache.org/</link></image><description>News and product releases from Apache's Jakarta Project</description><item><title>Tapestry 3.0.4 Released </title><link>http://jakarta.apache.org/site/news/news-2006-q2.html#20060401.2</link><description>
+<?xml version="1.0" encoding="WINDOWS-1252"?>
+<rss version="2.0"><channel><title>Apache Jakarta Project</title><link>http://jakarta.apache.org/</link><language>en</language><image><url>http://jakarta.apache.org/images/jakarta-logo.gif</url><title>Apache Jakarta Project</title><link>http://jakarta.apache.org/</link></image><description>News and product releases from Apache's Jakarta Project</description><item><title>Commons Pool 1.3 Released </title><link>http://jakarta.apache.org/site/news/news-2006-q2.html#20060403.1</link><description>
+             Commons Pool 1.3 has been
+                released. Commons Pool provides provides an object-pooling API.
+             This release fixes a number of bugs and adds a few enhancements.
+              The most significant fix is the GenericObjectPool was documented as a FIFO
+              but implemented as a LIFO, it now behaves as a FIFO.
+            
+             The Release notes
+                are available online and in the download.
+            
+             Downloads are available from 
+                http://jakarta.apache.org/site/downloads/downloads_commons-pool.cgi 
+            
+             Feedback welcomed to the Commons Pool Team
+            
+        </description></item><item><title>Tapestry 3.0.4 Released </title><link>http://jakarta.apache.org/site/news/news-2006-q2.html#20060401.2</link><description>
              Close to 100+ bug fixes and patches have been applied for the next release
                 of the the Tapestry
                 web application framework. This release provides more stabilization and enhancements

Modified: jakarta/site/news.xml
URL: http://svn.apache.org/viewcvs/jakarta/site/news.xml?rev=390941&r1=390940&r2=390941&view=diff
==============================================================================
--- jakarta/site/news.xml (original)
+++ jakarta/site/news.xml Sun Apr  2 18:59:39 2006
@@ -35,6 +35,23 @@
     <!-- @id must be formatted as YYYYMMDD.x.  The output date is formatted from the id.  
          It is also used for sorting. -->
     <group id="2006-q2" title="2006 Apr-Jun">
+        <release id="20060403.1" product="Commons Pool 1.3">
+            <p> <a href="http://jakarta.apache.org/commons/pool/">Commons Pool</a> 1.3 has been
+                released. Commons Pool provides provides an object-pooling API.</p>
+            <p> This release fixes a number of bugs and adds a few enhancements.
+              The most significant fix is the GenericObjectPool was documented as a FIFO
+              but implemented as a LIFO, it now behaves as a FIFO.
+            </p>
+            <p> The <a href="http://jakarta.apache.org/commons/pool/release-notes-1.3.html">Release notes</a>
+                are available online and in the download.
+            </p>
+            <p> Downloads are available from <a
+                  href="http://jakarta.apache.org/site/downloads/downloads_commons-pool.cgi">
+                http://jakarta.apache.org/site/downloads/downloads_commons-pool.cgi </a>
+            </p>
+            <p> Feedback welcomed to the <a href="http://jakarta.apache.org/commons/pool">Commons Pool Team</a>
+            </p>
+        </release>
         <release id="20060401.1" product="Tapestry 4.0.1">
             <p> Close to 100+ bug fixes and patches have been applied for the next release
                 of the the <a href="http://jakarta.apache.org/tapestry/">Tapestry



---------------------------------------------------------------------
To unsubscribe, e-mail: site-cvs-unsubscribe@jakarta.apache.org
For additional commands, e-mail: site-cvs-help@jakarta.apache.org