You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2012/04/10 15:24:45 UTC

svn commit: r1311711 - in /commons/proper/io/trunk: RELEASE-NOTES.txt src/changes/release-notes.vm

Author: ggregory
Date: Tue Apr 10 13:24:45 2012
New Revision: 1311711

URL: http://svn.apache.org/viewvc?rev=1311711&view=rev
Log:
Preparing version 2.3-RC1.

Modified:
    commons/proper/io/trunk/RELEASE-NOTES.txt
    commons/proper/io/trunk/src/changes/release-notes.vm

Modified: commons/proper/io/trunk/RELEASE-NOTES.txt
URL: http://svn.apache.org/viewvc/commons/proper/io/trunk/RELEASE-NOTES.txt?rev=1311711&r1=1311710&r2=1311711&view=diff
==============================================================================
--- commons/proper/io/trunk/RELEASE-NOTES.txt (original)
+++ commons/proper/io/trunk/RELEASE-NOTES.txt Tue Apr 10 13:24:45 2012
@@ -1,7 +1,7 @@
 
-             Commons IO Package
-                Version 2.2
-               Release Notes
+Apache Commons IO 
+Version 2.3-SNAPSHOT
+Release Notes
 
 INTRODUCTION:
 
@@ -13,7 +13,26 @@ The Commons IO library contains utility 
 file comparators, endian transformation classes, and much more.
 
 ==============================================================================
-Commons IO Package Version 2.2
+Apache Commons IO Version 2.3-SNAPSHOT
+==============================================================================
+
+Changes in this version include:
+
+New features:
+o IO-321:  ByteOrderMark UTF_32LE is incorrect. Thanks to ggregory. 
+o IO-318:  Add Charset sister APIs to method that take a String charset name. Thanks to ggregory. 
+
+Compatibility with 2.2 and 1.4:
+Binary compatible: Yes.
+Source compatible: No, see the rare case in https://issues.apache.org/jira/browse/IO-318.
+Semantic compatible: Yes. Check the bug fixes section for semantic bug fixes.
+
+Commons IO 2.3 requires JDK 1.6 or later. 
+Commons IO 2.2 requires JDK 1.5 or later. 
+Commons IO 1.4 requires JDK 1.3 or later. 
+
+==============================================================================
+Apache Commons IO Version 2.2
 ==============================================================================
 
 Changes in this version include:
@@ -59,7 +78,7 @@ Commons IO 2.2 requires a minimum of JDK
 Commons IO 1.4 requires a minimum of JDK 1.3. 
 
 ==============================================================================
-Commons IO Package Version 2.1
+Apache Commons IO Version 2.1
 ==============================================================================
 
 New features:
@@ -85,7 +104,7 @@ Changes:
 o FileAlterationMonitor.stop(boolean allowIntervalToFinish)  Issue: IO-259. 
 
 ==============================================================================
-Commons IO Package Version 2.0.1
+Apache Commons IO Package 2.0.1
 ==============================================================================
 
 Compatibility with 2.0 and 1.4
@@ -112,7 +131,7 @@ Bug fixes from 2.0
    * [IO-258] - XmlStreamReader consumes the stream during encoding detection
 
 ==============================================================================
-Commons IO Package Version 2.0
+Apache Commons IO Package 2.0
 ==============================================================================
 
 Compatibility with 1.4
