Author: niallp
Date: Tue Jan 11 22:21:32 2011
New Revision: 1057893

URL: http://svn.apache.org/viewvc?rev=1057893&view=rev
Log:
Prepare site for Lang 2.6 release

Added:
    commons/proper/lang/branches/LANG_2_X/src/site/xdoc/mail-lists.xml   (with 
props)
    commons/proper/lang/branches/LANG_2_X/src/site/xdoc/upgradeto2_6.xml   
(with props)
Modified:
    commons/proper/lang/branches/LANG_2_X/pom.xml
    commons/proper/lang/branches/LANG_2_X/src/site/changes/changes.xml
    commons/proper/lang/branches/LANG_2_X/src/site/site.xml
    commons/proper/lang/branches/LANG_2_X/src/site/xdoc/building.xml
    commons/proper/lang/branches/LANG_2_X/src/site/xdoc/download_lang.xml
    commons/proper/lang/branches/LANG_2_X/src/site/xdoc/index.xml
    commons/proper/lang/branches/LANG_2_X/src/site/xdoc/release-history.xml

Modified: commons/proper/lang/branches/LANG_2_X/pom.xml
URL: 
http://svn.apache.org/viewvc/commons/proper/lang/branches/LANG_2_X/pom.xml?rev=1057893&r1=1057892&r2=1057893&view=diff
==============================================================================
--- commons/proper/lang/branches/LANG_2_X/pom.xml (original)
+++ commons/proper/lang/branches/LANG_2_X/pom.xml Tue Jan 11 22:21:32 2011
@@ -423,7 +423,10 @@
     <maven.compile.source>1.3</maven.compile.source>
     <maven.compile.target>1.3</maven.compile.target>
     <commons.componentid>lang</commons.componentid>
-    <commons.release.version>2.5</commons.release.version>
+    <commons.release.version>2.6</commons.release.version>
+    <commons.release.desc>(Java 1.3+)</commons.release.desc>
+    <commons.release.2.version>3.0-beta</commons.release.2.version>
+    <commons.release.2.desc>(Java 5.0+)</commons.release.2.desc>
     <commons.jira.id>LANG</commons.jira.id>
     <commons.jira.pid>12310481</commons.jira.pid>
     <random.exclude.test>**/RandomUtilsFreqTest.java</random.exclude.test>

Modified: commons/proper/lang/branches/LANG_2_X/src/site/changes/changes.xml
URL: 
http://svn.apache.org/viewvc/commons/proper/lang/branches/LANG_2_X/src/site/changes/changes.xml?rev=1057893&r1=1057892&r2=1057893&view=diff
==============================================================================
--- commons/proper/lang/branches/LANG_2_X/src/site/changes/changes.xml 
(original)
+++ commons/proper/lang/branches/LANG_2_X/src/site/changes/changes.xml Tue Jan 
11 22:21:32 2011
@@ -21,7 +21,7 @@
   </properties>
   <body>
 
-  <release version="2.6" date="Unreleased" description="">
+  <release version="2.6" date="2011-01-16" description="">
     <action type="add" issue="LANG-633">BooleanUtils: use same optimization in 
toBooleanObject(String) as in toBoolean(String)</action>
     <action type="add" issue="LANG-599">ClassUtils: allow Dots as Inner Class 
Separators in getClass()</action>
     <action type="add" issue="LANG-594">DateUtils: equal and compare functions 
up to most significant field</action>

Modified: commons/proper/lang/branches/LANG_2_X/src/site/site.xml
URL: 
http://svn.apache.org/viewvc/commons/proper/lang/branches/LANG_2_X/src/site/site.xml?rev=1057893&r1=1057892&r2=1057893&view=diff
==============================================================================
--- commons/proper/lang/branches/LANG_2_X/src/site/site.xml (original)
+++ commons/proper/lang/branches/LANG_2_X/src/site/site.xml Tue Jan 11 22:21:32 
2011
@@ -28,7 +28,7 @@
             <item name="Download"        href="/download_lang.cgi"/>
             <item name="Users guide"     href="/userguide.html"/>
             <item name="Release History" href="/release-history.html"/>
