X-Git-Url: http://www.andromeda.nl/gitweb/?a=blobdiff_plain;f=ChangeLog;h=f2cc77bdf331fb61abece08a46bd8be6183c7a00;hb=6d5c1d7c60b28b867e690a8a0da6ab88e379d783;hp=cb3b2875dc77a227bf9d7a42817ef84040745e84;hpb=4d9ebe985859f38716bb5304dfc75b3718ced0ac;p=gnucomo.git diff --git a/ChangeLog b/ChangeLog index cb3b287..f2cc77b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,69 @@ +gcm_input +---------- + + - logrunner is statically linked so it can be copied to different systems, + 32 bit or 64 bit, without library dependencies. + +gcm_maintenance +----------- + + - Cleanup abuse records only for subnets smaller than /16. + +gcm_daemon +----------- + + - Resolve a hostname before adding to the abuses. + +Database +--------- + + - Added a new group daemon and created additional permissions to the database. + - Cleaned up the COLUMN recognized from the TABLE logng + +web interface +------------- + + - Put the password for logging into the database between quotes ('). + - When removing an object, clean up logs, parameters and notifications. + + + +Dec 12, 2007 - Release 0.0.12 +==================================== + +gcm_input +--------- + +- New options added for logrunner: + -l : Read input from logfile . + -s : Use as the status file instead of the default. + -v Verbose output + +- Logrunner outputs debug information only when the -v option + is added on the command line. + +- Buffer overflow problem in logrunner with input lines of more than 4096 + characters fixed. + +gcm_daemon +----------- + +- Added a new script gcm_maintenance.php to cleanup the database + and check referential integrity. Purging old log entries is + removed from the gcm_daemon script. + +web interface +------------- + +- Added fields to edit the range of a DYNAMIC property. + +- The index.html page in now obsolete and redirects to index.php + +- Added an option to perform one action on multiple notifications at once. + +- When blocking a subnet, maintain the references to the log table from + all IP addresses in that subnet. + Nov 22, 2007 - Release 0.0.11 ====================================