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 vg...@apache.org on 2007/03/20 04:03:49 UTC

svn commit: r520245 - in /jakarta/site: docs/index.html docs/site/news/news-2007-q1.html docs/site/rss.xml news.xml

Author: vgritsenko
Date: Mon Mar 19 20:03:48 2007
New Revision: 520245

URL: http://svn.apache.org/viewvc?view=rev&rev=520245
Log:
adding a news bit on regexp release
(and it seems ide ate trailing whitespaces)

Modified:
    jakarta/site/docs/index.html
    jakarta/site/docs/site/news/news-2007-q1.html
    jakarta/site/docs/site/rss.xml
    jakarta/site/news.xml

Modified: jakarta/site/docs/index.html
URL: http://svn.apache.org/viewvc/jakarta/site/docs/index.html?view=diff&rev=520245&r1=520244&r2=520245
==============================================================================
--- jakarta/site/docs/index.html (original)
+++ jakarta/site/docs/index.html Mon Mar 19 20:03:48 2007
@@ -178,6 +178,9 @@
       </h4>
       <ul>
 <li>
+<a href="site/news/news-2007-q1.html#20070318.1">18 March 2007 - <b>Jakarta Regexp 1.5</b> Released </a>
+</li>
+<li>
 <a href="site/news/news-2007-q1.html#20070318.1">18 March 2007 - <b>Jakarta Commons Transaction 1.2</b> Released </a>
 </li>
 <li>
@@ -235,9 +238,6 @@
 </li>
 <li>
 <a href="site/news/news-2006-q4.html#20061004.1">04 October 2006 - <b>Commons Lang 2.2</b> Released </a>
-</li>
-<li>
-<a href="site/news/news-2006-q3.html#20060924.1">24 September 2006 - <b>Commons Configuration 1.3</b> Released </a>
 </li>
 </ul>
     </div>

Modified: jakarta/site/docs/site/news/news-2007-q1.html
URL: http://svn.apache.org/viewvc/jakarta/site/docs/site/news/news-2007-q1.html?view=diff&rev=520245&r1=520244&r2=520245
==============================================================================
--- jakarta/site/docs/site/news/news-2007-q1.html (original)
+++ jakarta/site/docs/site/news/news-2007-q1.html Mon Mar 19 20:03:48 2007
@@ -158,16 +158,37 @@
 <p>
 <div class="section-body">
 <a name="20070318.1">
+<h3 xml:space="preserve">18 March 2007 - Jakarta Regexp 1.5 released </h3>
+</a>
+<p>
+              Jakarta Regexp 1.5 has been released. This is a maintenance release containing
+              several bug fixes as well as optimized performance for several categories of
+              expressions. Due to changes in the implementation of reluctant closures, users of
+              <a href="http://jakarta.apache.org/regexp/apidocs/org/apache/regexp/recompile.html">recompile</a>
+              utility are advised to recompile expressions using latest version of the utility. Please
+              refer to the <a href="http://jakarta.apache.org/regexp/changes.html">change log</a> for
+              complete list of changes in this release.
+            </p>
+<p>
+              Download - <a href="http://jakarta.apache.org/site/downloads/downloads_regexp.cgi">
+              http://jakarta.apache.org/site/downloads/downloads_regexp.cgi</a>
+            </p>
+<p>
+              For more information on Regexp, please see the
+              <a href="http://jakarta.apache.org/regexp/">Regexp</a> web site.
+            </p>
+<hr noshade="noshade" size="1"/>
+<a name="20070318.1">
 <h3 xml:space="preserve">18 March 2007 - Jakarta Commons Transaction 1.2 released </h3>
 </a>
 <p>
               Jakarta Commons Transaction 1.2 has been released. This is a bug fix/maintenance/feature release of Commons Transaction. A lot of bug fixing work
 from a number of people has gone into this release. This makes Commons Transaction more stable and reliable.
 Additionally, some nice features have been added.</p>
-<p>Commons Transaction aims at providing utility classes commonly used in 
-transactional Java programming. 
+<p>Commons Transaction aims at providing utility classes commonly used in
+transactional Java programming.
 
-There are implementations for multi level (e.g. read/write) locks, transactional maps, and transactional file access, plus some helper classes 
+There are implementations for multi level (e.g. read/write) locks, transactional maps, and transactional file access, plus some helper classes
 
 
             </p>
@@ -187,8 +208,8 @@
 <h3 xml:space="preserve">16 March 2007 - Jakarta Commons HttpClient 3.1-rc1 released </h3>
 </a>
 <p>
-              HttpClient 3.1-rc1 has been released. This version fixes a number of issues found 
-              since 3.1-beta1. This release is expected to be the last one before HttpClient 3.1 
+              HttpClient 3.1-rc1 has been released. This version fixes a number of issues found
+              since 3.1-beta1. This release is expected to be the last one before HttpClient 3.1
               goes final.
             </p>
 <p>
@@ -223,9 +244,9 @@
 <h3 xml:space="preserve">13 February 2007 - Commons Lang 2.3 released </h3>
 </a>
 <p> <a href="http://jakarta.apache.org/commons/lang/">Commons Lang</a> 2.3 has been
-                released. Commons Lang provides a host of helper utilities for the classes 
+                released. Commons Lang provides a host of helper utilities for the classes
                 found in the java.lang package. </p>
-<p>This release contains an equal number of bugfixes and improvements. Users of the 
+<p>This release contains an equal number of bugfixes and improvements. Users of the
                StrBuilder and DurationFormatUtils classes will especially want to upgrade. </p>
 <p> The <a href="http://jakarta.apache.org/commons/lang/upgradeto2_3.html">Release notes</a>
 				are available online and in the downloads.
@@ -240,7 +261,7 @@
 <p> <a href="http://jakarta.apache.org/commons/io/">Commons IO</a> 1.3.1 has been
                 released. Commons IO provides low level utilities, file filters and streams that
                 probably should be in the JDK. </p>
-<p>This  is a bugfix release which fixes the scope of the FileUtils.readFileToString(String) 
+<p>This  is a bugfix release which fixes the scope of the FileUtils.readFileToString(String)
                method to static and fixes a NullPointerException in FileUtils.openOutputStream(File). </p>
 <p> The <a href="http://jakarta.apache.org/commons/io/upgradeto1_3_1.html">Release notes</a>
 				are available online and in the downloads.
@@ -267,8 +288,8 @@
 <h3 xml:space="preserve">07 January 2007 - Velocity TLP move</h3>
 </a>
 <p>
-                Velocity has moved to a TLP at its new address, 
-                <a href="http://velocity.apache.org">http://velocity.apache.org</a>. 
+                Velocity has moved to a TLP at its new address,
+                <a href="http://velocity.apache.org">http://velocity.apache.org</a>.
             </p>
 <p>
                 Velocity is an Java templating engine.

