crossley    2003/06/30 22:31:52

  Modified:    .        status.xml
  Log:
  Fix the date replacement tag.
  
  Revision  Changes    Path
  1.69      +2 -2      cocoon-2.1/status.xml
  
  Index: status.xml
  ===================================================================
  RCS file: /home/cvs/cocoon-2.1/status.xml,v
  retrieving revision 1.68
  retrieving revision 1.69
  diff -u -r1.68 -r1.69
  --- status.xml        29 Jun 2003 08:40:39 -0000      1.68
  +++ status.xml        1 Jul 2003 05:31:51 -0000       1.69
  @@ -182,7 +182,7 @@
   
     <changes>
   
  - <release version="@version@" date="@date">
  + <release version="@version@" date="@date@">
     <action dev="JH" type="fix" fixes-bug="19104" due-to="Johan Stuyts" 
due-to-email="[EMAIL PROTECTED]">
       Fixed SchematronValidator.evalRule() in xmlforms block: create a relative 
context instead of an absolute one.
       This allows to refer to another form field by using relative paths 
(../password) instead of choosing a common root.
  
  
  

Reply via email to