Author: scolebourne
Date: Sat Aug 27 15:33:17 2005
New Revision: 240468
URL: http://svn.apache.org/viewcvs?rev=240468&view=rev
Log:
Start release notes
Modified:
jakarta/commons/proper/io/trunk/RELEASE-NOTES.txt
Modified: jakarta/commons/proper/io/trunk/RELEASE-NOTES.txt
URL:
http://svn.apache.org/viewcvs/jakarta/commons/proper/io/trunk/RELEASE-NOTES.txt?rev=240468&r1=240467&r2=240468&view=diff
==============================================================================
--- jakarta/commons/proper/io/trunk/RELEASE-NOTES.txt (original)
+++ jakarta/commons/proper/io/trunk/RELEASE-NOTES.txt Sat Aug 27 15:33:17 2005
@@ -37,10 +37,37 @@
Bug fixes from 1.0
------------------
+- FileUtils - touch()
+ Now creates the file if it did not previously exist
+
+- FileUtils - toFile(URL)
+ Now handles escape syntax such as %20
Enhancements from 1.0
---------------------
+- FileUtils - toFiles(URL[])
+ Converts an array of URLs to an array of Files
+
+- FileUtils - copyDirectory()
+ New methods to copy a directory
+
+- FileUtils - readFileToByteArray(File)
+ Reads an entire file into a byte array
+
+- FileUtils - writeByteArrayToFile(File,byte[])
+ Writes a byte array to a file
+
+- FileUtils - readLines(File,encoding)
+ Reads a file line by line into a List of Strings
+
+- FilenameUtils - new class
+ A static utility class for working with filenames
+ Seeks to ease the pain of developing on Windows and deploying on Unix
+
+- FileSystemUtils - new class
+ A static utility class for working with file systems
+ Provides one method at present, to get the free space on the filing system
Feedback
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]