]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Implemented the real ap_os_case_canonical_filename() function so that we
authorBradley Nicholes <bnicholes@apache.org>
Mon, 4 Feb 2002 22:30:20 +0000 (22:30 +0000)
committerBradley Nicholes <bnicholes@apache.org>
Mon, 4 Feb 2002 22:30:20 +0000 (22:30 +0000)
can get the accurately cased filename from the file system on NetWare.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@93237 13f79535-47bb-0310-9956-ffa450edef68

src/CHANGES

index bc2ad330bd7a599a7f2da9c6bf1e47624233e2ad..f72b92965b134dcf2261d35e5586ce3e3e1dc6ee 100644 (file)
@@ -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]