Prepared for release 0.0.6
[gnucomo.git] / ChangeLog
index 1b0ec9d..262a054 100644 (file)
--- 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
 ------------------------------