You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by ni...@apache.org on 2011/01/13 00:30:10 UTC

svn commit: r1058350 - in /commons/proper/lang/branches/LANG_2_X/src/site: changes/ xdoc/

Author: niallp
Date: Wed Jan 12 23:30:09 2011
New Revision: 1058350

URL: http://svn.apache.org/viewvc?rev=1058350&view=rev
Log:
Use "Release Notes" in title and section heading, add description for 2.6 section of changes report

Modified:
    commons/proper/lang/branches/LANG_2_X/src/site/changes/changes.xml
    commons/proper/lang/branches/LANG_2_X/src/site/xdoc/building.xml
    commons/proper/lang/branches/LANG_2_X/src/site/xdoc/index.xml
    commons/proper/lang/branches/LANG_2_X/src/site/xdoc/upgradeto2_0.xml
    commons/proper/lang/branches/LANG_2_X/src/site/xdoc/upgradeto2_1.xml
    commons/proper/lang/branches/LANG_2_X/src/site/xdoc/upgradeto2_2.xml
    commons/proper/lang/branches/LANG_2_X/src/site/xdoc/upgradeto2_3.xml
    commons/proper/lang/branches/LANG_2_X/src/site/xdoc/upgradeto2_4.xml
    commons/proper/lang/branches/LANG_2_X/src/site/xdoc/upgradeto2_5.xml
    commons/proper/lang/branches/LANG_2_X/src/site/xdoc/upgradeto2_6.xml

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=1058350&r1=1058349&r2=1058350&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 Wed Jan 12 23:30:09 2011
@@ -21,7 +21,7 @@
   </properties>
   <body>
 
-  <release version="2.6" date="2011-01-16" description="">
+  <release version="2.6" date="2011-01-16" description="Bug Fixes/Enhancements for the 2.5 release (requires minimum of Java 1.3)">
     <action type="update" issue="LANG-633">BooleanUtils: use same optimization in toBooleanObject(String) as in toBoolean(String)</action>
     <action type="update" 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/xdoc/building.xml
URL: http://svn.apache.org/viewvc/commons/proper/lang/branches/LANG_2_X/src/site/xdoc/building.xml?rev=1058350&r1=1058349&r2=1058350&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 Wed Jan 12 23:30:09 2011
@@ -31,13 +31,13 @@ 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>
-  <li>Upgrade <a href="upgradeto2_2.html">from 2.1 to 2.2</a></li>
-  <li>Upgrade <a href="upgradeto2_1.html">from 2.0 to 2.1</a></li>
-  <li>Upgrade <a href="upgradeto2_0.html">from 1.0 to 2.0</a></li>
+  <li>Upgrade from 2.5 to 2.6 - <a href="upgradeto2_6.html">Lang 2.6 Release Notes</a></li>
+  <li>Upgrade from 2.4 to 2.5 - <a href="upgradeto2_5.html">Lang 2.5 Release Notes</a></li>
+  <li>Upgrade from 2.3 to 2.4 - <a href="upgradeto2_4.html">Lang 2.4 Release Notes</a></li>
+  <li>Upgrade from 2.2 to 2.3 - <a href="upgradeto2_3.html">Lang 2.3 Release Notes</a></li>
+  <li>Upgrade from 2.1 to 2.2 - <a href="upgradeto2_2.html">Lang 2.2 Release Notes</a></li>
+  <li>Upgrade from 2.0 to 2.1 - <a href="upgradeto2_1.html">Lang 2.1 Release Notes</a></li>
+  <li>Upgrade from 1.0 to 2.0 - <a href="upgradeto2_0.html">Lang 2.0 Release Notes</a></li>
 </ul>
 </section>
 <!-- ================================================== -->

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=1058350&r1=1058349&r2=1058350&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 Wed Jan 12 23:30:09 2011
@@ -62,7 +62,7 @@ The <a href="source-repository.html">sub
 <p>
 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_6.html">upgrade notes</a>). </p>
