Prepared for release 0.0.10
[gnucomo.git] / ChangeLog
index 94f1a6b..968d8b3 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,72 @@
+Oct 19, 2007 - Release 0.0.10
+====================================
+
+- Improved method for finding PostgreSQL libraries in configure script.
+
+Database
+---------
+
+- Fixed field declaration for PostgreSQL 7.4
+- New tables: log_abuse, object_abuse and service_pattern
+- Added general service patterns in the service 'ANY'
+- Added new issue types.
+- Log_adv and derived tables removed.
+
+logrunner
+---------
+
+- Status files in /var/lib
+- Rewrote most functions and datastructures into C++
+- Use the Gnucomo (XML) configuration file
+
+gcm_input
+---------
+
+- Accept '/' and '.' characters within the service name in a system log.
+  When extracting the service name, the '/' character is not considered
+  part of that name, though.
+- Textual changes in parameter notifications
+- Experimental start of database OO abstraction layer.
+- The '-' character is part of the service name.
+- Skip the Email header when reading XML input.
+
+gcm_daemon
+-----------
+
+- Bugfixes in the analysis of sendmail logs.
+- Send email about open notifications to an object's users.
+- Added log analysis for spam and abuse in sendmail log entries.
+- Added pattern check on log entries with the service_pattern table.
+- Create notifications from log entries with pattern matching.
+- Record the date when adding the number of abuses for an IP address
+  in the abuse list.
+
+
+web interface
+--------------
+
+- Added a form to edit user data.
+- Added a view for the log analysis with a link from the log page.
+- New page: Parameter classes administration.
+- New page: Abuse list
+- Added an interface to edit check patterns to the services page.
+- Manually edit parameters.
+- View logs from abusing IP addresses.
+- Added an interface for editing issues.
+- In the abuse list, IP addresses can be whitelisted.
+- Improved interface for editing check patterns.
+
+Test
+----
+
+- Added test data for Problem Report 15, 16 and 17
+
+Documentation
+---------------
+
+- Added a list of related projects and introduced the concept of
+  dynamic parameters in the manifest.
+
 Dec 24, 2003 - Release 0.0.9
 ====================================