~ubuntu-branches/ubuntu/vivid/commons-io/vivid

« back to all changes in this revision

Viewing changes to src/site/xdoc/upgradeto2_0_1.xml

  • Committer: Package Import Robot
  • Author(s): tony mancill
  • Date: 2013-05-18 10:40:54 UTC
  • mfrom: (1.1.4) (3.1.5 sid)
  • Revision ID: package-import@ubuntu.com-20130518104054-wqbtjam30uyseu9j
Tags: 2.4-2
* Team upload.
* Upload to unstable.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0"?>
 
2
<!--
 
3
Licensed to the Apache Software Foundation (ASF) under one or more
 
4
contributor license agreements.  See the NOTICE file distributed with
 
5
this work for additional information regarding copyright ownership.
 
6
The ASF licenses this file to You under the Apache License, Version 2.0
 
7
(the "License"); you may not use this file except in compliance with
 
8
the License.  You may obtain a copy of the License at
 
9
 
 
10
     http://www.apache.org/licenses/LICENSE-2.0
 
11
 
 
12
Unless required by applicable law or agreed to in writing, software
 
13
distributed under the License is distributed on an "AS IS" BASIS,
 
14
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 
15
See the License for the specific language governing permissions and
 
16
limitations under the License.
 
17
-->
 
18
<document>
 
19
 <properties>
 
20
  <title>Upgrade from 2.0 to 2.0.1</title>
 
21
  <author email="dev@commons.apache.org">Commons Documentation Team</author>
 
22
 </properties>
 
23
<body>
 
24
 
 
25
<section name="Upgrade">
 
26
<p>
 
27
These are the release notes and advice for upgrading Commons-IO from
 
28
version 2.0 to version 2.0.1
 
29
<source>
 
30
Commons IO is a package of Java utility classes for java.io's hierarchy.  
 
31
Classes in this package are considered to be so standard and of such high 
 
32
reuse as to justify existence in java.io.
 
33
 
 
34
Commons IO contains utility classes, stream implementations, file filters, 
 
35
file comparators and endian transformation classes.
 
36
 
 
37
 
 
38
Compatibility with 2.0 and 1.4
 
39
------------------------------
 
40
Binary compatible - Yes
 
41
 
 
42
Source compatible - Yes
 
43
 
 
44
Semantic compatible - Yes
 
45
  Check the bug fixes section for semantic bug fixes
 
46
 
 
47
Commons IO 2.0.1 requires a minimum of JDK 1.5
 
48
 (Commons IO 1.4 had a minimum of JDK 1.3) 
 
49
 
 
50
 
 
51
Enhancements from 2.0
 
52
---------------------
 
53
 
 
54
   * [IO-256] - Provide thread factory for FileAlternationMonitor
 
55
 
 
56
 
 
57
Bug fixes from 2.0
 
58
------------------
 
59
 
 
60
   * [IO-257] - BOMInputStream.read(byte[]) can return 0 which it should not
 
61
   * [IO-258] - XmlStreamReader consumes the stream during encoding detection
 
62
</source>
 
63
</p>
 
64
</section>
 
65
 
 
66
</body>
 
67
</document>