summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorwrowe <wrowe@13f79535-47bb-0310-9956-ffa450edef68>2001-01-28 23:20:48 +0000
committerwrowe <wrowe@13f79535-47bb-0310-9956-ffa450edef68>2001-01-28 23:20:48 +0000
commit4ef48efcb7eb1e0c58b5aa42933a723ba04edbb7 (patch)
tree4af66b20d7d3a7168663576fc864e8f3b11e6103 /CHANGES
parent5acd64acf7d65f6b9caa434e774db0c609707d15 (diff)
downloadlibapr-4ef48efcb7eb1e0c58b5aa42933a723ba04edbb7.tar.gz
User and Group goodness. If anyone objects to the non-typesafe unix
implementation of apr_compare_users/groups - feel free to add saftey. git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@61162 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES7
1 files changed, 6 insertions, 1 deletions
diff --git a/CHANGES b/CHANGES
index f1ef8d600..498f48b3d 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,5 +1,10 @@
Changes with APR b1
+ *) 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
+ .group is 'None' in most cases. [William Rowe]
+
*) Replace configure --with-optim option by using the environment
variable OPTIM instead. This is needed because configure options
do not support multiple flags separated by spaces. [Roy Fielding]
@@ -9,7 +14,7 @@ Changes with APR b1
*) Abstracted apr_get_username and apr_get_groupname for unix and win32.
Modified Win32 apr_uid_t and apr_gid_t to use PSIDs, and elimintated
- the uid_t and gid_t definitions.
+ the uid_t and gid_t definitions. [William Rowe]
*) Radically refactored apr_stat/lstat/getfileinfo/dir_read for Win32
to assure we are retrieving what we expect to retrieve, and reporting