From: William A. Rowe Jr Date: Sun, 28 Jan 2001 23:45:56 +0000 (+0000) Subject: Moving a small OS2'ism into APR, it's pw_dir excludes the username. X-Git-Tag: APACHE_2_0_BETA_CANDIDATE_1~46 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b540e141f4ce39e413a0403a77a013e69e93ebd9;p=apache Moving a small OS2'ism into APR, it's pw_dir excludes the username. 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 --- diff --git a/CHANGES b/CHANGES index 9e69d1ec56..7a770938f7 100644 --- 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 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.