bloritsch    02/01/11 13:46:33

  Modified:    .        changes.xml
  Log:
  add changes to changelog
  
  Revision  Changes    Path
  1.68      +17 -1     xml-cocoon2/changes.xml
  
  Index: changes.xml
  ===================================================================
  RCS file: /home/cvs/xml-cocoon2/changes.xml,v
  retrieving revision 1.67
  retrieving revision 1.68
  diff -u -r1.67 -r1.68
  --- changes.xml       11 Jan 2002 17:13:08 -0000      1.67
  +++ changes.xml       11 Jan 2002 21:46:33 -0000      1.68
  @@ -4,7 +4,7 @@
   
   <!--
     History of Cocoon changes
  -  $Id: changes.xml,v 1.67 2002/01/11 17:13:08 vgritsenko Exp $
  +  $Id: changes.xml,v 1.68 2002/01/11 21:46:33 bloritsch Exp $
   -->
   
   <changes title="History of Changes">
  @@ -29,6 +29,22 @@
    </devs>
   
    <release version="@version@" date="@date@">
  +  <action dev="BL" type="fix" bug="5791">
  +    Address issue about how RegexpURIMatcher matches the "" pattern.
  +    Because it is so different from WildcardURIMatcher, the "" pattern
  +    is rewritten as "^$" which matches an empty string.  The event is
  +    logged, along with the hint that if you really want to match
  +    everything, the pattern ".*" works as advertised.
  +  </action>
  +  <action dev="BL" type="update">
  +    Fix command line generation so that a broken link was not a fatal
  +    error, and processing will continue after the link is reported as
  +    bad.
  +  </action>
  +  <action dev="BL" type="add">
  +    Add ability to serialize all broken links to a file when running in
  +    command line mode.  This helps debug sites.
  +  </action>
     <action dev="VG" type="update">
       Rename some of the matchers/serializers (new added, old deprecated):
       RequestSelector to RequestParameterSelector,
  
  
  

----------------------------------------------------------------------
In case of troubles, e-mail:     [EMAIL PROTECTED]
To unsubscribe, e-mail:          [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to