]> granicus.if.org Git - apache/commitdiff
Moving a small OS2'ism into APR, it's pw_dir excludes the username.
authorWilliam A. Rowe Jr <wrowe@apache.org>
Sun, 28 Jan 2001 23:45:56 +0000 (23:45 +0000)
committerWilliam A. Rowe Jr <wrowe@apache.org>
Sun, 28 Jan 2001 23:45:56 +0000 (23:45 +0000)
  Return the expected result.  Also noted the headers/os2errno changes
  from early this morning.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87901 13f79535-47bb-0310-9956-ffa450edef68

CHANGES

diff --git a/CHANGES b/CHANGES
index 9e69d1ec56a63e8836d32d73a927f463892a75f4..7a770938f7062d6de2fa040310e33ecd6d00e5a7 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,5 +1,15 @@
 Changes with Apache 2.0b1
 
+  *) Corrected an OS2'ism of apr_get_home_directory.  OS2 now returns the
+     proper directory, including the user's name.
+
+  *) Removed private os2errno.h and integrated the OS2 network error codes
+     into apr_errno.h for optimized error tests (APR_STATUS_IS_EFOO(rv)).
+     [William Rowe]
+
+  *) Moved inclusion of <os2.h> header from multiple modules into apr.h
+     [William Rowe]
+
   *) Replace configure --with-optim option by using and saving the
      environment variable OPTIM instead.  This is needed because configure
      options do not support multiple flags separated by spaces.