+(<a href="upgradeto2_6.html">Release 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>.

Modified: commons/proper/lang/branches/LANG_2_X/src/site/xdoc/upgradeto2_0.xml
URL: http://svn.apache.org/viewvc/commons/proper/lang/branches/LANG_2_X/src/site/xdoc/upgradeto2_0.xml?rev=1058350&r1=1058349&r2=1058350&view=diff
==============================================================================
--- commons/proper/lang/branches/LANG_2_X/src/site/xdoc/upgradeto2_0.xml (original)
+++ commons/proper/lang/branches/LANG_2_X/src/site/xdoc/upgradeto2_0.xml Wed Jan 12 23:30:09 2011
@@ -17,12 +17,12 @@ limitations under the License.
 -->
 <document>
  <properties>
-  <title>Upgrade from 1.0 to 2.0</title>
+  <title>2.0 Release Notes</title>
   <author email="dev@commons.apache.org">Commons Documentation Team</author>
  </properties>
 <body>
 
-<section name="Upgrade">
+<section name="Lang 2.0 Release Notes">
 <p>
 These are the release notes and advice for upgrading Commons-Lang from
 version 1.0 to version 2.0.

Modified: commons/proper/lang/branches/LANG_2_X/src/site/xdoc/upgradeto2_1.xml
URL: http://svn.apache.org/viewvc/commons/proper/lang/branches/LANG_2_X/src/site/xdoc/upgradeto2_1.xml?rev=1058350&r1=1058349&r2=1058350&view=diff
==============================================================================
--- commons/proper/lang/branches/LANG_2_X/src/site/xdoc/upgradeto2_1.xml (original)
+++ commons/proper/lang/branches/LANG_2_X/src/site/xdoc/upgradeto2_1.xml Wed Jan 12 23:30:09 2011
@@ -17,12 +17,12 @@ limitations under the License.
 -->
 <document>
  <properties>
-  <title>Upgrade from 2.0 to 2.1</title>
+  <title>2.1 Release Notes</title>
   <author email="dev@commons.apache.org">Commons Documentation Team</author>
  </properties>
 <body>
 
-<section name="Upgrade">
+<section name="Lang 2.1 Release Notes">
 <p>
 These are the release notes and advice for upgrading Commons-Lang from
 version 2.0 to version 2.1.

Modified: commons/proper/lang/branches/LANG_2_X/src/site/xdoc/upgradeto2_2.xml
URL: http://svn.apache.org/viewvc/commons/proper/lang/branches/LANG_2_X/src/site/xdoc/upgradeto2_2.xml?rev=1058350&r1=1058349&r2=1058350&view=diff
==============================================================================
--- commons/proper/lang/branches/LANG_2_X/src/site/xdoc/upgradeto2_2.xml (original)
+++ commons/proper/lang/branches/LANG_2_X/src/site/xdoc/upgradeto2_2.xml Wed Jan 12 23:30:09 2011
@@ -17,12 +17,12 @@ limitations under the License.
 -->
 <document>
  <properties>
-  <title>Upgrade from 2.1 to 2.2</title>
+  <title>2.2 Release Notes</title>
   <author email="dev@commons.apache.org">Commons Documentation Team</author>
  </properties>
 <body>
 
-<section name="Upgrade">
+<section name="Lang 2.2 Release Notes">
 <p>
 These are the release notes and advice for upgrading Commons-Lang from
 version 2.1 to version 2.2.

Modified: commons/proper/lang/branches/LANG_2_X/src/site/xdoc/upgradeto2_3.xml
URL: http://svn.apache.org/viewvc/commons/proper/lang/branches/LANG_2_X/src/site/xdoc/upgradeto2_3.xml?rev=1058350&r1=1058349&r2=1058350&view=diff
==============================================================================
--- commons/proper/lang/branches/LANG_2_X/src/site/xdoc/upgradeto2_3.xml (original)
+++ commons/proper/lang/branches/LANG_2_X/src/site/xdoc/upgradeto2_3.xml Wed Jan 12 23:30:09 2011
@@ -17,12 +17,12 @@ limitations under the License.
 -->
 <document>
  <properties>
-  <title>Upgrade from 2.2 to 2.3</title>
+  <title>2.3 Release Notes</title>
   <author email="dev@commons.apache.org">Commons Documentation Team</author>
  </properties>
 <body>
 
-<section name="Upgrade">
+<section name="Lang 2.3 Release Notes">
 <p>
 These are the release notes and advice for upgrading Commons-Lang from
 version 2.2 to version 2.3.

Modified: commons/proper/lang/branches/LANG_2_X/src/site/xdoc/upgradeto2_4.xml
URL: http://svn.apache.org/viewvc/commons/proper/lang/branches/LANG_2_X/src/site/xdoc/upgradeto2_4.xml?rev=1058350&r1=1058349&r2=1058350&view=diff
==============================================================================
--- commons/proper/lang/branches/LANG_2_X/src/site/xdoc/upgradeto2_4.xml (original)
+++ commons/proper/lang/branches/LANG_2_X/src/site/xdoc/upgradeto2_4.xml Wed Jan 12 23:30:09 2011
@@ -17,12 +17,12 @@ limitations under the License.
 -->
 <document>
  <properties>
-  <title>Upgrade from 2.3 to 2.4</title>
+  <title>2.4 Release Notes</title>
   <author email="dev@commons.apache.org">Commons Documentation Team</author>
  </properties>
 <body>
 
-<section name="Upgrade to 2.4">
+<section name="Lang 2.4 Release Notes">
 <p>
 These are the release notes and advice for upgrading Commons-Lang from
 version 2.3 to version 2.4. <br/><br/>See '<a href="article2_4.html">What's new in 2.4?</a>' for more information. 

Modified: commons/proper/lang/branches/LANG_2_X/src/site/xdoc/upgradeto2_5.xml
URL: http://svn.apache.org/viewvc/commons/proper/lang/branches/LANG_2_X/src/site/xdoc/upgradeto2_5.xml?rev=1058350&r1=1058349&r2=1058350&view=diff
==============================================================================
--- commons/proper/lang/branches/LANG_2_X/src/site/xdoc/upgradeto2_5.xml (original)
+++ commons/proper/lang/branches/LANG_2_X/src/site/xdoc/upgradeto2_5.xml Wed Jan 12 23:30:09 2011
@@ -17,12 +17,12 @@ limitations under the License.
 -->
 <document>
  <properties>
-  <title>Upgrade from 2.4 to 2.5</title>
+  <title>2.5 Release Notes</title>
   <author email="dev@commons.apache.org">Commons Documentation Team</author>
  </properties>
 <body>
 
-<section name="Upgrade to 2.5">
+<section name="Lang 2.5 Release Notes">
 <p>
 These are the release notes and advice for upgrading Commons-Lang from
 version 2.4 to version 2.5. <br/><br/>See '<a href="article2_5.html">What's new in 2.5?</a>' for more information.

Modified: 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=1058350&r1=1058349&r2=1058350&view=diff
==============================================================================
--- commons/proper/lang/branches/LANG_2_X/src/site/xdoc/upgradeto2_6.xml (original)
+++ commons/proper/lang/branches/LANG_2_X/src/site/xdoc/upgradeto2_6.xml Wed Jan 12 23:30:09 2011
@@ -17,12 +17,12 @@ limitations under the License.
 -->
 <document>
  <properties>
-  <title>Upgrade from 2.4 to 2.5</title>
+  <title>2.6 Release Notes</title>
   <author email="dev@commons.apache.org">Commons Documentation Team</author>
  </properties>
 <body>
 
-<section name="Upgrade to 2.5">
+<section name="Lang 2.6 Release Notes">
 <p>
 These are the release notes and advice for upgrading Commons-Lang from
 version 2.5 to version 2.6. <br/><br/>.