You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by sc...@apache.org on 2005/09/27 02:08:37 UTC

svn commit: r291793 - in /jakarta/commons/proper/io/trunk: RELEASE-NOTES.txt project.properties project.xml

Author: scolebourne
Date: Mon Sep 26 17:08:33 2005
New Revision: 291793

URL: http://svn.apache.org/viewcvs?rev=291793&view=rev
Log:
Prepare documentation for 1.1 release

Modified:
    jakarta/commons/proper/io/trunk/RELEASE-NOTES.txt
    jakarta/commons/proper/io/trunk/project.properties
    jakarta/commons/proper/io/trunk/project.xml

Modified: jakarta/commons/proper/io/trunk/RELEASE-NOTES.txt
URL: http://svn.apache.org/viewcvs/jakarta/commons/proper/io/trunk/RELEASE-NOTES.txt?rev=291793&r1=291792&r2=291793&view=diff
==============================================================================
--- jakarta/commons/proper/io/trunk/RELEASE-NOTES.txt (original)
+++ jakarta/commons/proper/io/trunk/RELEASE-NOTES.txt Mon Sep 26 17:08:33 2005
@@ -17,13 +17,22 @@
 
 Incompatible changes from 1.0
 -----------------------------
-Binary compatible - ???
+Binary compatible - Yes
 
-Source compatible - ???
+Source compatible - Yes
 
 Semantic compatible - Yes, except:
+- FileUtils - touch()
+    Now creates the file if it did not previously exist
+    (Bug fix 29821)
+
+- FileUtils - toFile(URL)
+    Now handles escape syntax such as %20
+    (Bug fix 32575)
+
 - FileUtils.sizeOfDirectory()
     May now return a size of 0 if the directory is security restricted
+    (Bug fix 36801)
 
 
 Deprecations from 1.0
@@ -124,6 +133,9 @@
 - FileUtils - readLines(File,encoding)  [36214]
     Reads a file line by line into a List of Strings
 
+- FileUtils - EMPTY_FILE_ARRAY
+    Constant for an empty array of File objects
+
 - ConditionalFileFilter - new interface  [30705]
     Defines the behaviour of list based filters
 
@@ -135,6 +147,9 @@
 
 - FileFilterUtils - makeSVNAware(IOFileFilter)
     New method, like makeCVSAware, that ignores Subversion source control directories
+
+- ClassLoaderObjectInputStream
+    An ObjectInputStream that supports a ClassLoader
 
 - CountingInputStream,CountingOutputStream - resetCount()  [28976]
     Adds the ability to reset the count part way through reading/writing the stream

Modified: jakarta/commons/proper/io/trunk/project.properties
URL: http://svn.apache.org/viewcvs/jakarta/commons/proper/io/trunk/project.properties?rev=291793&r1=291792&r2=291793&view=diff
==============================================================================
--- jakarta/commons/proper/io/trunk/project.properties (original)
+++ jakarta/commons/proper/io/trunk/project.properties Mon Sep 26 17:08:33 2005
@@ -26,7 +26,9 @@
 maven.javadoc.links=http://java.sun.com/j2se/1.4/docs/api/
 maven.javadoc.source=1.3
 maven.javadoc.additionalparam=-tag todo:a:"To Do:"
+maven.javadoc.overview=src/java/org/apache/commons/io/overview.html
 
+maven.jdiff.new.tag=CURRENT
 maven.jdiff.old.tag=IO_1_0
 
 # Generate class files for specific VM version (e.g., 1.1 or 1.2). 

Modified: jakarta/commons/proper/io/trunk/project.xml
URL: http://svn.apache.org/viewcvs/jakarta/commons/proper/io/trunk/project.xml?rev=291793&r1=291792&r2=291793&view=diff
==============================================================================
--- jakarta/commons/proper/io/trunk/project.xml (original)
+++ jakarta/commons/proper/io/trunk/project.xml Mon Sep 26 17:08:33 2005
@@ -236,6 +236,8 @@
     <report>maven-junit-report-plugin</report>
     <report>maven-jxr-plugin</report>
     <report>maven-license-plugin</report>
+    <report>maven-jcoverage-plugin</report>
+    <report>maven-jdiff-plugin</report>
   </reports>
 
 </project>



---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org