Skip to content

Commit 5c3215b

Browse files
committed
Adding upgrade notes for 1.3.1
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/io/trunk@505126 13f79535-47bb-0310-9956-ffa450edef68
1 parent 5100fa5 commit 5c3215b

3 files changed

Lines changed: 63 additions & 2 deletions

File tree

xdocs/building.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ limitations under the License.
2929
</p>
3030
<p>
3131
You may also be interested in the upgrade notes:<br />
32+
Upgrade <a href="upgradeto1_3_1.html">from 1.3 to 1.3.1</a><br />
3233
Upgrade <a href="upgradeto1_3.html">from 1.2 to 1.3</a><br />
3334
Upgrade <a href="upgradeto1_2.html">from 1.1 to 1.2</a><br />
3435
Upgrade <a href="upgradeto1_1.html">from 1.0 to 1.1</a><br />

xdocs/index.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,9 +59,9 @@ The <a href="cvs-usage.html">subversion repository</a> can be
5959
<!-- ================================================== -->
6060
<section name="Releases">
6161
<p>
62-
The latest version is v1.3. -
62+
The latest version is v1.3.1. -
6363
<a href="http://jakarta.apache.org/site/downloads/downloads_commons-io.cgi">Download now!</a><br />
64-
The <a href="upgradeto1_3.html">upgrade notes</a> are also available.
64+
The <a href="upgradeto1_3_1.html">upgrade notes</a> are also available.
6565

6666
</p>
6767
<p>

xdocs/upgradeto1_3_1.xml

Lines changed: 60 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,60 @@
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 1.3 to 1.3.1</title>
21+
<author email="commons-dev@jakarta.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 1.3 to version 1.3.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+
and endian transformation classes.
36+
37+
38+
Compatibility with 1.3
39+
----------------------
40+
Binary compatible - No
41+
See [IO-112]
42+
43+
Source compatible - No
44+
See [IO-112]
45+
46+
Semantic compatible - Yes
47+
48+
49+
Bug fixes from 1.3
50+
------------------
51+
52+
- FileUtils
53+
- NPE in openOutputStream(File) when file has no parent in path [IO-112]
54+
- readFileToString(File) is not static [IO-113]
55+
</source>
56+
</p>
57+
</section>
58+
59+
</body>
60+
</document>

0 commit comments

Comments
 (0)