Modified: jakarta/site/docs/site/rss.xml
URL: http://svn.apache.org/viewvc/jakarta/site/docs/site/rss.xml?view=diff&rev=520245&r1=520244&r2=520245
==============================================================================
--- jakarta/site/docs/site/rss.xml (original)
+++ jakarta/site/docs/site/rss.xml Mon Mar 19 20:03:48 2007
@@ -11,18 +11,41 @@
 </image>
 <description>News and product releases from Apache's Jakarta Project</description>
 <item>
+<title>Jakarta Regexp 1.5 Released </title>
+<link>http://jakarta.apache.org/site/news/news-2007-q1.html#20070318.1</link>
+<description>
+            
+              Jakarta Regexp 1.5 has been released. This is a maintenance release containing
+              several bug fixes as well as optimized performance for several categories of
+              expressions. Due to changes in the implementation of reluctant closures, users of
+              recompile
+              utility are advised to recompile expressions using latest version of the utility. Please
+              refer to the change log for
+              complete list of changes in this release.
+            
+            
+              Download - 
+              http://jakarta.apache.org/site/downloads/downloads_regexp.cgi
+            
+            
+              For more information on Regexp, please see the
+              Regexp web site.
+            
+        </description>
+</item>
+<item>
 <title>Jakarta Commons Transaction 1.2 Released </title>
 <link>http://jakarta.apache.org/site/news/news-2007-q1.html#20070318.1</link>
 <description>
             
               Jakarta Commons Transaction 1.2 has been released. This is a bug fix/maintenance/feature release of Commons Transaction. A lot of bug fixing work
 from a number of people has gone into this release. This makes Commons Transaction more stable and reliable.
-Additionally, some nice features have been added. 
+Additionally, some nice features have been added.
 
-Commons Transaction aims at providing utility classes commonly used in 
-transactional Java programming. 
+Commons Transaction aims at providing utility classes commonly used in
+transactional Java programming.
 
-There are implementations for multi level (e.g. read/write) locks, transactional maps, and transactional file access, plus some helper classes 
+There are implementations for multi level (e.g. read/write) locks, transactional maps, and transactional file access, plus some helper classes
 
 
             
@@ -43,8 +66,8 @@
 <link>http://jakarta.apache.org/site/news/news-2007-q1.html#20070316.1</link>
 <description>
             
-              HttpClient 3.1-rc1 has been released. This version fixes a number of issues found 
-              since 3.1-beta1. This release is expected to be the last one before HttpClient 3.1 
+              HttpClient 3.1-rc1 has been released. This version fixes a number of issues found
+              since 3.1-beta1. This release is expected to be the last one before HttpClient 3.1
               goes final.
             
             Downloads:
@@ -82,9 +105,9 @@
 <link>http://jakarta.apache.org/site/news/news-2007-q1.html#20070213.2</link>
 <description>
              Commons Lang 2.3 has been
-                released. Commons Lang provides a host of helper utilities for the classes 
+                released. Commons Lang provides a host of helper utilities for the classes
                 found in the java.lang package. 
-            This release contains an equal number of bugfixes and improvements. Users of the 
+            This release contains an equal number of bugfixes and improvements. Users of the
                StrBuilder and DurationFormatUtils classes will especially want to upgrade. 
              The Release notes
 				are available online and in the downloads.
@@ -101,8 +124,8 @@
              Commons IO 1.3.1 has been
                 released. Commons IO provides low level utilities, file filters and streams that
                 probably should be in the JDK. 
-            This  is a bugfix release which fixes the scope of the FileUtils.readFileToString(String) 
-               method to static and fixes a NullPointerException in FileUtils.openOutputStream(File).     
+            This  is a bugfix release which fixes the scope of the FileUtils.readFileToString(String)
+               method to static and fixes a NullPointerException in FileUtils.openOutputStream(File). 
              The Release notes
 				are available online and in the downloads.
             
@@ -118,7 +141,7 @@
              Commons IO 1.3 has been
                 released. Commons IO provides low level utilities, file filters and streams that
                 probably should be in the JDK. 
-            This release contains some bugfixes and lots of enhancements.     
+            This release contains some bugfixes and lots of enhancements. 
              The Release notes
 				are available online and in the downloads.
             
@@ -132,8 +155,8 @@
 <link>http://jakarta.apache.org/site/news/news-2007-q1.html#20070107.1</link>
 <description>
             
-                Velocity has moved to a TLP at its new address, 
-                http://velocity.apache.org. 
+                Velocity has moved to a TLP at its new address,
+                http://velocity.apache.org.
             
             
                 Velocity is an Java templating engine.
@@ -144,8 +167,8 @@
 <title>Commons Betwixt 0.8 Released </title>
 <link>http://jakarta.apache.org/site/news/news-2006-q4.html#20061230.2</link>
 <description>
-             
-                The Commons community is pleased to announce the availability of 
+            
+                The Commons community is pleased to announce the availability of
                 Commons Betwixt 0.8.
             
             
@@ -157,11 +180,11 @@
 Enhancements have been made to mapping formats.
 Mixed collections are now handled more completely.
 For full details see the release notes
-and release documentation. 
+and release documentation.
 	         
            
-It is 
-available 
+It is
+available
 in binary and source distributions.
            
         </description>
@@ -170,16 +193,16 @@
 <title>Commons VFS 1.0 Released </title>
 <link>http://jakarta.apache.org/site/news/news-2006-q4.html#20061230.1</link>
 <description>
-             
-                The Commons community would like to announce the availability of 
+            
+                The Commons community would like to announce the availability of
                 Commons VFS
-                1.0. Commons-VFS 1.0 is the first release. 
+                1.0. Commons-VFS 1.0 is the first release.
             
 Commons VFS provides a single API for accessing various different file systems. It presents a uniform view of the files from various different sources, such as the files on local disk, on an HTTP server, or inside a Zip archive.
 For example, you can use filenames like "tar:gz:http://anyhost/dir/mytar.tar.gz!/mytar.tar!/path/in/tar/README.txt" to access a compressed tar file located on a web server.
             
             
-             
+            
                 Commons VFS is available in either binary or source form from the
                 Commons VFS downloads page.
             
@@ -209,15 +232,15 @@
 <title>HttpComponents HttpCore 4.0-alpha3 Released </title>
 <link>http://jakarta.apache.org/site/news/news-2006-q4.html#20061207.1</link>
 <description>
-            HttpComponents  HttpCore 
-                4.0-alpha3 has been released. HttpCore provides a set of low level components, which 
+            HttpComponents  HttpCore
+                4.0-alpha3 has been released. HttpCore provides a set of low level components, which
                 can be used to build custom client and server side HTTP services.
-             ALPHA3 release features a number of enhancements and refinements to the base 
-                HttpCore API and adds an optional set of API extensions based on NIO. 
-            HttpCore NIO extensions can be used to build asynchronous HTTP services based on 
-               non-blocking I/O model capable of handling a great number of simultaneous 
-               connections with just a few I/O threads. Please  check it out and let the HttpComponents 
-                team know what you think. 
+             ALPHA3 release features a number of enhancements and refinements to the base
+                HttpCore API and adds an optional set of API extensions based on NIO.
+            HttpCore NIO extensions can be used to build asynchronous HTTP services based on
+               non-blocking I/O model capable of handling a great number of simultaneous
+               connections with just a few I/O threads. Please  check it out and let the HttpComponents
+                team know what you think.
             
              More information can be found at the 
                 HttpComponents project site.
