Revision history for Parse-Syslog-Mail
0.11 2007.02.14
[TESTS] Fixed t/03diag.t to avoid locale problems.
[TESTS] Fixed t/podspell.t
[TESTS] Added taint check to most test scripts.
[DOC] Added pointer to an small article by Philippe Bruhat.
0.10 2007.01.07
[FEATURE] Removed an overzealous check to allow all the input
that Parse::Syslog can handle.
[TESTS] Fixed t/10fields.t and t/11values.t to avoid warnings.
[DOC] Fixed a Pod nit.
0.09 2005.08.13
[FEATURE] Added support for a specific case of Sendmail logs
(ruleset=%s, arg1=%s) in order to gather that information.
[FEATURE] Added support for recognized other kinds of status.
[TESTS] Modified 03diag.t so that it skips if one of Test::Warn or
Test::Exception is not installed.
0.08 2005.08.03
[BUGFIX] D'oh! Non mailer related lines were not skipped...
[TESTS] Reduced the number of read lines in 10fields.t
0.07 2005.07.25
[BUGFIX] Previous release was broken regarding Sendmail/Postfix logs.
[FEATURE] Added primitive support for Courier logs (UNTESTED)
0.06 2005.07.24
[FEATURE] Added support for Qmail logs. Thanks to Laurent Bauer for
providing excerpts.
0.05 2005.07.13
[BUGFIX] Now skipping a few more garbage lines.
[TESTS] Improved t/10fields.t in order t oexecute tests with local logs.
[DOC] Updated documentation.
0.04 2005.06.04
[BUGFIX] RT#12775 (Jason T Hardy): Odd number of elements in hashref
because of map and split bug
[FEATURE] Now restricting fields names to words (/^[\w-]$/)
[TESTS] Renamed t/10parse.t to t/11values.t
[TESTS] Added t/10fields.t
0.03 2005.04.07
[BUGFIX] Parsing was improved a bit.
[TESTS] Improved t/01api.t
0.02 2005.04.03
[TESTS] Corrected t/01api.t
[TESTS] Added t/03diag.t, t/10parse.t
[DOC] Updated documentation.
0.01 2005.03.21
First version, released on an unsuspecting world.