Prepared for release 0.0.11 V0_0_11
authorarjen <arjen>
Thu, 22 Nov 2007 07:05:11 +0000 (07:05 +0000)
committerarjen <arjen>
Thu, 22 Nov 2007 07:05:11 +0000 (07:05 +0000)
ChangeLog
TODO

index 968d8b3..cb3b287 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,66 @@
+Nov 22, 2007 - Release 0.0.11
+====================================
+
+Database
+---------
+
+- Added the class definition for a filesystem parameter.
+- New issue type: 'property out of range'.
+
+gcm_input
+---------
+
+- Logrunner can select a specific host from a logfile, in case
+  syslogd acts as a log server for multiple systems.
+  This adds a new parameter (logile/fromhost) to the configuration
+  file.
+
+- Logrunner uses the official hostname (FQDN) instead of the
+  hostname returned by gethostname().
+
+- Handling of parameters is greatly improved.
+  When creating a new parameter from an XML report which is fed into
+  gcm_input, the class definition is used as a template to fill in
+  the default values for the properties.
+  The class is also used as a template when a new property is added
+  to an existing parameter.
+
+- DYNAMIC properties are now handled properly. Instead of making a
+  'changed property' notification, the value is checked against the
+  defined range for the property. An 'out of range' notification
+  is created when this condition is detected.
+
+- Added a new filter which can directly read the output
+  of the UNIX df command. A brief description is added in
+  the user manual.
+
+- Bugfix: Segmentation fault when reading an rpm package list
+  with empty lines.
+
+- New program: spamdetect.
+  Expirimental utility to log manually reported spam and have
+  Gnucomo detect the spammer's IP address.
+
+- Added a number of usefull scripts, mainly for use in Gnucomo clients.
+
+web interface
+-------------
+
+- The buttonbar at the top of each page is now a fixed 'div' element
+  instead of a framed page.
+  Contributed by Edwin Nadorp.
+
+PHP classes
+-----------
+
+- Added a PHP5 module for the configuration class.
+
+Test
+----
+
+- The test script, gcmtest can run individual tests as opposed to running
+  all tests in sequence.
+
 Oct 19, 2007 - Release 0.0.10
 ====================================
 
diff --git a/TODO b/TODO
index 66e7b34..6ce0724 100644 (file)
--- a/TODO
+++ b/TODO
@@ -2,28 +2,24 @@
  - several files don't have version identifiers; a simple $Id in the
    comment would help in finding packaging bugs. (Also recommended for
    the documentation files)
- - Some files have lines longer that 80 characters.
  - Most makefiles and stylesheets miss a copyright header. 
 
 Documentation:
  - There is no reference to the gnucomo website in the manifest, design,
    README.
- - There is no list of required and recommended software. (PR 5)
- - A step-by-step installation guide is missing. (PR 6)
- - The installation description in the manifest must be
-   updated to include the ./configure script.
 
 Web Interface: 
  - A page with notification (independent of object) (with sort capabilities
    and grouping per urgency).  (PR 7)
- - A page with detailed object-data (PR 3)
  - With an object one should be able to indicate what OS is being used
  - Webpages should look more 'sexy'
+ - Draw graphs of DYNAMIC properties.
+ - Use XML/XSLT technology for the web interface.
+ - Create valid XHTML.
+ - Edit the range of DYNAMIC properties for each parameter.
 
   Whish (future):
 
- - When looking at a logline it is usefull to see the related log_adv records
-   (PR 8)
  - Linking database users to objects (only certain objects can be shown to certain users)
    (PR 3)
 
@@ -37,11 +33,10 @@ GCM_INPUT:
  - Update statistics in the object table when a new parameter is entered
  - Update statistics in the object table when a new notification is entered
 
+
 GCM_DAEMON:
- - Process e-mails
- - Create indexes on log_adv_daemon_email
  - Build IP-database on the basis of whois
- - Work on undetected kernellines
  - Create mechanism for starting and ending the daemon.
  - Performance check on the gnucomo-database
-
+ - Detect traces of log entries and use these traces to create notifications.
+ - Trend analysis of DYNAMIC properties.