@@ -232,17 +255,17 @@
 <link>http://jakarta.apache.org/site/news/news-2006-q4.html#20061204.1</link>
 <description>
             
-              The Jakarta Commons community would like to announce the availability of 
+              The Jakarta Commons community would like to announce the availability of
               Commons Digester
-              1.8. Commons Digester lets users configure an XML to Java object mapping module. 
-             
+              1.8. Commons Digester lets users configure an XML to Java object mapping module.
+            
             
               Digester 1.8 contains a few new features and a small number of bug
-              fixes. Full details can be found in the 
+              fixes. Full details can be found in the
               release notes.
             
-             Digester is available in either binary or source form from 
-              Digester downloads 
+             Digester is available in either binary or source form from
+              Digester downloads
               page.
             
         </description>
@@ -251,15 +274,15 @@
 <title>Commons Discovery 0.4 Released </title>
 <link>http://jakarta.apache.org/site/news/news-2006-q4.html#20061203.1</link>
 <description>
-             The Commons community would like to announce the availability of 
+             The Commons community would like to announce the availability of
                 Commons Discovery
                 0.4. Discovery provides facilities for discovering implementations for
                 pluggable interfaces.
             
-             Version 0.4 is a long overdue release (0.3 failed at the last hurdle 
-                to actually be released). Discovery is not an actively developed component, so 
-                this release is chiefly to mark a stable point that the users of discovery 
-                can depend on. 
+             Version 0.4 is a long overdue release (0.3 failed at the last hurdle
+                to actually be released). Discovery is not an actively developed component, so
+                this release is chiefly to mark a stable point that the users of discovery
+                can depend on.
                 Full details of this can be found in the
                 
                 Release Notes.
@@ -272,9 +295,9 @@
 <title>Commons DbUtils 1.1 Released </title>
 <link>http://jakarta.apache.org/site/news/news-2006-q4.html#20061202.1</link>
 <description>
-             The Commons community would like to announce the availability of 
+             The Commons community would like to announce the availability of
                 Commons DbUtils
-                1.1. DbUtils 1.1 is a bugfix release resolving most of the issues raised over 
+                1.1. DbUtils 1.1 is a bugfix release resolving most of the issues raised over
                 the last couple of years. Full details of this can be found in the
                 
                 Release Notes.
@@ -287,7 +310,7 @@
 <title>Commons Validator 1.3.1 Released </title>
 <link>http://jakarta.apache.org/site/news/news-2006-q4.html#20061201.1</link>
 <description>
-             The Commons Validator team is pleased to announce the availability of 
+             The Commons Validator team is pleased to announce the availability of
                 Commons Validator
                 1.3.1. Validator 1.3.1 is a maintenance release fixing a number of bugs, full
                 details of which can be found in the
@@ -303,8 +326,8 @@
 <link>http://jakarta.apache.org/site/news/news-2006-q4.html#20061030.1</link>
 <description>
             
-              HttpClient 3.1-beta1 has been released. This version finalizes the RFC 2965 
-              cookie management API and adds a number of improvements to the HTTP 
+              HttpClient 3.1-beta1 has been released. This version finalizes the RFC 2965
+              cookie management API and adds a number of improvements to the HTTP
               connection management classes.
             
             Downloads:
@@ -324,8 +347,8 @@
 <link>http://jakarta.apache.org/site/news/news-2006-q4.html#20061017.1</link>
 <description>
             
-                HiveMind has moved to a TLP at its new address, 
-                http://hivemind.apache.org. 
+                HiveMind has moved to a TLP at its new address,
+                http://hivemind.apache.org.
             
             HiveMind is a services and configuration microkernel. 
         </description>
@@ -335,7 +358,7 @@
 <link>http://jakarta.apache.org/site/news/news-2006-q4.html#20061006.1</link>
 <description>
 	     The Jakarta BSF team is proud to announce the release of BSF-2.4.0.
-	        This is first official release of the Jakarta BSF product from 
+	        This is first official release of the Jakarta BSF product from
 		Apache Software Foundation.
 	     Both 
 	        binary and 
@@ -344,7 +367,7 @@
 	     Please remember to verify the signatures of the	files you download
 	        using the Keys found on the  main Apache
 		website when downloading from a mirror.
-	     For more information on Jakarta-BSF, please visit Jakarta BSF 
+	     For more information on Jakarta-BSF, please visit Jakarta BSF
 	    	website.
         </description>
 </item>
@@ -353,10 +376,10 @@
 <link>http://jakarta.apache.org/site/news/news-2006-q4.html#20061004.1</link>
 <description>
              Commons Lang
-                2.2 is now available. It contains an equal number of bugfixes and 
-                new features - most notably a new text package. There are no new 
-                deprecations, and there should be no binary incompatibilites with 
-                the previous 2.1 version. 
+                2.2 is now available. It contains an equal number of bugfixes and
+                new features - most notably a new text package. There are no new
+                deprecations, and there should be no binary incompatibilites with
+                the previous 2.1 version.
                 A full list of changes since the previous release can be found in the 
                     release notes.
              Commons Lang is available in either binary or source form from the Lang downloads page. 
@@ -383,7 +406,7 @@
 <link>http://jakarta.apache.org/site/news/news-2006-q3.html#20060910.1</link>
 <description>
              Commons JEXL
-                1.1 is now available. For details of what's new in JEXL 1.1 please see the 
+                1.1 is now available. For details of what's new in JEXL 1.1 please see the
                 changes report.
              Commons JEXL is available in either binary or source form from the
                 
@@ -395,9 +418,9 @@
 <link>http://jakarta.apache.org/site/news/news-2006-q3.html#20060803.1</link>
 <description>
              Commons Attributes
-                2.2 is now available. For details of what's new in Attributes 2.2 please see the 
+                2.2 is now available. For details of what's new in Attributes 2.2 please see the
                 change-log.
-             Attributes is considered to have been made obsolete by the Java 5.0 release, so 
+             Attributes is considered to have been made obsolete by the Java 5.0 release, so
                 2.3 and beyond are not expected to be created. 
              Attributes is available in either binary or source form from the
                 
@@ -408,10 +431,10 @@
 <title>Commons Modeler 2.0 Released </title>
 <link>http://jakarta.apache.org/site/news/news-2006-q3.html#20060731.1</link>
 <description>
-             The Commons Modeler team is pleased to announce the availability of 
+             The Commons Modeler team is pleased to announce the availability of
                 Commons Modeler
-                2.0. For a details of whats new in Modeler 2.0 see the 
-                Release 
+                2.0. For a details of whats new in Modeler 2.0 see the
+                Release
                 Notes.
              Modeler is available in either binary or source form from the
                 
@@ -434,7 +457,7 @@
                 -- business process flows, view navigation bits, interaction or dialog
                 management, and many more -- can leverage the Commons SCXML library.
             
