marc        98/01/07 21:58:24

  Modified:    .        STATUS
               src      CHANGES
  Log:
  Update status and changes.
  
  Revision  Changes    Path
  1.63      +3 -0      apachen/STATUS
  
  Index: STATUS
  ===================================================================
  RCS file: /export/home/cvs/apachen/STATUS,v
  retrieving revision 1.62
  retrieving revision 1.63
  diff -u -r1.62 -r1.63
  --- STATUS    1998/01/08 05:14:50     1.62
  +++ STATUS    1998/01/08 05:58:20     1.63
  @@ -72,6 +72,7 @@
       * Ken's [PATCH] for copyright year update
       * Dean's [PATCH] 1.3: security updates for mod_imap and mod_include
       * Dean's [PATCH] make mod_include use ap_cpystrn
  +    * fix proxy caching on win32
   
   Available Patches:
   
  @@ -231,3 +232,5 @@
       * Ken's PR#1053: an error when accessing a negotiated document
         explicitly names the variant selected.  Should it do so, or should
         the base input name be referenced?
  +
  +    * bad use of chdir in some places; it isn't thread-specific
  
  
  
  1.560     +4 -0      apachen/src/CHANGES
  
  Index: CHANGES
  ===================================================================
  RCS file: /export/home/cvs/apachen/src/CHANGES,v
  retrieving revision 1.559
  retrieving revision 1.560
  diff -u -r1.559 -r1.560
  --- CHANGES   1998/01/07 22:24:37     1.559
  +++ CHANGES   1998/01/08 05:58:21     1.560
  @@ -1,5 +1,9 @@
   Changes with Apache 1.3b4
   
  +  *) WIN32: Fix a call to os_canonical_filename so it doesn't try to 
  +     mess with fake filenames.  This fixes proxy caching on 
  +     win32. PR#1265
  +
     *) SECURITY: General mod_include cleanup, including fixing several
        possible buffer overflows and a possible infinite loop.
        [Dean Gaudet, Marc Slemko]
  
  
  

Reply via email to