-            <item name="Javadoc (2.5 release)" href="api-release/index.html"/>
+            <item name="Javadoc (2.6 release)" href="api-release/index.html"/>
         </menu>
 
         <menu name="Development">

Modified: commons/proper/lang/branches/LANG_2_X/src/site/xdoc/building.xml
URL: 
http://svn.apache.org/viewvc/commons/proper/lang/branches/LANG_2_X/src/site/xdoc/building.xml?rev=1057893&r1=1057892&r2=1057893&view=diff
==============================================================================
--- commons/proper/lang/branches/LANG_2_X/src/site/xdoc/building.xml (original)
+++ commons/proper/lang/branches/LANG_2_X/src/site/xdoc/building.xml Tue Jan 11 
22:21:32 2011
@@ -31,6 +31,7 @@ limitations under the License.
   You may also be interested in the upgrade notes:
 </p>
 <ul>
+  <li>Upgrade <a href="upgradeto2_6.html">from 2.5 to 2.6</a></li>
   <li>Upgrade <a href="upgradeto2_5.html">from 2.4 to 2.5</a></li>
   <li>Upgrade <a href="upgradeto2_4.html">from 2.3 to 2.4</a></li>
   <li>Upgrade <a href="upgradeto2_3.html">from 2.2 to 2.3</a></li>

Modified: commons/proper/lang/branches/LANG_2_X/src/site/xdoc/download_lang.xml
URL: 
http://svn.apache.org/viewvc/commons/proper/lang/branches/LANG_2_X/src/site/xdoc/download_lang.xml?rev=1057893&r1=1057892&r2=1057893&view=diff
==============================================================================
--- commons/proper/lang/branches/LANG_2_X/src/site/xdoc/download_lang.xml 
(original)
+++ commons/proper/lang/branches/LANG_2_X/src/site/xdoc/download_lang.xml Tue 
Jan 11 22:21:32 2011
@@ -50,10 +50,11 @@ limitations under the License.
   </properties>
   <body>
     <section name="Download Commons Lang">
+    <subsection name="Using a Mirror">
       <p>
         We recommend you use a mirror to download our release
         builds, but you <strong>must</strong> verify the integrity of
-        the downloaded files using signatures downloaded from our main 
+        the downloaded files using signatures downloaded from our main
         distribution directories. Recent releases (48 hours) may not yet
         be available from the mirrors.
       </p>
@@ -70,7 +71,7 @@ limitations under the License.
 
       <form action="[location]" method="get" id="SelectMirror">
         <p>
-          Other mirrors: 
+          Other mirrors:
           <select name="Preferred">
           [if-any http]
             [for http]<option value="[http]">[http]</option>[end]
@@ -87,59 +88,81 @@ limitations under the License.
       </form>
 
       <p>
-        The <code>KEYS</code> link links to the code signing keys used to sign 
the product.
-        The <code>PGP</code> link downloads the OpenPGP compatible signature 
from our main site. 
+        The <a href="http://www.apache.org/dist/commons/KEYS";>KEYS</a>
+        link links to the code signing keys used to sign the product.
+        The <code>PGP</code> link downloads the OpenPGP compatible signature 
from our main site.
         The <code>MD5</code> link downloads the checksum from the main site.
       </p>
