File Release Notes and Changelog
Release Name: 1.40
Notes:
* Enhanced the timestamp parsing of the main script.
Previously there were some hard-wired timestamp regular
expressions in the main script that can now be customized
by setting $logtime_pat in the config file.
* Improved several patterns (e.g. dovecot, UW).
* Updated the contrib patch that enhances popa3d's logging:
it's now for the 1.0 release.
* A few improvements to the documentation, including some
improved sendmail info in the quickstart.
Changes:
2006-02-20 Wayne Davison <wayned@users.sourceforge.net>
* pop-before-smtp, pop-before-smtp.spec:
- Upped the version to 1.40.
2006-02-19 Wayne Davison <wayned@users.sourceforge.net>
* contrib/popa3d/popa3d-1.0.patch:
- Added a patch for the 1.0 release of popa3d.
* pop-before-smtp, pop-before-smtp-conf.pl:
- Added a new configure variable: $logtime_pat. This variable
lets the user change the default regex that is used to find
the time for each line of a logfile, something that the code
in pop-before-smtp was doing several places using hard-wired
regex values. Also, the code now supports log-lines where
the time value is not at the start of the line.
2006-02-17 Wayne Davison <wayned@users.sourceforge.net>
* pop-before-smtp-conf.pl:
- Improved the syslog dovecot pattern to work with the latest
dovecot version.
2006-02-16 Wayne Davison <wayned@users.sourceforge.net>
* contrib/pat-tester:
- Skip our custom_match function if the user supplied one.
- Make Date::Format and Date::Parse available, just in case.
2006-02-08 Wayne Davison <wayned@users.sourceforge.net>
* pop-before-smtp-conf.pl:
- Added a new style of dovecot logging.
2006-01-20 Wayne Davison <wayned@users.sourceforge.net>
* contrib/README.QUICKSTART:
- Updated the sendmail config information.
2006-01-07 Wayne Davison <wayned@users.sourceforge.net>
* pop-before-smtp-conf.pl:
- Another improvement to the UW POP/IMAP $out_pat.