wrowe 01/01/28 15:52:47
Modified: . CHANGES
Log:
Document these here, where I should have put them in the first place &-/
Revision Changes Path
1.52 +10 -0 apr/CHANGES
Index: CHANGES
===================================================================
RCS file: /home/cvs/apr/CHANGES,v
retrieving revision 1.51
retrieving revision 1.52
diff -u -r1.51 -r1.52
--- CHANGES 2001/01/28 23:20:47 1.51
+++ CHANGES 2001/01/28 23:52:47 1.52
@@ -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