File Release Notes and Changelog
Notes:
As of this release, all fatal errors from the command line send their errors to STDOUT instead of STDERR.
Also increased flexibility is provided by enabling a quiet mode as well as allowing input via STDIN.
Changes:
New Features:
=============
-q | --quiet suppresses normal status messages (but not errors)
-s | --stdin reads input from STDIN rather than the default /var/log/messages
Bugs Fixed:
==========
Typographical errors in man page
Several bugs fixed regarding command-line error checking
--help was displaying incorrect information
Miscelanious:
============
Fatal Command Line Errors reported to STDOUT and exit status of 1 given.