@@ -227,7 +246,7 @@ Documentation changes from 1.4
   * [IO-212 ProxyInputStream.skip() documentation corrections
 
 ==============================================================================
-Commons IO Package Version 1.4
+Apache Commons IO Version 1.4
 ==============================================================================
 
 Compatibility with 1.3.2
@@ -328,7 +347,7 @@ Enhancements from 1.3.2
   - SizeFileComparator - compares files using file sizes.
   
 ==============================================================================
-Commons IO Package Version 1.3.2
+Apache Commons IO Version 1.3.2
 ==============================================================================
 
 Compatibility with 1.3.1
@@ -373,7 +392,7 @@ Bug fixes from 1.3
   - readFileToString(File) is not static [IO-113]
 
 ==============================================================================
-Commons IO Package Version 1.3.1
+Apache Commons IO Version 1.3.1
 ==============================================================================
 
 Compatibility with 1.3
@@ -394,7 +413,7 @@ Bug fixes from 1.3
   - readFileToString(File) is not static [IO-113]
   
 ==============================================================================
-Commons IO Package Version 1.3
+Apache Commons IO Version 1.3
 ==============================================================================
 
 Compatibility with 1.2
@@ -581,7 +600,7 @@ Enhancements from 1.2
   - Performance enhancements
 
 ==============================================================================
-Commons IO Package Version 1.2
+Apache Commons IO Version 1.2
 ==============================================================================
 
 Compatibility with 1.1
@@ -629,7 +648,7 @@ Enhancements from 1.1
   New method to copy a directory to within another directory [36315]
   
 ==============================================================================
-Commons IO Package Version 1.1
+Apache Commons IO Version 1.1
 ==============================================================================
 
 Incompatible changes from 1.0

Modified: commons/proper/io/trunk/src/changes/release-notes.vm
URL: http://svn.apache.org/viewvc/commons/proper/io/trunk/src/changes/release-notes.vm?rev=1311711&r1=1311710&r2=1311711&view=diff
==============================================================================
--- commons/proper/io/trunk/src/changes/release-notes.vm (original)
+++ commons/proper/io/trunk/src/changes/release-notes.vm Tue Apr 10 13:24:45 2012
@@ -15,9 +15,9 @@
 ## specific language governing permissions and limitations
 ## under the License.
 
-             Commons IO Package
-                Version ${version}
-               Release Notes
+Apache Commons IO 
+Version ${version}
+Release Notes
 
 INTRODUCTION:
 
@@ -29,7 +29,7 @@ $introduction.replaceAll("(?<!\015)\012"
 ")
 
 ==============================================================================
-Commons IO Package Version ${version}
+Apache Commons IO Version ${version}
 ==============================================================================
 ##
 ## N.B. the available variables are described here:
@@ -152,7 +152,7 @@ Commons IO 2.2 requires JDK 1.5 or later
 Commons IO 1.4 requires JDK 1.3 or later. 
 
 ==============================================================================
-Commons IO Package Version 2.2
+Apache Commons IO Version 2.2
 ==============================================================================
 
 Changes in this version include:
@@ -198,7 +198,7 @@ Commons IO 2.2 requires a minimum of JDK
 Commons IO 1.4 requires a minimum of JDK 1.3. 
 
 ==============================================================================
-Commons IO Package Version 2.1
+Apache Commons IO Version 2.1
 ==============================================================================
 
 New features:
@@ -224,7 +224,7 @@ Changes:
 o FileAlterationMonitor.stop(boolean allowIntervalToFinish)  Issue: IO-259. 
 
 ==============================================================================
-Commons IO Package Version 2.0.1
+Apache Commons IO Package 2.0.1
 ==============================================================================
 
 Compatibility with 2.0 and 1.4
@@ -251,7 +251,7 @@ Bug fixes from 2.0
    * [IO-258] - XmlStreamReader consumes the stream during encoding detection
 
 ==============================================================================
-Commons IO Package Version 2.0
+Apache Commons IO Package 2.0
 ==============================================================================
 
 Compatibility with 1.4
@@ -366,7 +366,7 @@ Documentation changes from 1.4
   * [IO-212 ProxyInputStream.skip() documentation corrections
 
 ==============================================================================
-Commons IO Package Version 1.4
+Apache Commons IO Version 1.4
 ==============================================================================
 
 Compatibility with 1.3.2
@@ -467,7 +467,7 @@ Enhancements from 1.3.2
   - SizeFileComparator - compares files using file sizes.
   
 ==============================================================================
-Commons IO Package Version 1.3.2
+Apache Commons IO Version 1.3.2
 ==============================================================================
 
 Compatibility with 1.3.1
@@ -512,7 +512,7 @@ Bug fixes from 1.3
   - readFileToString(File) is not static [IO-113]
 
 ==============================================================================
-Commons IO Package Version 1.3.1
+Apache Commons IO Version 1.3.1
 ==============================================================================
 
 Compatibility with 1.3
@@ -533,7 +533,7 @@ Bug fixes from 1.3
   - readFileToString(File) is not static [IO-113]
   
 ==============================================================================
-Commons IO Package Version 1.3
+Apache Commons IO Version 1.3
 ==============================================================================
 
 Compatibility with 1.2
@@ -720,7 +720,7 @@ Enhancements from 1.2
   - Performance enhancements
 
 ==============================================================================
-Commons IO Package Version 1.2
+Apache Commons IO Version 1.2
 ==============================================================================
 
 Compatibility with 1.1
@@ -768,7 +768,7 @@ Enhancements from 1.1
   New method to copy a directory to within another directory [36315]
   
 ==============================================================================
-Commons IO Package Version 1.1
+Apache Commons IO Version 1.1
 ==============================================================================
 
 Incompatible changes from 1.0