vgritsenko 02/01/11 18:50:27 Modified: . changes.xml Log: Update changes Revision Changes Path 1.69 +14 -2 xml-cocoon2/changes.xml Index: changes.xml =================================================================== RCS file: /home/cvs/xml-cocoon2/changes.xml,v retrieving revision 1.68 retrieving revision 1.69 diff -u -r1.68 -r1.69 --- changes.xml 11 Jan 2002 21:46:33 -0000 1.68 +++ changes.xml 12 Jan 2002 02:50:27 -0000 1.69 @@ -4,7 +4,7 @@ <!-- History of Cocoon changes - $Id: changes.xml,v 1.68 2002/01/11 21:46:33 bloritsch Exp $ + $Id: changes.xml,v 1.69 2002/01/12 02:50:27 vgritsenko Exp $ --> <changes title="History of Changes"> @@ -29,6 +29,13 @@ </devs> <release version="@version@" date="@date@"> + <action dev="VG" type="add"> + Added matchers: + RegexpHeaderMatcher, RegexpRequestAttributeMatcher, + RegexpRequestParameterMatcher, RegexpSessionAttributeMatcher, + RequestAttributeMatcher, SessionAttributeMatcher, + WildcardHostMatcher, WildcardRequestAttributeMatcher. + </action> <action dev="BL" type="fix" bug="5791"> Address issue about how RegexpURIMatcher matches the "" pattern. Because it is so different from WildcardURIMatcher, the "" pattern @@ -63,6 +70,11 @@ Added CACHE_VALIDITY singleton object to NOPCacheValidity and changed all components to use constant instead of creating new instances each time. </action> + <action dev="VG" type="fix"> + Fix lifecycle related bugs in i18n transformer. Now transformers handles + only lifecycle of resource bundle factory, which handles lifecycle of all + resource bundles. + </action> <action dev="CZ" type="add"> Added special lifecycle interface for Cocoon components: RequestLifecycle. A component marked by this interface has the lifecycle of one request, @@ -76,7 +88,7 @@ <action dev="VG" type="add"> Added ability to use XPath expressions to query XML:DB collections using XML:DB pseudo protocol. URL should be in form: - xmldb:dbxml://host:port/db/collection/?/xpath + xmldb:dbxml://host:port/db/collection/#/xpath </action> <action dev="VG" type="add"> Enabled XML:DB support (generators and pseudo protocol) by default.
---------------------------------------------------------------------- In case of troubles, e-mail: [EMAIL PROTECTED] To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]