You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@cocoon.apache.org by cr...@apache.org on 2003/07/01 07:31:52 UTC

cvs commit: cocoon-2.1 status.xml

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="johan@hippo.nl">
       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.