-
-      <p>
-        For more information concerning Commons Lang, see the 
-        <a href="index.html" class="name">Commons Lang</a> web site.
-      </p>
-
-      <p>
-        <div class="links"><span class="link"><a 
href="http://www.apache.org/dist/commons/KEYS";>KEYS</a></span></div>
-        <ul class="downloads">
-          <li class="group"><div class="links"><span 
class="label">Binary</span></div>
-            <ul>
-              <li class="download"><a 
href="[preferred]/commons/lang/binaries/commons-lang-2.5-bin.tar.gz">2.5.tar.gz</a>
-                <ul class="attributes">
-                  <li><span class="md5">[<a 
href="http://www.apache.org/dist/commons/lang/binaries/commons-lang-2.5-bin.tar.gz.md5";>md5</a>]</span>
-                      <span class="pgp">[<a 
href="http://www.apache.org/dist/commons/lang/binaries/commons-lang-2.5-bin.tar.gz.asc";>pgp</a>]</span>
-                  </li>
-                </ul>
-              </li>
-              <li class="download"><a 
href="[preferred]/commons/lang/binaries/commons-lang-2.5-bin.zip">2.5.zip</a>
-                <ul class="attributes">
-                  <li><span class="md5">[<a 
href="http://www.apache.org/dist/commons/lang/binaries/commons-lang-2.5-bin.zip.md5";>md5</a>]</span>
-                      <span class="pgp">[<a 
href="http://www.apache.org/dist/commons/lang/binaries/commons-lang-2.5-bin.zip.asc";>pgp</a>]</span>
-                  </li>
-                </ul>
-              </li>
-            </ul>
-          </li>
-          <li class="group"><div class="links"><span 
class="label">Source</span></div>
-            <ul>
-              <li class="download"><a 
href="[preferred]/commons/lang/source/commons-lang-2.5-src.tar.gz">2.5.tar.gz</a>
-                <ul class="attributes">
-                  <li><span class="md5">[<a 
href="http://www.apache.org/dist/commons/lang/source/commons-lang-2.5-src.tar.gz.md5";>md5</a>]</span>
-                      <span class="pgp">[<a 
href="http://www.apache.org/dist/commons/lang/source/commons-lang-2.5-src.tar.gz.asc";>pgp</a>]</span>
-                  </li>
-                </ul>
-              </li>
-              <li class="download"><a 
href="[preferred]/commons/lang/source/commons-lang-2.5-src.zip">2.5.zip</a>
-                <ul class="attributes">
-                  <li><span class="md5">[<a 
href="http://www.apache.org/dist/commons/lang/source/commons-lang-2.5-src.zip.md5";>md5</a>]</span>
-                      <span class="pgp">[<a 
href="http://www.apache.org/dist/commons/lang/source/commons-lang-2.5-src.zip.asc";>pgp</a>]</span>
-                  </li>
-                </ul>
-              </li>
-            </ul>
-          </li>
+    </subsection>
+    </section>
+    <section name="Commons Lang 2.6 (Java 1.3+)">
+      <subsection name="Binaries">
+        <table>
+          <tr>
+              <td><a 
href="[preferred]/commons/lang/binaries/commons-lang-2.6-bin.tar.gz">commons-lang-2.6-bin.tar.gz</a></td>
+              <td><a 
href="http://www.apache.org/dist/commons/lang/binaries/commons-lang-2.6-bin.tar.gz.md5";>md5</a></td>
+              <td><a 
href="http://www.apache.org/dist/commons/lang/binaries/commons-lang-2.6-bin.tar.gz.asc";>pgp</a></td>
+          </tr>
+          <tr>
+              <td><a 
href="[preferred]/commons/lang/binaries/commons-lang-2.6-bin.zip">commons-lang-2.6-bin.zip</a></td>
+              <td><a 
href="http://www.apache.org/dist/commons/lang/binaries/commons-lang-2.6-bin.zip.md5";>md5</a></td>
+              <td><a 
href="http://www.apache.org/dist/commons/lang/binaries/commons-lang-2.6-bin.zip.asc";>pgp</a></td>
+          </tr>
+        </table>
+      </subsection>
+      <subsection name="Source">
+        <table>
+          <tr>
+              <td><a 
href="[preferred]/commons/lang/source/commons-lang-2.6-src.tar.gz">commons-lang-2.6-src.tar.gz</a></td>
+              <td><a 
href="http://www.apache.org/dist/commons/lang/source/commons-lang-2.6-src.tar.gz.md5";>md5</a></td>
+              <td><a 
href="http://www.apache.org/dist/commons/lang/source/commons-lang-2.6-src.tar.gz.asc";>pgp</a></td>
+          </tr>
+          <tr>
+              <td><a 
href="[preferred]/commons/lang/source/commons-lang-2.6-src.zip">commons-lang-2.6-src.zip</a></td>
+              <td><a 
href="http://www.apache.org/dist/commons/lang/source/commons-lang-2.6-src.zip.md5";>md5</a></td>
+              <td><a 
href="http://www.apache.org/dist/commons/lang/source/commons-lang-2.6-src.zip.asc";>pgp</a></td>
+          </tr>
+        </table>
+      </subsection>
+    </section>
+    <section name="Commons Lang 3.0-beta (Java 5.0+)">
+      <subsection name="Binaries">
+        <table>
+          <tr>
+              <td><a 
href="[preferred]/commons/lang/binaries/commons-lang-3.0-beta-bin.tar.gz">commons-lang-3.0-beta-bin.tar.gz</a></td>
+              <td><a 
href="http://www.apache.org/dist/commons/lang/binaries/commons-lang-3.0-beta-bin.tar.gz.md5";>md5</a></td>
+              <td><a 
href="http://www.apache.org/dist/commons/lang/binaries/commons-lang-3.0-beta-bin.tar.gz.asc";>pgp</a></td>
+          </tr>
+          <tr>
+              <td><a 
href="[preferred]/commons/lang/binaries/commons-lang-3.0-beta-bin.zip">commons-lang-3.0-beta-bin.zip</a></td>
+              <td><a 
href="http://www.apache.org/dist/commons/lang/binaries/commons-lang-3.0-beta-bin.zip.md5";>md5</a></td>
+              <td><a 
href="http://www.apache.org/dist/commons/lang/binaries/commons-lang-3.0-beta-bin.zip.asc";>pgp</a></td>
+          </tr>
+        </table>
+      </subsection>
+      <subsection name="Source">
+        <table>
+          <tr>
+              <td><a 
href="[preferred]/commons/lang/source/commons-lang-3.0-beta-src.tar.gz">commons-lang-3.0-beta-src.tar.gz</a></td>
+              <td><a 
href="http://www.apache.org/dist/commons/lang/source/commons-lang-3.0-beta-src.tar.gz.md5";>md5</a></td>
+              <td><a 
href="http://www.apache.org/dist/commons/lang/source/commons-lang-3.0-beta-src.tar.gz.asc";>pgp</a></td>
+          </tr>
+          <tr>
+              <td><a 
href="[preferred]/commons/lang/source/commons-lang-3.0-beta-src.zip">commons-lang-3.0-beta-src.zip</a></td>
+              <td><a 
href="http://www.apache.org/dist/commons/lang/source/commons-lang-3.0-beta-src.zip.md5";>md5</a></td>
+              <td><a 
href="http://www.apache.org/dist/commons/lang/source/commons-lang-3.0-beta-src.zip.asc";>pgp</a></td>
+          </tr>
+        </table>
+      </subsection>
+    </section>
+    <section name="Archives">
+        <p>
+          Older releases can be obtained from the archives.
+        </p>
+        <ul>
           <li class="download"><a href="[preferred]/commons/lang/">browse 
