summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorwrowe <wrowe@13f79535-47bb-0310-9956-ffa450edef68>2001-01-28 23:52:47 +0000
committerwrowe <wrowe@13f79535-47bb-0310-9956-ffa450edef68>2001-01-28 23:52:47 +0000
commite038605a52ffe74489c7a59fcdf443c176957e08 (patch)
tree32ccf76d0157dd8e2f7f2ad5be712834a2bd7e1e /CHANGES
parentb21b8fc9dfe18ea84811b6ddf65fcad7c6429275 (diff)
downloadlibapr-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--CHANGES10
1 files changed, 10 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 498f48b3d..1be3939d3 100644
--- a/CHANGES
+++ b/CHANGES
@@ -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