-             
+            
                 Commons SCXML is available in either binary or source form from the
                 Commons SCXML download page -
                 
@@ -451,9 +474,9 @@
 <link>http://jakarta.apache.org/site/news/news-2006-q2.html#20060626.1</link>
 <description>
             
-              HttpClient 3.1-alpha1 has been released. This version adds support for the RFC 2965 cookie 
-              management (also known as Cookie2 or port sensitive cookies). All upstream projects dependent 
-              on HttpClient are strongly encouraged to review the new API and test new features for 
+              HttpClient 3.1-alpha1 has been released. This version adds support for the RFC 2965 cookie
+              management (also known as Cookie2 or port sensitive cookies). All upstream projects dependent
+              on HttpClient are strongly encouraged to review the new API and test new features for
               compatibility with their products.
             
             Downloads:
@@ -473,8 +496,8 @@
 <link>http://jakarta.apache.org/site/news/news-2006-q2.html#20060621.1</link>
 <description>
             
-                Tapestry has moved to a TLP at its new address, 
-                http://tapestry.apache.org. 
+                Tapestry has moved to a TLP at its new address,
+                http://tapestry.apache.org.
             
             
                 Tapestry is an open-source framework for creating dynamic, robust, highly scalable
@@ -487,9 +510,9 @@
 <title>Commons Chain 1.1 Released </title>
 <link>http://jakarta.apache.org/site/news/news-2006-q2.html#20060615.1</link>
 <description>
-             The Commons Chain team is pleased to announce the availability of 
+             The Commons Chain team is pleased to announce the availability of
                 Commons Chain
-                1.1. For a details of whats new in Chain 1.1 see the 
+                1.1. For a details of whats new in Chain 1.1 see the
                 Changes
                 Report.
              Chain is available in either binary or source form from the
@@ -515,14 +538,14 @@
 <title>HttpComponents HttpCore 4.0-alpha2 Released </title>
 <link>http://jakarta.apache.org/site/news/news-2006-q2.html#20060609.1</link>
 <description>
-            HttpComponents  HttpCore 
-                4.0-alpha2 has been released. HttpCore provides a set of low level components, which 
+            HttpComponents  HttpCore
+                4.0-alpha2 has been released. HttpCore provides a set of low level components, which
                 can be used to build custom client and server side HTTP services.
-             This release addresses a number of non-critical problems found in the previous release. 
-                The upstream projects are strongly encouraged use this release as a dependency while 
-                HttpCore undergoes another round of reviews and optimization in the SVN trunk. Please 
-                check it out and let the HttpComponents 
-                team know what you think. 
+             This release addresses a number of non-critical problems found in the previous release.
+                The upstream projects are strongly encouraged use this release as a dependency while
+                HttpCore undergoes another round of reviews and optimization in the SVN trunk. Please
+                check it out and let the HttpComponents
+                team know what you think.
             
              More information can be found at the 
                 HttpComponents project site.
@@ -602,7 +625,7 @@
 <link>http://jakarta.apache.org/site/news/news-2006-q2.html#20060514.2</link>
 <description>
           
-The Jakarta Commons team are pleased to announced that Jakarta Commons Logging (JCL) 1.1 has been 
+The Jakarta Commons team are pleased to announced that Jakarta Commons Logging (JCL) 1.1 has been
 released. JCL is a thin bridging API for logging with adapters for many
 common logging systems. Read more about JCL here.
           
@@ -611,12 +634,12 @@
           
           
 Some changes have been made to the class-wise composition of the distributed jars.
-Some deprecated classes are no longer shipped. 
+Some deprecated classes are no longer shipped.
 This is covered in more detail in the release notes.
           
           
 The JCL documentation has also been improved. A Technology Guide offering an introduction to classloading issues and
-a Troubleshooting Guide complement an improved User Guide. 
+a Troubleshooting Guide complement an improved User Guide.
           
           
 Binary and source distributions are available. The jars are available from the usual repositories with groupId: commons-logging and artifactId: commons-logging. Please remember to verify the signatures.
@@ -628,9 +651,9 @@
 <link>http://jakarta.apache.org/site/news/news-2006-q2.html#20060514.1</link>
 <description>
             
-Early bird registrations for 
+Early bird registrations for
 ApacheCon Europe 2006 are now open.
-It will be held in 
+It will be held in
 Dublin, Ireland
               from June 26th till June 30th.
             
@@ -678,18 +701,18 @@
 <title>HttpComponents HttpCore 4.0-alpha1 Released </title>
 <link>http://jakarta.apache.org/site/news/news-2006-q2.html#20060423.1</link>
 <description>
-            HttpComponents  HttpCore 
-                4.0-alpha1 has been released. HttpCore provides a set of low level components, which 
+            HttpComponents  HttpCore
+                4.0-alpha1 has been released. HttpCore provides a set of low level components, which
                 can be used to build custom client and server side HTTP services.
              This release represents a complete redesign of the Jakarta Commons HttpClient
                 3.x API and a significant rewrite of the core HTTP components derived from the
-                HttpClient 3.0 code base. HttpCore will form the foundation of the future releases 
+                HttpClient 3.0 code base. HttpCore will form the foundation of the future releases
                 of Jakarta HttpClient.
             
              This release is primarily intended for API review and use in experimental projects.
-                The HttpCore API is still deemed unstable and it can still undergo significant changes 
-                based on the feedback from early adopters. Please check it out and let the HttpComponents 
-                team know what you think. 
+                The HttpCore API is still deemed unstable and it can still undergo significant changes
+                based on the feedback from early adopters. Please check it out and let the HttpComponents
+                team know what you think.
             
              More information can be found at the 
                 HttpComponents project site.
@@ -779,7 +802,7 @@
 <title>Commons Validator 1.3.0 Released </title>
 <link>http://jakarta.apache.org/site/news/news-2006-q1.html#20060324.1</link>
 <description>
-             The Commons Validator team is pleased to announce the availability of 
+             The Commons Validator team is pleased to announce the availability of
                 Commons Validator
                 1.3.0. For a summary of whats new in Validator 1.3.0 see the notes on the
                 Commons
@@ -817,7 +840,7 @@
 <link>http://jakarta.apache.org/site/news/news-2006-q1.html#20060218.1</link>
 <description>
             
-              ApacheCon Europe 2006 will 
+              ApacheCon Europe 2006 will
               be held in Dublin, Ireland
               from June 26th till June 30th.
             

Modified: jakarta/site/news.xml
URL: http://svn.apache.org/viewvc/jakarta/site/news.xml?view=diff&rev=520245&r1=520244&r2=520245
==============================================================================
--- jakarta/site/news.xml (original)
+++ jakarta/site/news.xml Mon Mar 19 20:03:48 2007
@@ -1,50 +1,69 @@
 <?xml version="1.0"?>
 <news>
-    <!-- 
-    
+    <!--
+
 Add a new <group> every quarter.  Each <group> becomes a single page, containing
 all the <release> and <item> elements it contains.
 
 group/@id
     Used as the basis for the name of the file to which the news items are generated,
