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 2008/03/11 14:06:04 UTC

svn commit: r635913 - /commons/proper/lang/trunk/xdocs/upgradeto2_4.xml

Author: niallp
Date: Tue Mar 11 06:06:01 2008
New Revision: 635913

URL: http://svn.apache.org/viewvc?rev=635913&view=rev
Log:
Copy release notes for 2.4 into site

Added:
    commons/proper/lang/trunk/xdocs/upgradeto2_4.xml
      - copied, changed from r635900, commons/proper/lang/trunk/RELEASE-NOTES.txt

Copied: commons/proper/lang/trunk/xdocs/upgradeto2_4.xml (from r635900, commons/proper/lang/trunk/RELEASE-NOTES.txt)
URL: http://svn.apache.org/viewvc/commons/proper/lang/trunk/xdocs/upgradeto2_4.xml?p2=commons/proper/lang/trunk/xdocs/upgradeto2_4.xml&p1=commons/proper/lang/trunk/RELEASE-NOTES.txt&r1=635900&r2=635913&rev=635913&view=diff
==============================================================================
--- commons/proper/lang/trunk/RELEASE-NOTES.txt (original)
+++ commons/proper/lang/trunk/xdocs/upgradeto2_4.xml Tue Mar 11 06:06:01 2008
@@ -1,10 +1,32 @@
-$Id$
-
-                        Commons Lang Package
-                            Version 2.4
-                           Release Notes
-
-
+<?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.3 to 2.4</title>
+  <author email="dev@commons.apache.org">Commons Documentation Team</author>
+ </properties>
+<body>
+
+<section name="Upgrade to 2.4">
+<p>
+These are the release notes and advice for upgrading Commons-Lang from
+version 2.3 to version 2.4.
+<source>
 INTRODUCTION:
 
 This document contains the release notes for the 2.4 version of Apache Commons Lang.
@@ -115,3 +137,10 @@
     * [LANG-404] - Add Calendar flavour format methods to DateFormatUtils
     * [LANG-407] - StringUtils.length(String) returns null-safe length
     * [LANG-413] - Memory usage improvement for StringUtils#getLevenshteinDistance()
+
+</source>
+</p>
+</section>
+
+</body>
+</document>