Author: sebb Date: Sat Apr 1 10:01:36 2006 New Revision: 390709 URL: http://svn.apache.org/viewcvs?rev=390709&view=rev Log: Patches from Jesse Kuhnert for Tapestry
Modified: jakarta/site/news.xml jakarta/site/xdocs/downloads/downloads.xml Modified: jakarta/site/news.xml URL: http://svn.apache.org/viewcvs/jakarta/site/news.xml?rev=390709&r1=390708&r2=390709&view=diff ============================================================================== --- jakarta/site/news.xml (original) +++ jakarta/site/news.xml Sat Apr 1 10:01:36 2006 @@ -34,6 +34,27 @@ --> <!-- @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="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 + web application framework</a>. + </p> + <p> Tapestry is an open-source framework for creating dynamic, robust, highly scalable + web applications in Java. Tapestry complements and builds upon the standard Java + Servlet API, and so it works in any servlet container or application server. </p> + </release> + <release id="20060401.2" product="Tapestry 3.0.4"> + <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 + web application framework</a>. This release provides more stabilization and enhancements + to the well known 3.X series tapestry releases. + </p> + <p> Tapestry is an open-source framework for creating dynamic, robust, highly scalable + web applications in Java. Tapestry complements and builds upon the standard Java + Servlet API, and so it works in any servlet container or application server. </p> + </release> + </group> <group id="2006-q1" title="2006 Jan-Mar"> <release id="20060326.1" product="Cactus 1.7.2"> <p> The Apache Jakarta Cactus team is proud to announce the immediate availability of Modified: jakarta/site/xdocs/downloads/downloads.xml URL: http://svn.apache.org/viewcvs/jakarta/site/xdocs/downloads/downloads.xml?rev=390709&r1=390708&r2=390709&view=diff ============================================================================== --- jakarta/site/xdocs/downloads/downloads.xml (original) +++ jakarta/site/xdocs/downloads/downloads.xml Sat Apr 1 10:01:36 2006 @@ -3,7 +3,8 @@ [ <!ENTITY hivemind-stable '1.1'> <!ENTITY hivemind-current '1.1.1'> -<!ENTITY tapestry-stable '4.0'> +<!ENTITY tapestry-stable '4.0.1'> +<!ENTITY tapestry-3-stable '3.0.4'> <!ENTITY tapestry-current 'tba'> ]> <project-downloads title="Jakarta Downloads"> @@ -933,12 +934,16 @@ <project id="tapestry" name="Tapestry" href="http://jakarta.apache.org/tapestry/"> <downloads keys="jakarta/tapestry/KEYS" primary="http://www.apache.org/dist/" mirrored="true" archive="http://archive.apache.org/dist/jakarta/tapestry/"> - <group label="4.0 Binary/Source (stable)"> + <group label="&tapestry-stable; Binary/Source (stable)"> <download name="&tapestry-stable;.tar.gz" href="jakarta/tapestry/tapestry-&tapestry-stable;.tar.gz"/> <download name="&tapestry-stable;.zip" href="jakarta/tapestry/tapestry-&tapestry-stable;.zip"/> </group> - <group label="4.0 Documentation (stable)"> + <group label="&tapestry-stable; Documentation (stable)"> <download name="&tapestry-stable;-docs.tar.gz" href="jakarta/tapestry/tapestry-&tapestry-stable;-docs.tar.gz"/> + </group> + <group label="&tapestry-3-stable; Binary/Source (stable)"> + <download name="&tapestry-3-stable;-bin.tar.gz" href="jakarta/tapestry/Tapestry-&tapestry-3-stable;-bin.tar.gz"/> + <download name="&tapestry-3-stable;-bin.zip" href="jakarta/tapestry/Tapestry-&tapestry-3-stable;-bin.zip"/> </group> <download name="browse download area" href="jakarta/tapestry/" directory="true"/> </downloads> --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]