-    i.e., "2005-q4".  
-  
+    i.e., "2005-q4".
+
 group/@title
     A short description of the content of the group, i.e., "2005 Oct-Dec".
 
 <release> and <item> go inside <group>
-    
+
 release/@id
-item/@id    
+item/@id
     @id must be formatted as YYYYMMDD.x.  The .x should start at 1 and increment in the rare cases
     that there are more than one news item on a given day.
-    
+
     @id is often used to sort releases and items into chronological order.
-    
+
 release/@product
     The product is used to generate the news item title; it should be the name of
     the product plus the release number (i.e., "HiveMind 1.1-beta-2").
-    
+
 item/@title
     The title of the news item.
-        
+
 Content inside <release> and <item> are copied into the output content XML files, then transformed
-into HTML for the final site.    
-    
+into HTML for the final site.
+
      -->
-    <!-- @id must be formatted as YYYYMMDD.x.  The output date is formatted from the id.  
+    <!-- @id must be formatted as YYYYMMDD.x.  The output date is formatted from the id.
          It is also used for sorting. -->
     <group id="2007-q1" title="2007 Jan-Mar">
+        <release id="20070318.1" product="Jakarta Regexp 1.5">
+            <p>
+              Jakarta Regexp 1.5 has been released. This is a maintenance release containing
+              several bug fixes as well as optimized performance for several categories of
+              expressions. Due to changes in the implementation of reluctant closures, users of
+              <a href="http://jakarta.apache.org/regexp/apidocs/org/apache/regexp/recompile.html">recompile</a>
+              utility are advised to recompile expressions using latest version of the utility. Please
+              refer to the <a href="http://jakarta.apache.org/regexp/changes.html">change log</a> for
+              complete list of changes in this release.
+            </p>
+            <p>
+              Download - <a href="http://jakarta.apache.org/site/downloads/downloads_regexp.cgi">
+              http://jakarta.apache.org/site/downloads/downloads_regexp.cgi</a>
+            </p>
+            <p>
+              For more information on Regexp, please see the
+              <a href="http://jakarta.apache.org/regexp/">Regexp</a> web site.
+            </p>
+        </release>
         <release id="20070318.1" product="Jakarta Commons Transaction 1.2">
             <p>
               Jakarta Commons Transaction 1.2 has been released. This is a bug fix/maintenance/feature release of Commons Transaction. A lot of bug fixing work
 from a number of people has gone into this release. This makes Commons Transaction more stable and reliable.
-Additionally, some nice features have been added.</p> 
+Additionally, some nice features have been added.</p>
 
-<p>Commons Transaction aims at providing utility classes commonly used in 
-transactional Java programming. 
+<p>Commons Transaction aims at providing utility classes commonly used in
+transactional Java programming.
 
-There are implementations for multi level (e.g. read/write) locks, transactional maps, and transactional file access, plus some helper classes 
+There are implementations for multi level (e.g. read/write) locks, transactional maps, and transactional file access, plus some helper classes
 
 
             </p>
@@ -66,8 +85,8 @@
         </release>
         <release id="20070316.1" product="Jakarta Commons HttpClient 3.1-rc1">
             <p>
-              HttpClient 3.1-rc1 has been released. This version fixes a number of issues found 
-              since 3.1-beta1. This release is expected to be the last one before HttpClient 3.1 
+              HttpClient 3.1-rc1 has been released. This version fixes a number of issues found
+              since 3.1-beta1. This release is expected to be the last one before HttpClient 3.1
               goes final.
             </p>
             <p><b>Downloads:</b>
@@ -103,9 +122,9 @@
         </release>
         <release id="20070213.2" product="Commons Lang 2.3">
             <p> <a href="http://jakarta.apache.org/commons/lang/">Commons Lang</a> 2.3 has been
-                released. Commons Lang provides a host of helper utilities for the classes 
+                released. Commons Lang provides a host of helper utilities for the classes
                 found in the java.lang package. </p>
-            <p>This release contains an equal number of bugfixes and improvements. Users of the 
+            <p>This release contains an equal number of bugfixes and improvements. Users of the
                StrBuilder and DurationFormatUtils classes will especially want to upgrade. </p>
             <p> The <a
                     href="http://jakarta.apache.org/commons/lang/upgradeto2_3.html">Release notes</a>
@@ -120,8 +139,8 @@
             <p> <a href="http://jakarta.apache.org/commons/io/">Commons IO</a> 1.3.1 has been
                 released. Commons IO provides low level utilities, file filters and streams that
                 probably should be in the JDK. </p>
-            <p>This  is a bugfix release which fixes the scope of the FileUtils.readFileToString(String) 
-               method to static and fixes a NullPointerException in FileUtils.openOutputStream(File). </p>    
+            <p>This  is a bugfix release which fixes the scope of the FileUtils.readFileToString(String)
+               method to static and fixes a NullPointerException in FileUtils.openOutputStream(File). </p>
             <p> The <a
                     href="http://jakarta.apache.org/commons/io/upgradeto1_3_1.html">Release notes</a>
 				are available online and in the downloads.
@@ -135,7 +154,7 @@
             <p> <a href="http://jakarta.apache.org/commons/io/">Commons IO</a> 1.3 has been
                 released. Commons IO provides low level utilities, file filters and streams that
                 probably should be in the JDK. </p>
-            <p>This release contains some bugfixes and lots of enhancements. </p>    
+            <p>This release contains some bugfixes and lots of enhancements. </p>
             <p> The <a
                     href="http://jakarta.apache.org/commons/io/upgradeto1_3.html">Release notes</a>
 				are available online and in the downloads.
@@ -147,8 +166,8 @@
         </release>
         <item id="20070107.1" title="Velocity TLP move">
             <p>
-                Velocity has moved to a TLP at its new address, 
-                <a href="http://velocity.apache.org">http://velocity.apache.org</a>. 
+                Velocity has moved to a TLP at its new address,
+                <a href="http://velocity.apache.org">http://velocity.apache.org</a>.
             </p>
             <p>
                 Velocity is an Java templating engine.
@@ -157,8 +176,8 @@
     </group>
     <group id="2006-q4" title="2006 Oct-Dec">
         <release id="20061230.2" product="Commons Betwixt 0.8">
-            <p> 
-                The Commons community is pleased to announce the availability of 
+            <p>
+                The Commons community is pleased to announce the availability of
                 <a href="http://jakarta.apache.org/commons/betwixt/">Commons Betwixt 0.8</a>.
             </p>
             <p>
@@ -170,25 +189,25 @@
 Enhancements have been made to mapping formats.
 Mixed collections are now handled more completely.
 For full details see the <a href='http://jakarta.apache.org/commons/betwixt/betwixt-0.8/RELEASE-NOTES.txt'>release notes</a>
-and <a href='http://jakarta.apache.org/commons/betwixt/betwixt-0.8/docs/index.html'>release documentation</a>. 
+and <a href='http://jakarta.apache.org/commons/betwixt/betwixt-0.8/docs/index.html'>release documentation</a>.
 	         </p>
            <p>