download area</a></li>
           <li><a 
href="http://archive.apache.org/dist/commons/lang/";>archives...</a></li>
         </ul>
-      </p>
     </section>
   </body>
 </document>

Modified: commons/proper/lang/branches/LANG_2_X/src/site/xdoc/index.xml
URL: 
http://svn.apache.org/viewvc/commons/proper/lang/branches/LANG_2_X/src/site/xdoc/index.xml?rev=1057893&r1=1057892&r2=1057893&view=diff
==============================================================================
--- commons/proper/lang/branches/LANG_2_X/src/site/xdoc/index.xml (original)
+++ commons/proper/lang/branches/LANG_2_X/src/site/xdoc/index.xml Tue Jan 11 
22:21:32 2011
@@ -47,7 +47,8 @@ together with various <a href="project-r
 The JavaDoc API documents are available online:
 </p>
 <ul>
-<li>The <a href="api-release/index.html">current release 2.5</a></li>
+<li>The <a href="api-2.6/index.html">current stable release 2.6</a></li>
+<li>The <a href="api-2.5/index.html">previous version 2.5</a></li>
 <li>The <a href="api-2.4/index.html">previous version 2.4</a></li>
 <li>Older releases - see the <a href="release-history.html">Release 
History</a> page</li>
 </ul>
@@ -59,9 +60,9 @@ The <a href="source-repository.html">sub
 <!-- ================================================== -->
 <section name="Releases">
 <p>
-The latest version 2.5, is JDK 1.3 compatible - 
+The latest version 2.6, is JDK 1.3 compatible - 
 <a href="http://commons.apache.org/lang/download_lang.cgi";>Download now!</a> 
