0.01 - initial release 0.03 - same as 0.01, but with higher version number to trump Nagios::Config on CPAN. 0.04 - a bunch of internal updates, nothing really new on the API side yet 0.05 - Lots of stuff all over. A bunch of bugs were fixed and I started looking at performance. I'm actually writing some serious apps using these modules now, so the "dogfood test" is really starting to kick in. Thanks to the following people for patches/bug reports: David J. Mark Akihiro Sagawa Bjornar Bjorgum Larsen 0.06 - Big reorganization of Nagios/Object.pm which should help towards making extending and overloading easier. - !!!!!!!!!! new() now require named arguments !!!!!!!!!!!! - added prelimary Nagios 2.0 support - this is mostly untested *** please send me tests *** - started putting in support for a "fast mode" to skip parts of object resolution and registration for speed - being an experimental feature, it currently breaks stuff when enabled, but shows where the real performance problems are - the flags for the big hash in Object.pm now use a single integer and bit shifting - there is a mini program in the bin directory of this distribution for encoding/decoding what they mean - also in the bin directory is a mini program for parsing configs for quick testing "perldoc bin/parse.pl" 0.07 - Fix fatal bugs added a patch from Deomid Ryabkov to fix a couple fatal bugs I missed 0.07a - Fix a couple more fixed a couple other bugs reported that I found in my Inbox right after posting 0.07 to CPAN 0.07b - fixed minor bugs reported via email or rt.cpan.org new() named parameter support was missing from StatusLog.pm config_status_demo.pl needed it's use of new() constructors updated 0.07c - added missing hostgroup_name to service dependencies 0.07d - fixed some bugs reported via email with tests and parsing 0.08 should be coming soon, since I've got a good start on the Nagios::Test:: modules I'm forcing myself to write for it. Once those modules are functioning, I'll be able to do some real testing on the performance of various pieces and start to replace those pesky linear (or worse) searches. ... fill this in from CVS later 0.09 (beta) - added support for Nagios 2.x status.dat files in StatusLog.pm - applied patch from Székelyi Szabolcs that fixed a bunch of bugs - added wildcard/regular expression support 0.09 (final) - fixed remaining bug with servicegroups - reported by Jörg Stelzle (who helped a ton with testing this release) 0.10 - added 'allow_missing_files' option to Nagios::Config to skip files specified in the nagios.cfg that don't exist (fixes RT #20924) - requested by Andrew Ruthven 0.11 - add check_freshness/freshness_threshold to Nagios::Host 0.12 - added check_interval to Nagios::Host (pointed out by Nenad Noveljic)