-It is 
-<a href='http://jakarta.apache.org/site/downloads/downloads_commons-betwixt.cgi'>available</a> 
+It is
+<a href='http://jakarta.apache.org/site/downloads/downloads_commons-betwixt.cgi'>available</a>
 in binary and source distributions.
            </p>
         </release>
         <release id="20061230.1" product="Commons VFS 1.0">
-            <p> 
-                The Commons community would like to announce the availability of 
+            <p>
+                The Commons community would like to announce the availability of
                 <a href="http://jakarta.apache.org/commons/vfs/">Commons VFS</a>
-                1.0. Commons-VFS 1.0 is the first release. 
+                1.0. Commons-VFS 1.0 is the first release.
             </p>
 Commons VFS provides a single API for accessing various different file systems. It presents a uniform view of the files from various different sources, such as the files on local disk, on an HTTP server, or inside a Zip archive.
 For example, you can use filenames like "tar:gz:http://anyhost/dir/mytar.tar.gz!/mytar.tar!/path/in/tar/README.txt" to access a compressed tar file located on a web server.
             <p>
             </p>
-            <p> 
+            <p>
                 Commons VFS is available in either binary or source form from the
                 <a href="http://jakarta.apache.org/site/downloads/downloads_commons-vfs.cgi">Commons VFS downloads</a> page.
             </p>
@@ -213,51 +232,51 @@
             </p>
         </release>
         <release id="20061207.1" product="HttpComponents HttpCore 4.0-alpha3">
-            <p>HttpComponents  <a href="http://jakarta.apache.org/httpcomponents/httpcore/">HttpCore</a> 
-                4.0-alpha3 has been released. HttpCore provides a set of low level components, which 
+            <p>HttpComponents  <a href="http://jakarta.apache.org/httpcomponents/httpcore/">HttpCore</a>
+                4.0-alpha3 has been released. HttpCore provides a set of low level components, which
                 can be used to build custom client and server side HTTP services.</p>
-            <p> ALPHA3 release features a number of enhancements and refinements to the base 
-                HttpCore API and adds an optional set of API extensions based on NIO.</p> 
-            <p>HttpCore NIO extensions can be used to build asynchronous HTTP services based on 
-               non-blocking I/O model capable of handling a great number of simultaneous 
-               connections with just a few I/O threads. Please  check it out and let the <a 
-                href="http://jakarta.apache.org/httpcomponents/mail-lists.html">HttpComponents 
-                team</a> know what you think. 
+            <p> ALPHA3 release features a number of enhancements and refinements to the base
+                HttpCore API and adds an optional set of API extensions based on NIO.</p>
+            <p>HttpCore NIO extensions can be used to build asynchronous HTTP services based on
+               non-blocking I/O model capable of handling a great number of simultaneous
+               connections with just a few I/O threads. Please  check it out and let the <a
+                href="http://jakarta.apache.org/httpcomponents/mail-lists.html">HttpComponents
+                team</a> know what you think.
             </p>
             <p> More information can be found at the <a href="http://jakarta.apache.org/httpcomponents/">
                 HttpComponents</a> project site.
             </p>
-            <p>Downloads can be found <a 
+            <p>Downloads can be found <a
                 href="http://jakarta.apache.org/site/downloads/downloads_httpcomponents-httpcore.cgi">
                 here</a>
             </p>
         </release>
         <release id="20061204.1" product="Commons Digester 1.8">
             <p>
-              The Jakarta Commons community would like to announce the availability of 
+              The Jakarta Commons community would like to announce the availability of
               <a href="http://jakarta.apache.org/commons/digester/">Commons Digester</a>
-              1.8. Commons Digester lets users configure an XML to Java object mapping module. 
-            </p> 
+              1.8. Commons Digester lets users configure an XML to Java object mapping module.
+            </p>
             <p>
               Digester 1.8 contains a few new features and a small number of bug
-              fixes. Full details can be found in the 
+              fixes. Full details can be found in the
               <a href="http://www.apache.org/dist/jakarta/commons/digester/RELEASE-NOTES.txt" >release notes</a>.
             </p>
-            <p> Digester is available in either binary or source form from 
-              <a href="http://jakarta.apache.org/site/downloads/downloads_commons-digester.cgi">Digester downloads</a> 
+            <p> Digester is available in either binary or source form from
+              <a href="http://jakarta.apache.org/site/downloads/downloads_commons-digester.cgi">Digester downloads</a>
               page.
             </p>
         </release>
         <release id="20061203.1" product="Commons Discovery 0.4">
-            <p> The Commons community would like to announce the availability of 
+            <p> The Commons community would like to announce the availability of
                 <a href="http://jakarta.apache.org/commons/discovery/">Commons Discovery</a>
                 0.4. Discovery provides facilities for discovering implementations for
                 pluggable interfaces.
             </p>
-            <p> Version 0.4 is a long overdue release (0.3 failed at the last hurdle 
-                to actually be released). Discovery is not an actively developed component, so 
-                this release is chiefly to mark a stable point that the users of discovery 
-                can depend on. 
+            <p> Version 0.4 is a long overdue release (0.3 failed at the last hurdle
+                to actually be released). Discovery is not an actively developed component, so
+                this release is chiefly to mark a stable point that the users of discovery
+                can depend on.
                 Full details of this can be found in the
                 <a href="http://www.apache.org/dist/jakarta/commons/discovery/RELEASE-NOTES.txt">
                 Release Notes</a>.</p>
@@ -266,9 +285,9 @@
                 Discovery downloads</a> page.</p>
         </release>
         <release id="20061202.1" product="Commons DbUtils 1.1">
-            <p> The Commons community would like to announce the availability of 
+            <p> The Commons community would like to announce the availability of
                 <a href="http://jakarta.apache.org/commons/dbutils/">Commons DbUtils</a>
-                1.1. DbUtils 1.1 is a bugfix release resolving most of the issues raised over 
+                1.1. DbUtils 1.1 is a bugfix release resolving most of the issues raised over
                 the last couple of years. Full details of this can be found in the
                 <a href="http://jakarta.apache.org/commons/dbutils/changes-report.html">
                 Release Notes</a>.</p>
@@ -277,7 +296,7 @@
                 DbUtils downloads</a> page.</p>
         </release>
         <release id="20061201.1" product="Commons Validator 1.3.1">
-            <p> The Commons Validator team is pleased to announce the availability of 
+            <p> The Commons Validator team is pleased to announce the availability of
                 <a href="http://jakarta.apache.org/commons/validator/">Commons Validator</a>
                 1.3.1. Validator 1.3.1 is a maintenance release fixing a number of bugs, full
                 details of which can be found in the
@@ -289,8 +308,8 @@
         </release>
         <release id="20061030.1" product="Jakarta Commons HttpClient 3.1-beta1">
             <p>
-              HttpClient 3.1-beta1 has been released. This version finalizes the RFC 2965 
-              cookie management API and adds a number of improvements to the HTTP 
+              HttpClient 3.1-beta1 has been released. This version finalizes the RFC 2965
+              cookie management API and adds a number of improvements to the HTTP
               connection management classes.
             </p>
             <p><b>Downloads:</b>
