Skip to content

Commit 315fe2d

Browse files
committed
Preparing 2.2 release.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/io/trunk@1300298 13f79535-47bb-0310-9956-ffa450edef68
1 parent 4527661 commit 315fe2d

3 files changed

Lines changed: 91 additions & 11 deletions

File tree

src/site/site.xml

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -24,14 +24,15 @@
2424

2525
<body>
2626
<menu name="Commons IO">
27-
<item name="Overview" href="/index.html"/>
28-
<item name="Download" href="http://commons.apache.org/io/download_io.cgi"/>
29-
<item name="User guide" href="/description.html"/>
30-
<item name="Best practices" href="/bestpractices.html"/>
31-
<item name="Javadoc (2.1)" href="api-release/index.html"/>
32-
<item name="Javadoc (2.0.1)" href="api-2.0.1/index.html"/>
33-
<item name="Javadoc (2.0)" href="api-2.0/index.html"/>
34-
<item name="Javadoc (1.4)" href="api-1.4/index.html"/>
27+
<item name="Overview" href="/index.html"/>
28+
<item name="Download" href="http://commons.apache.org/io/download_io.cgi"/>
29+
<item name="User guide" href="/description.html"/>
30+
<item name="Best practices" href="/bestpractices.html"/>
31+
<item name="Javadoc 2.2" href="api-release/index.html"/>
32+
<item name="Javadoc 2.1" href="api-2.1/index.html"/>
33+
<item name="Javadoc 2.0.1" href="api-2.0.1/index.html"/>
34+
<item name="Javadoc 2.0" href="api-2.0/index.html"/>
35+
<item name="Javadoc 1.4" href="api-1.4/index.html"/>
3536
</menu>
3637

3738
<menu name="Development">
@@ -42,7 +43,7 @@
4243
<item name="Tasks" href="/tasks.html"/>
4344
<item name="Proposal" href="/proposal.html"/>
4445
<item name="SVN repository" href="/source-repository.html"/>
45-
<item name="Javadoc (SVN latest)" href="apidocs/index.html"/>
46+
<item name="Javadoc (latest SVN)" href="apidocs/index.html"/>
4647
</menu>
4748

4849
</body>

src/site/xdoc/index.xml

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,12 +47,22 @@ There are six main areas included:
4747
<!-- ================================================== -->
4848
<section name="Releases">
4949

50-
<subsection name="Commons IO 2.1 (requires JDK 1.5+)">
50+
<subsection name="Commons IO 2.2 (requires JDK 1.5+)">
5151
<p>
52-
Commons IO 2.1 is the latest version and requires a minimum of JDK 1.5 -
52+
Commons IO 2.2 is the latest version and requires a minimum of JDK 1.5 -
5353
<a href="http://commons.apache.org/io/download_io.cgi">Download now!</a>
5454
</p>
5555
<p>
56+
View the <a href="upgradeto2_2.html">Release Notes</a> and
57+
<a href="api-release/index.html">JavaDoc API documents</a>
58+
</p>
59+
</subsection>
60+
61+
<subsection name="Commons IO 2.1 (requires JDK 1.5+)">
62+
<p>
63+
Commons IO 2.1 is feature and bug fix version and requires a minimum of JDK 1.5 -
64+
</p>
65+
<p>
5666
View the <a href="upgradeto2_1.html">Release Notes</a> and
5767
<a href="api-release/index.html">JavaDoc API documents</a>
5868
</p>

src/site/xdoc/upgradeto2_2.xml

Lines changed: 69 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,69 @@
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.1 to 2.2</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.1 to version 2.2
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+
Compatibility with 2.1 and 1.4
38+
--------------------------------
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.2 requires a minimum of JDK 1.5
48+
(Commons IO 1.4 had a minimum of JDK 1.3)
49+
50+
51+
New features since 2.1
52+
------------------------
53+
54+
o TODO
55+
56+
Fixed Bugs since 2.1
57+
----------------------
58+
59+
o TODO
60+
61+
Changes since 2.0.1
62+
-------------------
63+
o TODO
64+
</source>
65+
</p>
66+
</section>
67+
68+
</body>
69+
</document>

0 commit comments

Comments
 (0)