~ubuntu-branches/ubuntu/karmic/commons-io/karmic

« back to all changes in this revision

Viewing changes to RELEASE-NOTES.txt

  • Committer: Bazaar Package Importer
  • Author(s): Arnaud Vandyck
  • Date: 2007-04-13 08:20:49 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20070413082049-2hd3s5ixtxsgvnvm
Tags: 1.3.1.dfsg.1-1
* New upstream (closes: #418973)
* java-gcj-compat-dev and cdbs transition
* Removed junit at the moment (closes: #397567)
* No javadoc at the moment

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
$Id: RELEASE-NOTES.txt 505347 2007-02-09 16:22:33Z bayard $
 
2
 
 
3
                         Commons IO Package
 
4
                            Version 1.3.1
 
5
                           Release Notes
 
6
 
 
7
 
 
8
INTRODUCTION:
 
9
 
 
10
Commons IO is a package of Java utility classes for java.io's hierarchy.  
 
11
Classes in this package are considered to be so standard and of such high 
 
12
reuse as to justify existence in java.io.
 
13
 
 
14
Commons IO contains utility classes, stream implementations, file filters, 
 
15
and endian transformation classes.
 
16
 
 
17
 
 
18
Compatibility with 1.3
 
19
----------------------
 
20
Binary compatible - No
 
21
  See [IO-113]
 
22
 
 
23
Source compatible - No
 
24
  See [IO-113]
 
25
 
 
26
Semantic compatible - Yes
 
27
 
 
28
 
 
29
Bug fixes from 1.3
 
30
------------------
 
31
 
 
32
- FileUtils
 
33
  - NPE in openOutputStream(File) when file has no parent in path [IO-112]
 
34
  - readFileToString(File) is not static [IO-113]
 
35
 
 
36
Feedback
 
37
--------
 
38
Open source works best when you give feedback:
 
39
http://jakarta.apache.org/commons/io/
 
40
 
 
41
Please direct all bug reports to JIRA
 
42
http://issues.apache.org/jira/browse/IO
 
43
 
 
44
Or subscribe to the commons-user mailing list (prefix emails by [io])
 
45
http://jakarta.apache.org/site/mail.html
 
46
 
 
47
The Commons-IO Team