diff options
author | wrowe <wrowe@13f79535-47bb-0310-9956-ffa450edef68> | 2001-01-28 23:52:47 +0000 |
---|---|---|
committer | wrowe <wrowe@13f79535-47bb-0310-9956-ffa450edef68> | 2001-01-28 23:52:47 +0000 |
commit | e038605a52ffe74489c7a59fcdf443c176957e08 (patch) | |
tree | 32ccf76d0157dd8e2f7f2ad5be712834a2bd7e1e /CHANGES | |
parent | b21b8fc9dfe18ea84811b6ddf65fcad7c6429275 (diff) | |
download | libapr-e038605a52ffe74489c7a59fcdf443c176957e08.tar.gz |
Document these here, where I should have put them in the first place &-/
git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@61165 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -1,5 +1,15 @@ Changes with APR b1 + *) 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] + *) Added apr_compare_users() and apr_compare_groups() for more complex apr_uid_t and apr_gid_t structures. Enabled both .user and .group results from WinNT/2000 stat/getfileinfo, but expect to find that |