Author: oheger
Date: Mon Aug 29 10:02:15 2011
New Revision: 1162707
URL: http://svn.apache.org/viewvc?rev=1162707&view=rev
Log:
Updated release notes to mention that the optional dependency to VFS requires
Java 1.5.
Modified:
commons/proper/configuration/trunk/RELEASE-NOTES.txt
Modified: commons/proper/configuration/trunk/RELEASE-NOTES.txt
URL:
http://svn.apache.org/viewvc/commons/proper/configuration/trunk/RELEASE-NOTES.txt?rev=1162707&r1=1162706&r2=1162707&view=diff
==============================================================================
--- commons/proper/configuration/trunk/RELEASE-NOTES.txt (original)
+++ commons/proper/configuration/trunk/RELEASE-NOTES.txt Mon Aug 29 10:02:15
2011
@@ -24,7 +24,13 @@ addressed: the algorithm for locating co
Commons Configuration 1.7 is fully binary compatible to the previous version.
Support for Java 1.3 has been dropped, a minimum of Java 1.4 is now
-required.
+required. There is one exception, however: Commons Configuration 1.7 supports
+optionally loading configuration files through Commons VFS
+(http://commons.apache.org/vfs/). VFS requires Java 1.5+, so if this feature is
+going to be used, a minimum JDK version of 1.5 is needed. More information
+about optional dependencies required by specific components of Commons
+Configuration can be found at
+http://commons.apache.org/configuration/dependencies.html.
Following is a complete list of all changes in the new 1.7 release: