rdonkin 2003/02/02 08:30:29 Modified: digester RELEASE-NOTES.txt build.xml Log: Preparing for release candidate Revision Changes Path 1.7 +3 -3 jakarta-commons/digester/RELEASE-NOTES.txt Index: RELEASE-NOTES.txt =================================================================== RCS file: /home/cvs/jakarta-commons/digester/RELEASE-NOTES.txt,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- RELEASE-NOTES.txt 2 Feb 2003 15:34:21 -0000 1.6 +++ RELEASE-NOTES.txt 2 Feb 2003 16:30:29 -0000 1.7 @@ -22,9 +22,9 @@ New begin, body and end methods were added that include namespace information. This is an important change since it allows more sophisticated Rules to be created. The old versions of these methods have been deprecated (see below) but existing Rules that override these methods will continue to function correctly. -Improved support for XML schema. Scope of schema related variable has been change from private to protected. The entity resolver used can now be configured through a property. +Improved support for XML schema. The scope of schema related variables has been changed from private to protected. The entity resolver used can now be configured through a property. -Improved support for Public ID. The property now has a setter (as well as a getter). Digester now will not set a public ID to null. +Improved support for Public ID. The property now has a setter (as well as a getter). Digester will no longer set a public ID to null. Rules Enhancements: 1.33 +2 -2 jakarta-commons/digester/build.xml Index: build.xml =================================================================== RCS file: /home/cvs/jakarta-commons/digester/build.xml,v retrieving revision 1.32 retrieving revision 1.33 diff -u -r1.32 -r1.33 --- build.xml 2 Feb 2003 16:09:53 -0000 1.32 +++ build.xml 2 Feb 2003 16:30:29 -0000 1.33 @@ -55,7 +55,7 @@ <property name="component.title" value="Digester - XML to Java Object Configuration"/> <!-- The current version number of this component --> - <property name="component.version" value="1.4"/> + <property name="component.version" value="1.4RC1"/> <!-- The base directory for compilation targets --> <property name="build.home" value="target"/>
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]