-(<a href="upgradeto2_5.html">upgrade notes</a>). </p>
+(<a href="upgradeto2_6.html">upgrade notes</a>). </p>
 
 <p>
 For information on previous releases, see the <a 
href="release-history.html">Release History</a> and to download previous 
releases, see the <a href="http://archive.apache.org/dist/commons/lang/";>Apache 
Archive</a>.

Added: commons/proper/lang/branches/LANG_2_X/src/site/xdoc/mail-lists.xml
URL: 
http://svn.apache.org/viewvc/commons/proper/lang/branches/LANG_2_X/src/site/xdoc/mail-lists.xml?rev=1057893&view=auto
==============================================================================
--- commons/proper/lang/branches/LANG_2_X/src/site/xdoc/mail-lists.xml (added)
+++ commons/proper/lang/branches/LANG_2_X/src/site/xdoc/mail-lists.xml Tue Jan 
11 22:21:32 2011
@@ -0,0 +1,205 @@
+<?xml version="1.0"?>
+<!--
+Licensed to the Apache Software Foundation (ASF) under one or more
+contributor license agreements.  See the NOTICE file distributed with
+this work for additional information regarding copyright ownership.
+The ASF licenses this file to You under the Apache License, Version 2.0
+(the "License"); you may not use this file except in compliance with
+the License.  You may obtain a copy of the License at
+
+     http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
+-->
+<!--
+ +======================================================================+
+ |****                                                              ****|
+ |****      THIS FILE IS GENERATED BY THE COMMONS BUILD PLUGIN      ****|
+ |****                    DO NOT EDIT DIRECTLY                      ****|
+ |****                                                              ****|
+ +======================================================================+
+ | TEMPLATE FILE: mail-lists-template.xml                               |
+ | commons-build-plugin/trunk/src/main/resources/commons-xdoc-templates |
+ +======================================================================+
+ |                                                                      |
+ | 1) Re-generate using: mvn commons:mail-page                          |
+ |                                                                      |
+ | 2) Set the following properties in the component's pom:              |
+ |    - commons.componentid (required, alphabetic, lower case)          |
+ |                                                                      |
+ | 3) Example Properties                                                |
+ |                                                                      |
+ |  <properties>                                                        |
+ |    <commons.componentid>math</commons.componentid>                   |
+ |  </properties>                                                       |
+ |                                                                      |
+ +======================================================================+
+-->
+<document>
+  <properties>
+    <title>Commons Lang Mailing Lists</title>
+    <author email="d...@commons.apache.org">Commons Documentation Team</author>
+  </properties>
+  <body>
+
+    <section name="Overview">
+      <p>
+        <a href="index.html">Commons Lang</a> shares mailing lists with all 
the other
+        <a href="http://commons.apache.org/components.html";>Commons 
Components</a>.
+        To make it easier for people to only read messages related to 
components they are interested in,
+        the convention in Commons is to prefix the subject line of messages 
with the component's name,
+        for example:
+        <ul>
+          <li>[lang] Problem with the ...</li>
+        </ul>
+      </p>
+      <p>
+        Questions related to the usage of Commons Lang should be posted to the
+        <a href="http://mail-archives.apache.org/mod_mbox/commons-user/";>User 
List</a>.
+        <br />
+        The <a 
href="http://mail-archives.apache.org/mod_mbox/commons-dev/";>Developer List</a>
+        is for questions and discussion related to the development of Commons 
Lang.
+        <br />
+        Please do not cross-post; developers are also subscribed to the user 
list.
+        <br />
+        You must be subscribed to post to the mailing lists.  Follow the 
Subscribe links below
+        to subscribe.
+      </p>
+      <p>
+        <strong>Note:</strong> please don't send patches or attachments to any 
of the mailing lists.
+        Patches are best handled via the <a href="issue-tracking.html">Issue 
Tracking</a> system.
+        Otherwise, please upload the file to a public server and include the 
URL in the mail.
+      </p>
+    </section>
+
+    <section name="Commons Lang Mailing Lists">
+      <p>
+        <strong>Please prefix the subject line of any messages for <a 
href="index.html">Commons Lang</a>
+        with <i>[lang]</i></strong> - <i>thanks!</i>
+        <br />
+        <br />
+      </p>
+
+      <table>
+        <tr>
+          <th>Name</th>
+          <th>Subscribe</th>
+          <th>Unsubscribe</th>
+          <th>Post</th>
+          <th>Archive</th>
+          <th>Other Archives</th>
+        </tr>
+
+
+        <tr>
+          <td>
+            <strong>Commons User List</strong>
+            <br /><br />
+            Questions on using Commons Lang.
+            <br /><br />
+          </td>
+          <td><a 
href="mailto:user-subscr...@commons.apache.org";>Subscribe</a></td>
+          <td><a 
href="mailto:user-unsubscr...@commons.apache.org";>Unsubscribe</a></td>
+          <td><a 
href="mailto:u...@commons.apache.org?subject=[lang]";>Post</a></td>
+          <td><a 
href="http://mail-archives.apache.org/mod_mbox/commons-user/";>mail-archives.apache.org</a></td>
+          <td><a 
href="http://markmail.org/list/org.apache.commons.users/";>markmail.org</a><br />
+              <a 
href="http://www.mail-archive.com/user@commons.apache.org/";>www.mail-archive.com</a><br
 />
