X-Git-Url: http://www.andromeda.nl/gitweb/?a=blobdiff_plain;f=ChangeLog;h=262a05407cd4fa151e6f0bee339e8fd66704211f;hb=8b92039b5b5e5bd184451a5ecae5475bf5034c47;hp=1b0ec9d38a710fb0bb2f0f9acf49a5a59f5c2d99;hpb=a0852f941bbdc6f41d36121e55e61e9ed2df2621;p=gnucomo.git diff --git a/ChangeLog b/ChangeLog index 1b0ec9d..262a054 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,31 @@ +Jul 15, 2003 - Release 0.0.6 +----------------------------- + +- Gcm_input reads IRIX system logs. +- Gcm_input exits without reading any input if the database connection fails. +- Gcm_input extracts the hostname out of the 'From:' or 'Message-Id:' line + of an email header. +- New member C++ function gnucomo_database::is_conected(). +- New columns in the table 'log_adv_daemon_email': size, pri, relay, + status_details and dsn. +- Added several indices for the table 'log_adv_daemon_email'. +- In phpclasses/db.class.php: Added the database connection string as + an argument to the function copy_db_class. +- Gcm_daemon processes logs from sendmail. +- Fixed the PHP member function db::db_connect(). The Postgres connection + string is now passed as an argument to that function. +- Gcm_input reads cooked log entries from an XML input stream. +- New database tables: notification_check, notification_check_buffer, + notification_check_line and object_statistics. +- PHP function db::query() returns the result index. +- PHP function db::num_rows() accepts a result index as argument + (default = 0 -> use result from the previous query). +- New PHP function db::fetch_object(). +- Gcm_daemon gathers statistics on parameters, notifications, etc. for all objects. +- The Objects web page uses the new object_statistics table. +- The Log web page shows the log one day at a time. +- Removed parameters are displayed in a shaded style. + Feb 21, 2003 - Release 0.0.5 ------------------------------