Prepared for release 0.0.9
authorarjen <arjen>
Wed, 24 Dec 2003 07:44:15 +0000 (07:44 +0000)
committerarjen <arjen>
Wed, 24 Dec 2003 07:44:15 +0000 (07:44 +0000)
ChangeLog

index 8062c54..94f1a6b 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,55 @@
+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
 ====================================