+              <a 
href="http://news.gmane.org/gmane.comp.jakarta.commons.devel";>news.gmane.org</a>
+          </td>
+        </tr>
+
+
+        <tr>
+          <td>
+            <strong>Commons Developer List</strong>
+            <br /><br />
+            Discussion of development of Commons Lang.
+            <br /><br />
+          </td>
+          <td><a 
href="mailto:dev-subscr...@commons.apache.org";>Subscribe</a></td>
+          <td><a 
href="mailto:dev-unsubscr...@commons.apache.org";>Unsubscribe</a></td>
+          <td><a 
href="mailto:d...@commons.apache.org?subject=[lang]";>Post</a></td>
+          <td><a 
href="http://mail-archives.apache.org/mod_mbox/commons-dev/";>mail-archives.apache.org</a></td>
+          <td><a 
href="http://markmail.org/list/org.apache.commons.dev/";>markmail.org</a><br />
+              <a 
href="http://www.mail-archive.com/dev@commons.apache.org/";>www.mail-archive.com</a><br
 />
+              <a 
href="http://news.gmane.org/gmane.comp.jakarta.commons.devel";>news.gmane.org</a>
+          </td>
+        </tr>
+
+
+        <tr>
+          <td>
+            <strong>Commons Issues List</strong>
+            <br /><br />
+            Only for e-mails automatically generated by the <a 
href="issue-tracking.html">issue tracking</a> system.
+            <br /><br />
+          </td>
+          <td><a 
href="mailto:issues-subscr...@commons.apache.org";>Subscribe</a></td>
+          <td><a 
href="mailto:issues-unsubscr...@commons.apache.org";>Unsubscribe</a></td>
+          <td><i>read only</i></td>
+          <td><a 
href="http://mail-archives.apache.org/mod_mbox/commons-issues/";>mail-archives.apache.org</a></td>
+          <td><a 
href="http://markmail.org/list/org.apache.commons.issues/";>markmail.org</a><br 
/>
+              <a 
href="http://www.mail-archive.com/issues@commons.apache.org/";>www.mail-archive.com</a>
+          </td>
+        </tr>
+
+
+        <tr>
+          <td>
+            <strong>Commons Commits List</strong>
+            <br /><br />
+            Only for e-mails automatically generated by the <a 
href="source-repository.html">source control</a> sytem.
+            <br /><br />
+          </td>
+          <td><a 
href="mailto:commits-subscr...@commons.apache.org";>Subscribe</a></td>
+          <td><a 
href="mailto:commits-unsubscr...@commons.apache.org";>Unsubscribe</a></td>
+          <td><i>read only</i></td>
+          <td><a 
href="http://mail-archives.apache.org/mod_mbox/commons-commits/";>mail-archives.apache.org</a></td>
+          <td><a 
href="http://markmail.org/list/org.apache.commons.commits/";>markmail.org</a><br 
/>
+              <a 
href="http://www.mail-archive.com/commits@commons.apache.org/";>www.mail-archive.com</a>
+          </td>
+        </tr>
+
+      </table>
+
+    </section>
+    <section name="Apache Mailing Lists">
+      <p>
+        Other mailing lists which you may find useful include:
+      </p>
+
+      <table>
+        <tr>
+          <th>Name</th>
+          <th>Subscribe</th>
+          <th>Unsubscribe</th>
+          <th>Post</th>
+          <th>Archive</th>
+          <th>Other Archives</th>
+        </tr>
+        <tr>
+          <td>
+            <strong>Apache Announce List</strong>
+            <br /><br />
+            General announcements of Apache project releases.
+            <br /><br />
+          </td>
+          <td><a class="externalLink" 
href="mailto:announce-subscr...@apache.org";>Subscribe</a></td>
+          <td><a class="externalLink" 
href="mailto:announce-unsubscr...@apache.org";>Unsubscribe</a></td>
+          <td><i>read only</i></td>
+          <td><a class="externalLink" 
href="http://mail-archives.apache.org/mod_mbox/www-announce/";>mail-archives.apache.org</a></td>
+          <td><a class="externalLink" 
href="http://markmail.org/list/org.apache.announce/";>markmail.org</a><br />
+              <a class="externalLink" 
href="http://old.nabble.com/Apache-News-and-Announce-f109.html";>old.nabble.com</a><br
 />
