Prepared for release 0.0.11
[gnucomo.git] / ChangeLog
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
 ====================================