You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by jo...@apache.org on 2003/12/02 15:54:19 UTC

cvs commit: httpd-2.0 CHANGES

jorton      2003/12/02 06:54:19

  Modified:    .        CHANGES
  Log:
  Synch with 2.0 branch.
  
  Revision  Changes    Path
  1.1330    +12 -0     httpd-2.0/CHANGES
  
  Index: CHANGES
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/CHANGES,v
  retrieving revision 1.1329
  retrieving revision 1.1330
  diff -u -u -r1.1329 -r1.1330
  --- CHANGES	26 Nov 2003 03:45:34 -0000	1.1329
  +++ CHANGES	2 Dec 2003 14:54:19 -0000	1.1330
  @@ -258,6 +258,18 @@
   
   Changes with Apache 2.0.49
   
  +  *) mod_log_config: Log the minutes component of the timezone correctly.
  +     PR 23642.  [Hong-Gunn Chew <hgbug gunnet.org>]
  +
  +  *) mod_proxy: Fix cases where an invalid status-line could be sent 
  +     to the client.  PR 23998.  [Joe Orton]
  +
  +  *) mod_ssl: Fix segfaults at startup if other modules which use OpenSSL
  +     are also loaded.  [Joe Orton]
  +
  +  *) mod_ssl: Use human-readable OpenSSL error strings in logs; use
  +     thread-safe interface for retrieving error strings.  [Joe Orton]
  +
     *) mod_expires: Initialize ExpiresDefault to NULL instead of "" to
        avoid reporting an Internal Server error if it is used without
        having been set in the httpd.conf file. PR: 23748, 24459