@@ -312,34 +331,34 @@
 
        <item id="20061017.1" title="HiveMind TLP move">
             <p>
-                HiveMind has moved to a TLP at its new address, 
-                <a href="http://hivemind.apache.org">http://hivemind.apache.org</a>. 
+                HiveMind has moved to a TLP at its new address,
+                <a href="http://hivemind.apache.org">http://hivemind.apache.org</a>.
             </p>
             <p>HiveMind is a services and configuration microkernel. </p>
         </item>
     	<release id="20061006.1" product="Jakarta BSF 2.4.0">
 	    <p> The Jakarta BSF team is proud to announce the release of BSF-2.4.0.
-	        This is first official release of the Jakarta BSF product from 
+	        This is first official release of the Jakarta BSF product from
 		Apache Software Foundation.</p>
-	    <p> Both <a 
+	    <p> Both <a
 	    	href="http://jakarta.apache.org/site/downloads/downloads_bsf.cgi">
-	        binary</a> and <a 
+	        binary</a> and <a
 		href="http://jakarta.apache.org/site/downloads/downloads_bsf.cgi">
 		source</a> distributions are now available from the usual mirrors
 		</p>
 	    <p> Please remember to verify the signatures of the	files you download
-	        using the Keys found on the <a 
+	        using the Keys found on the <a
 		href="http://www.apache.org/dist/jakarta/bsf/"> main Apache
 		website</a> when downloading from a mirror.</p>
-	    <p> For more information on Jakarta-BSF, please visit Jakarta BSF 
+	    <p> For more information on Jakarta-BSF, please visit Jakarta BSF
 	    	website.</p>
         </release>
         <release id="20061004.1" product="Commons Lang 2.2">
             <p> <a href="http://jakarta.apache.org/commons/lang">Commons Lang</a>
-                2.2 is now available. It contains an equal number of bugfixes and 
-                new features - most notably a new text package. There are no new 
-                deprecations, and there should be no binary incompatibilites with 
-                the previous 2.1 version. 
+                2.2 is now available. It contains an equal number of bugfixes and
+                new features - most notably a new text package. There are no new
+                deprecations, and there should be no binary incompatibilites with
+                the previous 2.1 version.
                 A full list of changes since the previous release can be found in the <a
                     href="http://jakarta.apache.org/commons/lang/upgradeto2_2.html">
                     release notes</a>.</p>
@@ -366,7 +385,7 @@
         </release>
         <release id="20060910.1" product="Commons JEXL 1.1">
             <p> <a href="http://jakarta.apache.org/commons/jexl/">Commons JEXL</a>
-                1.1 is now available. For details of what's new in JEXL 1.1 please see the 
+                1.1 is now available. For details of what's new in JEXL 1.1 please see the
                 <a href="http://jakarta.apache.org/commons/jexl/changes-report.html">changes report</a>.</p>
             <p> Commons JEXL is available in either binary or source form from the
                 <a href="http://jakarta.apache.org/site/downloads/downloads_commons-jexl.cgi">
@@ -374,19 +393,19 @@
         </release>
         <release id="20060803.1" product="Commons Attributes 2.2">
             <p> <a href="http://jakarta.apache.org/commons/attributes/">Commons Attributes</a>
-                2.2 is now available. For details of what's new in Attributes 2.2 please see the 
+                2.2 is now available. For details of what's new in Attributes 2.2 please see the
                 <a href="http://jakarta.apache.org/commons/attributes/changelog.html">change-log</a>.</p>
-            <p> Attributes is considered to have been made obsolete by the Java 5.0 release, so 
+            <p> Attributes is considered to have been made obsolete by the Java 5.0 release, so
                 2.3 and beyond are not expected to be created. </p>
             <p> Attributes is available in either binary or source form from the
                 <a href="http://jakarta.apache.org/site/downloads/downloads_commons-attributes.cgi">
                 Attributes download</a> page.</p>
         </release>
         <release id="20060731.1" product="Commons Modeler 2.0">
-            <p> The Commons Modeler team is pleased to announce the availability of 
+            <p> The Commons Modeler team is pleased to announce the availability of
                 <a href="http://jakarta.apache.org/commons/modeler/">Commons Modeler</a>
-                2.0. For a details of whats new in Modeler 2.0 see the 
-                <a href="http://jakarta.apache.org/commons/modeler/RELEASE-NOTES.txt">Release 
+                2.0. For a details of whats new in Modeler 2.0 see the
+                <a href="http://jakarta.apache.org/commons/modeler/RELEASE-NOTES.txt">Release
                 Notes</a>.</p>
             <p> Modeler is available in either binary or source form from the
                 <a href="http://jakarta.apache.org/site/downloads/downloads_commons-modeler.cgi">
@@ -405,7 +424,7 @@
                 -- business process flows, view navigation bits, interaction or dialog
                 management, and many more -- can leverage the Commons SCXML library.
             </p>
-            <p> 
+            <p>
                 Commons SCXML is available in either binary or source form from the
                 Commons SCXML download page -
                 <a href="http://jakarta.apache.org/site/downloads/downloads_commons-scxml.cgi">
@@ -420,9 +439,9 @@
     <group id="2006-q2" title="2006 Apr-Jun">
         <release id="20060626.1" product="Jakarta Commons HttpClient 3.1-alpha1">
             <p>
-              HttpClient 3.1-alpha1 has been released. This version adds support for the RFC 2965 cookie 
-              management (also known as Cookie2 or port sensitive cookies). All upstream projects dependent 
-              on HttpClient are strongly encouraged to review the new API and test new features for 
+              HttpClient 3.1-alpha1 has been released. This version adds support for the RFC 2965 cookie
+              management (also known as Cookie2 or port sensitive cookies). All upstream projects dependent
+              on HttpClient are strongly encouraged to review the new API and test new features for
               compatibility with their products.
             </p>
             <p><b>Downloads:</b>
@@ -443,8 +462,8 @@
         </release>
         <item id="20060621.1" title="Tapestry TLP move">
             <p>
-                Tapestry has moved to a TLP at its new address, 
-                <a href="http://tapestry.apache.org">http://tapestry.apache.org</a>. 
+                Tapestry has moved to a TLP at its new address,
+                <a href="http://tapestry.apache.org">http://tapestry.apache.org</a>.
             </p>
             <p>
                 Tapestry is an open-source framework for creating dynamic, robust, highly scalable
@@ -453,9 +472,9 @@
             </p>
         </item>
         <release id="20060615.1" product="Commons Chain 1.1">
-            <p> The Commons Chain team is pleased to announce the availability of 
+            <p> The Commons Chain team is pleased to announce the availability of
                 <a href="http://jakarta.apache.org/commons/chain/">Commons Chain</a>
-                1.1. For a details of whats new in Chain 1.1 see the 
+                1.1. For a details of whats new in Chain 1.1 see the
                 <a href="http://jakarta.apache.org/commons/chain/changes-report.html">Changes
                 Report</a>.</p>
             <p> Chain is available in either binary or source form from the
