 #########################################################
 # $Id: CHANGES,v 1.25 1999/04/12 05:25:57 ap1 Exp ap1 $ #
 #########################################################

v1.17:
Config file parsing was added in this release.  The file
/etc/efinger/conf is used to enable and disable features.
The file /etc/efinger/deny lists those users that should
not appear in the output from the efinger command.

v1.18:
A few bugs were fixed, including allowing local users to
see denied users (why not, they can see the contents of
/etc/passwd, right?), and a fix to properly show the last
login time of users.  Also, CR's were stripped from the
information returned by the remote server so more/less
won't print a 'hole' in the output after each page.  Also,
the -p option now works on remote servers running efingerd.

v1.20:
This is a bugfix release only.  Bugs fixed include the
proper output of whitespace between users in a long listing,
as well as a fix to a bug where users are sometimes printed
twice when using the -p flag.  Also, I've cleaned up the
printing of dates a bit.

v1.21:
Logging of querystrings was added in this release.  When
egrep-finger is compiled with -D__USE_SYSLOG, remote queries
are logged to the syslog, facility LOG_USER and priority
LOG_INFO.  When compiled with -D__LOG_LOCAL_QUERIES, egrep-
finger logs all queries, including those originating on the
localhost.  However, it will only capture the first, non-
option cmdline argument.

v1.22:
Support for user config files was added.  The config files
are named .efingerrc by default, and must be located in
user's home directories.  Users can use this config file to
turn off showing their home directory and/or login shell.

v1.25:
Bugfixes and documentation changes were made with this
release.

