Skip to content

Commit da3a87a

Browse files
committed
Synchronise RELEASE-NOTES and the template that generates it
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/io/trunk@1302259 13f79535-47bb-0310-9956-ffa450edef68
1 parent 9d8d86f commit da3a87a

4 files changed

Lines changed: 18 additions & 12 deletions

File tree

RELEASE-NOTES.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Commons IO is a package of Java utility classes like java.io.
99
Classes in this package are considered to be so standard and of such high
1010
reuse as to justify existence in java.io.
1111

12-
Commons IO contains utility classes, stream implementations, file filters,
12+
The Commons IO library contains utility classes, stream implementations, file filters,
1313
file comparators, endian transformation classes, and much more.
1414

1515
==============================================================================

pom.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,8 @@
2929

3030
<inceptionYear>2002</inceptionYear>
3131
<description>
32-
The Commons IO library contains utility classes, stream implementations, file filters, file comparators and endian classes.
32+
The Commons IO library contains utility classes, stream implementations, file filters,
33+
file comparators, endian transformation classes, and much more.
3334
</description>
3435

3536
<url>http://commons.apache.org/io/</url>

src/changes/changes.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ The <action> type attribute can be add,update,fix,remove.
3939
</properties>
4040

4141
<body>
42-
<release version="2.2" date="2012-03-18">
42+
<release version="2.2" date="2012-03-18" description="">
4343
<action issue="IO-305" dev="sebb" type="add" due-to="Manoj Mokashi">
4444
New copyLarge() method in IOUtils that takes additional offset, length arguments
4545
</action>

src/changes/release-notes.vm

Lines changed: 14 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -21,27 +21,24 @@
2121

2222
INTRODUCTION:
2323

24-
Commons IO is a package of Java utility classes for java.io's hierarchy.
24+
Commons IO is a package of Java utility classes like java.io.
2525
Classes in this package are considered to be so standard and of such high
2626
reuse as to justify existence in java.io.
2727

28-
Commons IO contains utility classes, stream implementations, file filters,
29-
file comparators and endian transformation classes.
28+
$introduction.replaceAll("(?<!\015)\012", "
29+
")
3030

3131
==============================================================================
3232
Commons IO Package Version ${version}
3333
==============================================================================
34-
35-
$introduction.replaceAll("(?<!\015)\012", "
36-
")
37-
34+
##
3835
## N.B. the available variables are described here:
3936
## http://maven.apache.org/plugins/maven-changes-plugin/examples/using-a-custom-announcement-template.html
4037
##
4138
## Hack to improve layout: replace all pairs of spaces with a single new-line
4239
$release.description.replaceAll(" ", "
4340
")
44-
41+
##
4542
#if ($release.getActions().size() == 0)
4643
No changes defined in this version.
4744
#else
@@ -137,13 +134,21 @@ Removed:
137134
#set($dueto="")
138135
#end
139136
o#if($!issue != "") $issue: #else$indent#end ${action} #if($!dueto != "")Thanks to $dueto. #end
140-
137+
##
141138
#set($issue="")
142139
#set($dueto="")
143140
#end
144141
#end
145142
## End of main loop
146143
#end
144+
##
145+
Compatibility with 2.1 and 1.4:
146+
Binary compatible: Yes
147+
Source compatible: Yes
148+
Semantic compatible: Yes. Check the bug fixes section for semantic bug fixes
149+
150+
Commons IO 2.2 requires a minimum of JDK 1.5.
151+
Commons IO 1.4 requires a minimum of JDK 1.3.
147152

148153
==============================================================================
149154
Commons IO Package Version 2.1

0 commit comments

Comments
 (0)