@@ -473,20 +492,20 @@
             </p>
         </release>
         <release id="20060609.1" product="HttpComponents HttpCore 4.0-alpha2">
-            <p>HttpComponents  <a href="http://jakarta.apache.org/httpcomponents/httpcore/">HttpCore</a> 
-                4.0-alpha2 has been released. HttpCore provides a set of low level components, which 
+            <p>HttpComponents  <a href="http://jakarta.apache.org/httpcomponents/httpcore/">HttpCore</a>
+                4.0-alpha2 has been released. HttpCore provides a set of low level components, which
                 can be used to build custom client and server side HTTP services.</p>
-            <p> This release addresses a number of non-critical problems found in the previous release. 
-                The upstream projects are strongly encouraged use this release as a dependency while 
-                HttpCore undergoes another round of reviews and optimization in the SVN trunk. Please 
-                check it out and let the <a 
-                href="http://jakarta.apache.org/httpcomponents/mail-lists.html">HttpComponents 
-                team</a> know what you think. 
+            <p> This release addresses a number of non-critical problems found in the previous release.
+                The upstream projects are strongly encouraged use this release as a dependency while
+                HttpCore undergoes another round of reviews and optimization in the SVN trunk. Please
+                check it out and let the <a
+                href="http://jakarta.apache.org/httpcomponents/mail-lists.html">HttpComponents
+                team</a> know what you think.
             </p>
             <p> More information can be found at the <a href="http://jakarta.apache.org/httpcomponents/">
                 HttpComponents</a> project site.
             </p>
-            <p>Downloads can be found <a 
+            <p>Downloads can be found <a
                 href="http://jakarta.apache.org/site/downloads/downloads_httpcomponents-httpcore.cgi">
                 here</a>
             </p>
@@ -558,7 +577,7 @@
         </release>
         <release id="20060514.2" product="Jakarta Commons Logging 1.1">
           <p>
-The Jakarta Commons team are pleased to announced that Jakarta Commons Logging (JCL) 1.1 has been 
+The Jakarta Commons team are pleased to announced that Jakarta Commons Logging (JCL) 1.1 has been
 released. JCL is a thin bridging API for logging with adapters for many
 common logging systems. Read more about JCL <a href='http://jakarta.apache.org/commons/logging'>here</a>.
           </p>
@@ -567,12 +586,12 @@
           </p>
           <p>
 Some changes have been made to the class-wise composition of the distributed jars.
-Some deprecated classes are no longer shipped. 
+Some deprecated classes are no longer shipped.
 This is covered in more detail in the <a href='http://jakarta.apache.org/commons/logging/RELEASE-NOTES.txt'>release notes</a>.
           </p>
           <p>
 The JCL documentation has also been improved. A <a href='http://jakarta.apache.org/commons/logging/tech.html'>Technology Guide</a> offering an introduction to classloading issues and
-a <a href='http://jakarta.apache.org/commons/logging/troubleshooting.html'>Troubleshooting Guide</a> complement an improved <a href='http://jakarta.apache.org/commons/logging/guide.html'>User Guide</a>. 
+a <a href='http://jakarta.apache.org/commons/logging/troubleshooting.html'>Troubleshooting Guide</a> complement an improved <a href='http://jakarta.apache.org/commons/logging/guide.html'>User Guide</a>.
           </p>
           <p>
 Binary and source distributions are <a href='http://jakarta.apache.org/site/downloads/downloads_commons-logging.cgi'>available</a>. The jars are available from the usual repositories with <code>groupId: commons-logging</code> and <code>artifactId: commons-logging</code>. Please remember to verify the signatures.
@@ -580,9 +599,9 @@
         </release>
         <item id="20060514.1" title="ApacheCon EU: Registration Is Open">
             <p>
-Early bird registrations for 
+Early bird registrations for
 <a href='http://www.apachecon.com'>ApacheCon Europe 2006</a> are now open.
-It will be held in 
+It will be held in
 <a href='http://www.jurysdoyle.com/ireland/doyle_burlington.htm'>Dublin, Ireland</a>
               from June 26th till June 30th.
             </p>
@@ -623,24 +642,24 @@
             </p>
         </item>
         <release id="20060423.1" product="HttpComponents HttpCore 4.0-alpha1">
-            <p>HttpComponents  <a href="http://jakarta.apache.org/httpcomponents/httpcore/">HttpCore</a> 
-                4.0-alpha1 has been released. HttpCore provides a set of low level components, which 
+            <p>HttpComponents  <a href="http://jakarta.apache.org/httpcomponents/httpcore/">HttpCore</a>
+                4.0-alpha1 has been released. HttpCore provides a set of low level components, which
                 can be used to build custom client and server side HTTP services.</p>
             <p> This release represents a complete redesign of the Jakarta Commons HttpClient
                 3.x API and a significant rewrite of the core HTTP components derived from the
-                HttpClient 3.0 code base. HttpCore will form the foundation of the future releases 
+                HttpClient 3.0 code base. HttpCore will form the foundation of the future releases
                 of Jakarta HttpClient.
             </p>
             <p> This release is primarily intended for API review and use in experimental projects.
-                The HttpCore API is still deemed unstable and it can still undergo significant changes 
-                based on the feedback from early adopters. Please check it out and let the <a 
-                href="http://jakarta.apache.org/httpcomponents/mail-lists.html">HttpComponents 
-                team</a> know what you think. 
+                The HttpCore API is still deemed unstable and it can still undergo significant changes
+                based on the feedback from early adopters. Please check it out and let the <a
+                href="http://jakarta.apache.org/httpcomponents/mail-lists.html">HttpComponents
+                team</a> know what you think.
             </p>
             <p> More information can be found at the <a href="http://jakarta.apache.org/httpcomponents/">
                 HttpComponents</a> project site.
             </p>
-            <p>Downloads can be found <a 
+            <p>Downloads can be found <a
                 href="http://jakarta.apache.org/site/downloads/downloads_httpcomponents-httpcore.cgi">
                 here</a>
             </p>
@@ -697,7 +716,7 @@
             <p> The Apache Jakarta Cactus Team </p>
         </release>
         <release id="20060324.1" product="Commons Validator 1.3.0">
-            <p> The Commons Validator team is pleased to announce the availability of 
+            <p> The Commons Validator team is pleased to announce the availability of
                 <a href="http://jakarta.apache.org/commons/validator/">Commons Validator</a>
                 1.3.0. For a summary of whats new in Validator 1.3.0 see the notes on the
                 <a href="http://wiki.apache.org/jakarta-commons/ValidatorVersion130">Commons
@@ -729,7 +748,7 @@
         </release>
         <item id="20060218.1" title="ApacheCon EU: Venue And Dates Announced">
             <p>
-              <a href='http://www.apachecon.com'>ApacheCon Europe 2006</a> will 
+              <a href='http://www.apachecon.com'>ApacheCon Europe 2006</a> will
               be held in <a href='http://www.jurysdoyle.com/ireland/doyle_burlington.htm'>Dublin, Ireland</a>
               from June 26th till June 30th.
             </p>



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