New page: Abuse list
[gnucomo.git] / ChangeLog
index 262a054..94f1a6b 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,161 @@
+Dec 24, 2003 - Release 0.0.9
+====================================
+
+Database
+---------
+
+- Changed the type of log_adv_daemon_email.delay and log_adv_daemon_email.xdelay
+  from time to interval. These delays can be more than 24 hours.
+
+libgnucomo
+----------
+
+- Catch an exception if we can not setup a database transaction.
+
+
+gcm_input
+---------
+
+- SQL_Escape(): Backslashes are correctly escaped with another backslash
+- XML_Entities(): transform non-ASCII characters into hexadecimal entities.
+- Do not add another parameter_notification record is the notification
+  already exists for that parameter.
+- Catch exceptions from the database library.
+- Major redesign. All input is handled through XML. Raw input data is first
+  transformed into an XML document for further processing.
+  A collection of polymorphic classes handle the transformation of various
+  input formats into XML.
+- Classifying input data is done with a finite improbability calculation.
+
+gcm_daemon
+-----------
+
+- Create separate notifications for different objects in service_check().
+  Fixes problem report 23.
+- Change the notation for delays from "days+hh:mm:ss" to "days hh:mm:ss. This
+  fixes problem report 14.
+- In linux_daemon_sendmail(), check the existence of '=' before using it as a
+  field separator. Fixes problem report 15.
+
+
+web interface
+--------------
+
+- Optionally show or hide removed parameters from the parameter
+  comparison page.
+
+Documentation
+---------------
+
+- Added a User Manual, based upon the draft TUTORIAL
+
+
+Sep 04, 2003 - Release 0.0.8
+====================================
+
+Database
+---------
+
+- Fixed a few typos in the database creation script.
+- BUGFIX: Secondary indices on log_notification were unique.
+- Additional information in the 'usr' table: 'display_name' and 'email'.
+- Added new issues and services.
+
+gcm_input
+---------
+
+- Fixed a namespace problem in message.cpp
+- Fixed a gcc 2 vs. gcc 3 problem in gcm_input.cpp
+- Reject log entries that are found to be invalid.
+- A date without the time for the '-d <date> option will
+  assume midnight on that date.
+
+gcm_dameon
+----------
+
+- In PHP, the method configuration::read() will also read
+  a user-specific configuration from the home directory if a 
+  PHP script is not run through the web server.
+- Accept command argument '-c config' to use an alternate
+  gnucomo configuration.
+- New PHP methods:
+   db::Result() - Returns the result from the last query.
+   db::Field()  - Returns the value of a single field.
+   db::new_notification() - Create a new notification in the database.
+- Check the log table against the servies running on an object and
+  create notifications if a service is not supposed to be available
+  or is not known at all.
+
+libgnucomo
+----------
+
+- Changed the gnucomo_database class to the new PostgreSQL
+  library, libpqxx
+- Overloaded gnucomo_database::Field() to include the Result
+  from a query as an argument.
+
+web interface
+--------------
+
+- New page to enter and modify services.
+- The objects page provides an interface to edit the list of
+  services and users for an object.
+
+Test
+----
+
+- Reduced the amount of output from test scripts.
+- Added output data that is expected from test scripts.
+- New test: tests the database upgrade with gcm_daemon
+- Overall test script: gcm_test. Runs all tests in sequence.
+
+
+Aug 15, 2003 - Release 0.0.7
+====================================
+
+Database
+---------
+
+- Added index to the history table to improve performance.
+
+gcm_input
+----------
+
+- Added a new section 'logging' with three configuration parameters:
+   method       - Output method to use for logging.
+   destination  - Name of the log output destination.
+   level        - Log level: Verbose output if greater than 0.
+- Added '-i' option for incremental parameter updates.
+- Debug output to the log stream instead of cerr.
+- Fixed namespace problems in XPath searches of the DOM.
+- Moved string utility functions to a separate file.
+- Different kinds of log files are parsed by a collection of objects
+  of different classes, derived from the base class line_cooker
+  Depending on the message content or the message_type element in
+  XML, one of these objects is selected.
+- Logrunner is integrated with gcm_input. Although its functionality
+  is still limited, a connection between logrunner and gcm_input
+  is beginning to form.
+
+gcm_daemon
+----------
+
+- BUGFIX: Print an error message if a parameter does not have
+  any history.
+- BUGFIX: undefined variables and indices when processing sendmail logs.
+
+web interface
+--------------
+
+- BUGFIX: Convert special characters for HTML (<, >, and &) into
+  their entities.
+- BUGFIX: Removed parameters were somtimes shown on the wrong side
+  of the parameter difference page.
+- Added performance measurement to the parameters page.
+- Added editing of detailed object information.
+
 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.
@@ -27,7 +183,7 @@ Jul 15, 2003 - Release 0.0.6
 - 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.
@@ -74,7 +230,7 @@ Feb 21, 2003 - Release 0.0.5
 
 
 Feb 05, 2003 - Release 0.0.4
-----------------------------
+====================================
 
 - Added style parameters for diff-like table views and textarea elements.
 - Display and handle notifications in the web interface.
@@ -96,7 +252,7 @@ Feb 05, 2003 - Release 0.0.4
 - Added new fields to the 'type_of_issue' table.
 
 Dec 06, 2002 - Release 0.0.3
------------------------------
+====================================
 
 - Directory structure is reorganized and prepared for GNU configure.
 - gcm_input sets the value of log.processed to FALSE when inserting a