##########################################
# Changelog of the check_logfiles plugin #
##########################################

2.1 - 2007-05-21
- Added support for Windows (ActiveState Perl)
- Added the mod_log_rotate method for Apache and Windows.
- Fixed a bug in configure for solaris/awk 
- Added "selectedsearches" as proposed by Lars Stavholm.

2.0 - 2007-05-09
- New layout of code using perl objects.
- Added handling of nonrotating logfiles as proposed by Kai Nielsen.
- Added performance data.
- Bugs, improvements, cosmetics, tests

1.3.6.1 - 2006-10-20
- Corrected a bug which created protocol files even if no pattern matched.
- Added a delay option as proposed by some users of the syslog check method.

1.3.6
- Added execution of scripts if inverse patterns are not found.
- Corrected typos in README
- Added command line parameters as proposed by Hendrik "Andurin" Baecker.

1.3.5 - 2006-08-23
- Code cleanup
- Removed nsca support in favour of a more flexible script handling.
- Added support for script parameters and modeling of the script's input.
- Matches are now passed as environment parameters to scripts.

1.3.4 - 2006-08-06
- Added support for shifting logfilenames through macros.

1.3.3 - 2006-07-03
- Added nsca support for standalone use of check_logfiles

1.3.2 - 2006-07-27
- Added "watchdog" patterns which raise an alert when not found.
- Added exceptions for patterns which stop processing of a preceding match.
- More documentation in README
- Fixed syntax errors found by Doug Lochart.

1.3.1 - 2006-07-24
- Added automatic deletion of old protocol files.
- Added handling of an unreadable logfile.

1.3 - 2006-07-04
- Added an option for syslogservers to filter out foreign log entries.
- Added macros in patterns.
- Fixed a bug in timeout handling.
- Added Debian to the list of predefined rotation methods.

1.2.6 - 2006-07-03
- Added options {critical,warning}threshold as proposed by jorge cabrera.

1.2.5 - 2006-04-17
- Fixed a bug in the fake seek algorithm.

1.2.4 - 2006-04-15
- Added a workaround to enable seeking in a pipe.
- Minor bugfixing in tracing output.
- Added some more examples to README.

1.2.3 - 2006-04-11
- Minor modifications to tracing.
- Duplicate file detection to prevent scanning the same file twice.
- Added examples to README.

1.2.2 - 2006-03-31
------------------
- Added an new item to tracing as requested

1.2.1 - 2006-03.27
------------------
- Fixed a small bug in mtime comparison

1.2 - 2006-03-27
----------------
- Changed the default timeout to 60 seconds
- Added a better rotation detection
- Added -d option to activate extensive tracing
- Bugfixing and commenting

1.1 - 2006-03-24
----------------
- Added the first match to the plugin's output

1.0 - 2006-03-12
----------------
- Initial release
