Skip to content

Commit 179d5b6

Browse files
author
Stephen Colebourne
committed
Prepare documentation for 1.1 release
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/io/trunk@291793 13f79535-47bb-0310-9956-ffa450edef68
1 parent 361dd61 commit 179d5b6

3 files changed

Lines changed: 21 additions & 2 deletions

File tree

RELEASE-NOTES.txt

Lines changed: 17 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,22 @@ and endian transformation classes.
1717

1818
Incompatible changes from 1.0
1919
-----------------------------
20-
Binary compatible - ???
20+
Binary compatible - Yes
2121

22-
Source compatible - ???
22+
Source compatible - Yes
2323

2424
Semantic compatible - Yes, except:
25+
- FileUtils - touch()
26+
Now creates the file if it did not previously exist
27+
(Bug fix 29821)
28+
29+
- FileUtils - toFile(URL)
30+
Now handles escape syntax such as %20
31+
(Bug fix 32575)
32+
2533
- FileUtils.sizeOfDirectory()
2634
May now return a size of 0 if the directory is security restricted
35+
(Bug fix 36801)
2736

2837

2938
Deprecations from 1.0
@@ -124,6 +133,9 @@ Enhancements from 1.0
124133
- FileUtils - readLines(File,encoding) [36214]
125134
Reads a file line by line into a List of Strings
126135

136+
- FileUtils - EMPTY_FILE_ARRAY
137+
Constant for an empty array of File objects
138+
127139
- ConditionalFileFilter - new interface [30705]
128140
Defines the behaviour of list based filters
129141

@@ -136,6 +148,9 @@ Enhancements from 1.0
136148
- FileFilterUtils - makeSVNAware(IOFileFilter)
137149
New method, like makeCVSAware, that ignores Subversion source control directories
138150

151+
- ClassLoaderObjectInputStream
152+
An ObjectInputStream that supports a ClassLoader
153+
139154
- CountingInputStream,CountingOutputStream - resetCount() [28976]
140155
Adds the ability to reset the count part way through reading/writing the stream
141156

project.properties

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,9 @@ maven.javadoc.author=false
2626
maven.javadoc.links=http://java.sun.com/j2se/1.4/docs/api/
2727
maven.javadoc.source=1.3
2828
maven.javadoc.additionalparam=-tag todo:a:"To Do:"
29+
maven.javadoc.overview=src/java/org/apache/commons/io/overview.html
2930

31+
maven.jdiff.new.tag=CURRENT
3032
maven.jdiff.old.tag=IO_1_0
3133

3234
# Generate class files for specific VM version (e.g., 1.1 or 1.2).

project.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -236,6 +236,8 @@
236236
<report>maven-junit-report-plugin</report>
237237
<report>maven-jxr-plugin</report>
238238
<report>maven-license-plugin</report>
239+
<report>maven-jcoverage-plugin</report>
240+
<report>maven-jdiff-plugin</report>
239241
</reports>
240242

241243
</project>

0 commit comments

Comments
 (0)