rse         98/02/27 06:55:04

  Modified:    src      CHANGES
  Log:
  Document the now achieved equality of possible meta-construct
  expansions in mod_rewrite rulesets.
  
  Revision  Changes    Path
  1.670     +7 -0      apache-1.3/src/CHANGES
  
  Index: CHANGES
  ===================================================================
  RCS file: /export/home/cvs/apache-1.3/src/CHANGES,v
  retrieving revision 1.669
  retrieving revision 1.670
  diff -u -r1.669 -r1.670
  --- CHANGES   1998/02/26 11:04:01     1.669
  +++ CHANGES   1998/02/27 14:55:02     1.670
  @@ -1,5 +1,12 @@
   Changes with Apache 1.3b6
   
  +  *) Make all possible meta-construct expansions ($N, %N, %{NAME} and
  +     ${map:key}) available for all location where a string is created in
  +     mod_rewrite rewriting rulesets: 1st arg of RewriteCond, 2nd arg of
  +     RewriteRule and for the [E=NAME:STRING] flag of RewriteRule. This way 
the
  +     possible expansions are consequently useable at all string creation
  +     locations. [Ralf S. Engelschall]
  +
     *) Fix initialization of RewriteLogLevel (default now is 0 as documented 
        and not 1) and the per-virtual-server merging of directives. Now all
        directives except `RewriteEngine' and `RewriteOption' are either
  
  
  

Reply via email to