You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by bn...@apache.org on 2002/02/04 23:30:20 UTC

cvs commit: apache-1.3/src CHANGES

bnicholes    02/02/04 14:30:20

  Modified:    src      CHANGES
  Log:
  Implemented the real ap_os_case_canonical_filename() function so that we
  can get the accurately cased filename from the file system on NetWare.
  
  Revision  Changes    Path
  1.1768    +4 -0      apache-1.3/src/CHANGES
  
  Index: CHANGES
  ===================================================================
  RCS file: /home/cvs/apache-1.3/src/CHANGES,v
  retrieving revision 1.1767
  retrieving revision 1.1768
  diff -u -r1.1767 -r1.1768
  --- CHANGES	4 Feb 2002 13:57:39 -0000	1.1767
  +++ CHANGES	4 Feb 2002 22:30:20 -0000	1.1768
  @@ -1,5 +1,9 @@
   Changes with Apache 1.3.24
   
  +  *) NetWare: Implemented the real ap_os_case_canonical_filename()
  +      function that retrieves the accurately cased path and file
  +      name from the file system. [Brad Nicholes bnicholes@novell.com]
  +
     *) Fix the longstanding bug that errors (returned by src/Configure)
        would not be noticed by the top level configure script.
        That was bad for automated configurations. [Martin Kraemer]