You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2012/03/18 18:41:30 UTC

svn commit: r1302179 - /commons/proper/io/trunk/RELEASE-NOTES.txt

Author: ggregory
Date: Sun Mar 18 17:41:29 2012
New Revision: 1302179

URL: http://svn.apache.org/viewvc?rev=1302179&view=rev
Log:
Add compatibility section.

Modified:
    commons/proper/io/trunk/RELEASE-NOTES.txt

Modified: commons/proper/io/trunk/RELEASE-NOTES.txt
URL: http://svn.apache.org/viewvc/commons/proper/io/trunk/RELEASE-NOTES.txt?rev=1302179&r1=1302178&r2=1302179&view=diff
==============================================================================
--- commons/proper/io/trunk/RELEASE-NOTES.txt (original)
+++ commons/proper/io/trunk/RELEASE-NOTES.txt Sun Mar 18 17:41:29 2012
@@ -16,11 +16,6 @@ file comparators and endian transformati
 Commons IO Package Version 2.2
 ==============================================================================
 
-The Commons IO library contains utility classes, stream implementations, file filters, file comparators and endian classes.
-
-$release.description.replaceAll("  ", "
-")
-
 Changes in this version include:
 
 New features:
@@ -50,6 +45,13 @@ o IO-298:  Various methods of class 'org
 Changes:
 o IO-296:  ReaderInputStream optimization: more efficient reading of small chunks of data Thanks to Oleg Kalnichevski. 
 
+Compatibility with 2.1 and 1.4:
+Binary compatible: Yes
+Source compatible: Yes
+Semantic compatible: Yes. Check the bug fixes section for semantic bug fixes
+
+Commons IO 2.2 requires a minimum of JDK 1.5. 
+Commons IO 1.4 requires a minimum of JDK 1.3. 
 
 ==============================================================================
 Commons IO Package Version 2.1



Re: svn commit: r1302179 - /commons/proper/io/trunk/RELEASE-NOTES.txt

Posted by sebb <se...@gmail.com>.
On 18 March 2012 17:41,  <gg...@apache.org> wrote:
> Author: ggregory
> Date: Sun Mar 18 17:41:29 2012
> New Revision: 1302179
>
> URL: http://svn.apache.org/viewvc?rev=1302179&view=rev
> Log:
> Add compatibility section.
>
> Modified:
>    commons/proper/io/trunk/RELEASE-NOTES.txt
>
> Modified: commons/proper/io/trunk/RELEASE-NOTES.txt
> URL: http://svn.apache.org/viewvc/commons/proper/io/trunk/RELEASE-NOTES.txt?rev=1302179&r1=1302178&r2=1302179&view=diff
> ==============================================================================
> --- commons/proper/io/trunk/RELEASE-NOTES.txt (original)
> +++ commons/proper/io/trunk/RELEASE-NOTES.txt Sun Mar 18 17:41:29 2012
> @@ -16,11 +16,6 @@ file comparators and endian transformati
>  Commons IO Package Version 2.2
>  ==============================================================================
>
> -The Commons IO library contains utility classes, stream implementations, file filters, file comparators and endian classes.
> -
> -$release.description.replaceAll("  ", "
> -")
> -

That is due to a missing description attribute in changes.xml.

The proper fix is to add a description to the <release> tag, not to
change the generated output.

The missing descriptions cause the changes report to be incomplete.

For comparison see Net and Math and Lang and Compress etc

There ought really to be a description for each release.

>  Changes in this version include:
>
>  New features:
> @@ -50,6 +45,13 @@ o IO-298:  Various methods of class 'org
>  Changes:
>  o IO-296:  ReaderInputStream optimization: more efficient reading of small chunks of data Thanks to Oleg Kalnichevski.
>
> +Compatibility with 2.1 and 1.4:
> +Binary compatible: Yes
> +Source compatible: Yes
> +Semantic compatible: Yes. Check the bug fixes section for semantic bug fixes
> +
> +Commons IO 2.2 requires a minimum of JDK 1.5.
> +Commons IO 1.4 requires a minimum of JDK 1.3.

These lines are not present in changes.xml, so regeneration will lose them.

>  ==============================================================================
>  Commons IO Package Version 2.1
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
For additional commands, e-mail: dev-help@commons.apache.org