Author: bayard Date: Thu Feb 8 17:58:19 2007 New Revision: 505126 URL: http://svn.apache.org/viewvc?view=rev&rev=505126 Log: Adding upgrade notes for 1.3.1
Added: jakarta/commons/proper/io/trunk/xdocs/upgradeto1_3_1.xml (with props) Modified: jakarta/commons/proper/io/trunk/xdocs/building.xml jakarta/commons/proper/io/trunk/xdocs/index.xml Modified: jakarta/commons/proper/io/trunk/xdocs/building.xml URL: http://svn.apache.org/viewvc/jakarta/commons/proper/io/trunk/xdocs/building.xml?view=diff&rev=505126&r1=505125&r2=505126 ============================================================================== --- jakarta/commons/proper/io/trunk/xdocs/building.xml (original) +++ jakarta/commons/proper/io/trunk/xdocs/building.xml Thu Feb 8 17:58:19 2007 @@ -29,6 +29,7 @@ </p> <p> You may also be interested in the upgrade notes:<br /> + Upgrade <a href="upgradeto1_3_1.html">from 1.3 to 1.3.1</a><br /> Upgrade <a href="upgradeto1_3.html">from 1.2 to 1.3</a><br /> Upgrade <a href="upgradeto1_2.html">from 1.1 to 1.2</a><br /> Upgrade <a href="upgradeto1_1.html">from 1.0 to 1.1</a><br /> Modified: jakarta/commons/proper/io/trunk/xdocs/index.xml URL: http://svn.apache.org/viewvc/jakarta/commons/proper/io/trunk/xdocs/index.xml?view=diff&rev=505126&r1=505125&r2=505126 ============================================================================== --- jakarta/commons/proper/io/trunk/xdocs/index.xml (original) +++ jakarta/commons/proper/io/trunk/xdocs/index.xml Thu Feb 8 17:58:19 2007 @@ -59,9 +59,9 @@ <!-- ================================================== --> <section name="Releases"> <p> -The latest version is v1.3. - +The latest version is v1.3.1. - <a href="http://jakarta.apache.org/site/downloads/downloads_commons-io.cgi">Download now!</a><br /> -The <a href="upgradeto1_3.html">upgrade notes</a> are also available. +The <a href="upgradeto1_3_1.html">upgrade notes</a> are also available. </p> <p> Added: jakarta/commons/proper/io/trunk/xdocs/upgradeto1_3_1.xml URL: http://svn.apache.org/viewvc/jakarta/commons/proper/io/trunk/xdocs/upgradeto1_3_1.xml?view=auto&rev=505126 ============================================================================== --- jakarta/commons/proper/io/trunk/xdocs/upgradeto1_3_1.xml (added) +++ jakarta/commons/proper/io/trunk/xdocs/upgradeto1_3_1.xml Thu Feb 8 17:58:19 2007 @@ -0,0 +1,60 @@ +<?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 1.3 to 1.3.1</title> + <author email="commons-dev@jakarta.apache.org">Commons Documentation Team</author> + </properties> +<body> + +<section name="Upgrade"> +<p> +These are the release notes and advice for upgrading Commons-IO from +version 1.3 to version 1.3.1. +<source> +Commons IO is a package of Java utility classes for java.io's hierarchy. +Classes in this package are considered to be so standard and of such high +reuse as to justify existence in java.io. + +Commons IO contains utility classes, stream implementations, file filters, +and endian transformation classes. + + +Compatibility with 1.3 +---------------------- +Binary compatible - No + See [IO-112] + +Source compatible - No + See [IO-112] + +Semantic compatible - Yes + + +Bug fixes from 1.3 +------------------ + +- FileUtils + - NPE in openOutputStream(File) when file has no parent in path [IO-112] + - readFileToString(File) is not static [IO-113] +</source> +</p> +</section> + +</body> +</document> Propchange: jakarta/commons/proper/io/trunk/xdocs/upgradeto1_3_1.xml ------------------------------------------------------------------------------ svn:eol-style = native --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]