Author: oheger Date: Sun Jun 14 18:51:52 2015 New Revision: 1685436 URL: http://svn.apache.org/r1685436 Log: Release notes for version 2.0-beta1.
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=1685436&r1=1685435&r2=1685436&view=diff ============================================================================== --- commons/proper/configuration/trunk/RELEASE-NOTES.txt (original) +++ commons/proper/configuration/trunk/RELEASE-NOTES.txt Sun Jun 14 18:51:52 2015 @@ -1,10 +1,9 @@ $Id$ Commons Configuration Package - Version 2.0-alpha2 + Version 2.0-beta1 Release Notes - INTRODUCTION ============ @@ -14,6 +13,33 @@ The Commons Configuration software libra interface which enables an application to read configuration data from a variety of sources. +This is the first beta release of Commons Configuration 2.0 after two alpha +versions. There has not been much feedback so far and no requests for API +changes. Therefore, we move forwards to a beta release indicating that the API +can be considered more stable. However, at this stage, changes of the API can +still not be fully excluded. + +Below is a list of all changes in this version. Compared to version 2.0-alpha2, +there has only be a single change: an obsolete interface (which had been +overlooked during a major refactoring) was removed. So applications that are +using 2.0-alpha2 should be able to migrate to 2.0-beta1 without problems. + +Changes: +======== +o CONFIGURATION-598: Removed obsolete ConfigurationBuilder interface in the + base package. + +Historical list of changes: http://commons.apache.org/proper/commons-configuration/changes-report.html + +For complete information on Apache Commons Configuration, including instructions on how to submit bug reports, +patches, or suggestions for improvement, see the Apache Apache Commons Configuration website: + + + Commons Configuration Package + Version 2.0-alpha2 + Release Notes + + After version 2.0-alpha1 has been out for a while (the corresponding release notes can be found below), this second alpha release contains a few number of improvements and new features whose implementation required some changes on