+              <a class="externalLink" 
href="http://www.mail-archive.com/announce@apache.org/";>www.mail-archive.com</a><br
 />
+              <a class="externalLink" 
href="http://news.gmane.org/gmane.comp.apache.announce";>news.gmane.org</a>
+          </td>
+        </tr>
+      </table>
+
+    </section>
+  </body>
+</document>

Propchange: commons/proper/lang/branches/LANG_2_X/src/site/xdoc/mail-lists.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: commons/proper/lang/branches/LANG_2_X/src/site/xdoc/mail-lists.xml
------------------------------------------------------------------------------
    svn:keywords = Date Author Id Revision HeadURL

Modified: 
commons/proper/lang/branches/LANG_2_X/src/site/xdoc/release-history.xml
URL: 
http://svn.apache.org/viewvc/commons/proper/lang/branches/LANG_2_X/src/site/xdoc/release-history.xml?rev=1057893&r1=1057892&r2=1057893&view=diff
==============================================================================
--- commons/proper/lang/branches/LANG_2_X/src/site/xdoc/release-history.xml 
(original)
+++ commons/proper/lang/branches/LANG_2_X/src/site/xdoc/release-history.xml Tue 
Jan 11 22:21:32 2011
@@ -28,6 +28,7 @@ limitations under the License.
 
 <table>
 <tr><th>Version</th><th>Release date</th><th>Javadoc</th><th>Release 
notes</th></tr>
+<tr><td>2.6</td><td>16/Jan/16</td><td><a 
href="api-2.6/">api-2.6</a></td><td><a href="upgradeto2_6.html">release notes 
for 2.6</a></td></tr>
 <tr><td>2.5</td><td>23/Feb/10</td><td><a 
href="api-2.5/">api-2.5</a></td><td><a href="upgradeto2_5.html">release notes 
for 2.5</a></td></tr>
 <tr><td>2.4</td><td>18/Mar/08</td><td><a 
href="api-2.4/">api-2.4</a></td><td><a href="upgradeto2_4.html">release notes 
for 2.4</a></td></tr>
 <tr><td>2.3</td><td>13/Feb/07</td><td><a 
href="api-2.3/">api-2.3</a></td><td><a href="upgradeto2_3.html">release notes 
for 2.3</a></td></tr>

