Debug output to the log stream instead of cerr.
[gnucomo.git] / ChangeLog
index 0f715e7..262a054 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,78 @@
+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
+------------------------------
+
+- The notifications web page keeps a record of each time a notification
+  is displayed. Either on a listing or in detail.
+- Improved the table layout of the objects web page.
+- In the users page of the web interface, you can add a new user and
+  make him/her a member of a group.
+- Users can change their password through the users page of the web interface.
+- Gcm_input also detects packages that are removed from the system.
+- In gcm_input, determining the version number of a package in a RPM
+  list is improved. Only the last one or two parts of the string that
+  begin with a '-' and a number are considered the version.
+- The C++ function gnucomo_database::new_notification() uses the SQL
+  function currval() to obtain the identification number
+  of the most recently created notification.
+- The C++ class gnucomo_database prints the query on cerr, along
+  with the error message when the query results in an error.
+- Removed the 'Change Password' image from the main menu.
+  Changing passwords is integrated in te users page.
+- Added the 'form' class on table and td elements. This class is intended
+  for borderless tables that are used to layout HTML forms.
+- A new style 'h2.error' for error reports in the stylesheet.
+  Put borders around the tables and cells in the web interface.
+  Added right-alignment for numbers and fixed width for timestamps.
+- Gcm_daemon maintains the last notification identifier.
+- Setup the groups and database permissions. The three groups
+  are: view, ops and admin.
+- Added two new entries to the action table.
+- All web interface pages use the page class. This provides for a
+  uniform session and database handling.
+- Use our own error handler for PHP errors and warnings in the web interface.
+- Added log, notification and parameter counters to the 'object' table.
+  Counting these things at the time a user interface needs them is
+  too slow. Other programs, like gcm_daemon en gcm_input should prepare
+  these counters for quick retrieval.
+- Show the total number of Log entries, parameters and notifications
+  on the object page of the web interface.
+- Added new tables to the database : log_adv_daemon and log_adv_daemon_email.
+- Made gcm_daemon a 'proper' executable.
+- Paths of included files in PHP scripts are more flexible.
+- Gcm_daemon recognizes important start and stop events of various daemons
+- Gcm_daemon checks for exiting daemons in the log entries.
+- Directory structure of PHP scripts reorganized. PHP scripts that are included in
+  both gcm_daemon and the web interface are now in the directory src/phpclasses.
+
+
 Feb 05, 2003 - Release 0.0.4
 ----------------------------