CHANGES
-------

Version 1.6
-----------
Added -clear and -replace options to GRANT and IGRANT. These let you
set and replace user permissions. -clear will wipe out all permissions
first, then add the specified rights. -replace will replace any
existing permissions a specified user may already have on the files.

Bugs were fixed in IREVOKE and IGRANT. Thanks to Mario Eduardo
(Mario.Eduardo@vu-wien.ac.at) for reporting the bug. Certain ACEs on
directories would be ignored and "unknow ACE type" would be printed. This
is now fixed.

Added wildcard matching to user and group names in IREVOKE and REVOKE.
This allows you to revoke permissions to several accounts and groups
at once. Be careful, you can also do destructive things like 'REVOKE
-r all * *' to remove all permissions on all files from every account
and group across the filesystem! Wildcards for matching users may contain
a '*' to match any number of characters, a '?' to match a single character,
[0-9] or [a-z] to match ranges of characters, etc.




