You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by br...@apache.org on 2003/01/01 02:00:22 UTC

cvs commit: httpd-2.0 CHANGES

brianp      2002/12/31 17:00:22

  Modified:    .        CHANGES
  Log:
  move mod_mime fix from 2.1.0 to 2.0.45
  
  Revision  Changes    Path
  1.1017    +3 -3      httpd-2.0/CHANGES
  
  Index: CHANGES
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/CHANGES,v
  retrieving revision 1.1016
  retrieving revision 1.1017
  diff -u -r1.1016 -r1.1017
  --- CHANGES	1 Jan 2003 00:14:32 -0000	1.1016
  +++ CHANGES	1 Jan 2003 01:00:21 -0000	1.1017
  @@ -20,9 +20,6 @@
        integer to apr_pstrcat. Changed to apr_psprintf.
        [Paul J. Reder]
   
  -  *) mod_mime: Workaround to prevent a segfault if r->filename=NULL
  -     [Brian Pane]
  - 
     *) Added character set support to mod_auth_LDAP to allow it to 
        convert extended characters used in the user ID to UTF-8 
        before authenticating against the LDAP directory. The new
  @@ -57,6 +54,9 @@
      Apache 2.0.xx tree as documented, and except as noted, below.]
   
   Changes with Apache 2.0.45
  +
  +  *) mod_mime: Workaround to prevent a segfault if r->filename=NULL
  +     [Brian Pane]
   
     *) Reorder the definitions for mod_ldap and mod_auth_ldap within
        config.m4 to make sure the parent mod_ldap is defined first.