Major changes:
- Don't require SQlite and PDO
- Uses a config.php file
If you are upgrading from a old version Just follow the regular installation steps.
Changelog:
2007-02-11, Audun Larsen
* Changed password hash method back to sha1, for PHP 4 compability
* Filter out events maked as reviewed ok from the event list as default
* Fixed bug in the rule file editor when bogus filename was supplied
* Added option to delte events
* Updated the copyright notice on the login screen
* Added a notice below the menu when Munin is in debug mode
2007-02-10, Audun Larsen
* Added a listing af new events to the Overview page
* Reimplemented the listing, and viewing of events after changing the way events are stored (still needs some work)
* Samll design changes on the Overview page
2007-02-08, Audun Larsen
* Munin now uses only regular files for storage. PDO is no longer required
* Remove the listing of rules in the database. Kinda redundant.
* Events are now stored in plain files
* Updated the about page, again
2007-02-06, Audun Larsen
* Events page now remembers what filter you applied
* Events is now filtered by severity, not type
* You can now mark events as Reviewed OK or Needs attention
* Only allow marking of events triggered by rules
* Added a message on the welcome page that tells you how many events that needs attention
* Removed the Delete link in the event details page
* I have chaneged e-mail address, and URL to my company site: Updated in the license
* Added some coments in the config.php file
2006-12-17, Audun Larsen
* Changed the hash function used for the admin password from sha1 to sha256
2006-11-8, Audun Larsen
* Removed the settings page and moved the configuration to the config.php file
* Changed the text on the "Rebuild rules" link
* Changed some of the text on the frontpage
* Done some code cleanup in index.php
* Added some instructions on the rules page
* Fixed the e-mail alert to say something usefull
* Added option to change from address in the alert email
2006-11-4, Audun Larsen
* Added some comments to the top of every file
2006-10-29, Audun Larsen
* Fixed typo in the license