Added: commons/proper/lang/branches/LANG_2_X/src/site/xdoc/upgradeto2_6.xml
URL: 
http://svn.apache.org/viewvc/commons/proper/lang/branches/LANG_2_X/src/site/xdoc/upgradeto2_6.xml?rev=1057893&view=auto
==============================================================================
--- commons/proper/lang/branches/LANG_2_X/src/site/xdoc/upgradeto2_6.xml (added)
+++ commons/proper/lang/branches/LANG_2_X/src/site/xdoc/upgradeto2_6.xml Tue 
Jan 11 22:21:32 2011
@@ -0,0 +1,87 @@
+<?xml version="1.0"?>
+<!--
+Licensed to the Apache Software Foundation (ASF) under one or more
+contributor license agreements.  See the NOTICE file distributed with
+this work for additional information regarding copyright ownership.
+The ASF licenses this file to You under the Apache License, Version 2.0
+(the "License"); you may not use this file except in compliance with
+the License.  You may obtain a copy of the License at
+
+     http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
+-->
+<document>
+ <properties>
+  <title>Upgrade from 2.4 to 2.5</title>
+  <author email="d...@commons.apache.org">Commons Documentation Team</author>
+ </properties>
+<body>
+
+<section name="Upgrade to 2.5">
+<p>
+These are the release notes and advice for upgrading Commons-Lang from
+version 2.5 to version 2.6. <br/><br/>.
+<source>
+INTRODUCTION:
+
+This document contains the release notes for the 2.6 version of Apache Commons 
Lang.
+Commons Lang is a set of utility functions and reusable components that should 
be of use in any Java environment.
+
+
+COMPATIBILITY WITH 2.5
+======================
+Lang 2.6 is binary compatible release with Lang 2.5, containing bug fixes and 
small enhancements.
+
+Lang 2.6 requires a minimum of JDK 1.3.
+
+
+IMPROVEMENTS IN 2.6
+===================
+
+    * [LANG-633] - BooleanUtils: use same optimization in 
toBooleanObject(String) as in toBoolean(String)
+    * [LANG-599] - ClassUtils: allow Dots as Inner Class Separators in 
getClass()
+    * [LANG-594] - DateUtils: equal and compare functions up to most 
significant field
+    * [LANG-632] - DateUtils: provide a Date to Calendar convenience method
+    * [LANG-576] - ObjectUtils: add clone methods to ObjectUtils
+    * [LANG-667] - ObjectUtils: add a Null-safe compare() method
+    * [LANG-670] - ObjectUtils: add notEqual() method
+    * [LANG-302] - StrBuilder: implement clone() method
+    * [LANG-640] - StringUtils: add a normalizeSpace() method
+    * [LANG-614] - StringUtils: add endsWithAny() method
+    * [LANG-655] - StringUtils: add defaultIfBlank() method
+    * [LANG-596] - StrSubstitutor: add a replace(String, Properties) variant
+    * [LANG-482] - StrSubstitutor: support substitution in variable names
+    
+BUG FIXES IN 2.6
+================
+
+    * [LANG-629] - CharSet: make the underlying set synchronized
+    * [LANG-635] - CompareToBuilder: fix passing along compareTransients to 
the reflectionCompare method
+    * [LANG-636] - ExtendedMessageFormat doesn't override equals(Object)
+    * [LANG-645] - FastDateFormat: fix to properly include the locale when 
formatting a Date
+    * [LANG-638] - NumberUtils: createNumber() throws a 
StringIndexOutOfBoundsException when argument containing "e" and "E" is passed 
in
+    * [LANG-607] - StringUtils methods do not handle Unicode 2.0+ 
supplementary characters correctly
+    * [LANG-624] - SystemUtils: getJavaVersionAsFloat throws 
StringIndexOutOfBoundsException on Android runtime/Dalvik VM
+    * [BEANUTILS-381] - MemberUtils: getMatchingAccessibleMethod does not 
correctly handle inheritance and method overloading
+
+TASKS IN 2.6
+============
+
+    * [LANG-669] - Use StrBuilder instead of StringBuffer to improve 
performance where sync. is not an issue
+    * [LANG-600] - Javadoc is incorrect for lastIndexOf() method
+    * [LANG-628] - Javadoc for HashCodeBuilder.append(boolean) does not match 
implementation
+    * [LANG-643] - Javadoc StringUtils.left() claims to throw an exception on 
negative lenth, but doesn't
+    * [LANG-370] - Javadoc - document thread safety
+    * [LANG-623] - Test for StringUtils replaceChars() icelandic characters
+
+</source>
+</p>
+</section>
+
+</body>
+</document>

Propchange: commons/proper/lang/branches/LANG_2_X/src/site/xdoc/upgradeto2_6.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: commons/proper/lang/branches/LANG_2_X/src/site/xdoc/upgradeto2_6.xml
------------------------------------------------------------------------------
    svn:keywords = Date Author Id Revision HeadURL


Reply via email to