Spam scanning investigation
[gnucomo.git] / ChangeLog
index 3872085..745fc65 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,41 @@
+??? 12, 2020 - Release 0.0.13
+====================================
+
+gcm_input
+----------
+
+ - logrunner is statically linked so it can be copied to different systems,
+   32 bit or 64 bit, without library dependencies.
+ - Save the input in an XML file if it can not be stored in the database
+   because the database is not available or the XML parser returns an error.
+   The directory where the XML file is stored is defined in the configuration file,
+   element "spool/directory".
+   This solved PR10.
+
+gcm_maintenance
+-----------
+
+ - Cleanup abuse records only for subnets smaller than /16.
+
+gcm_daemon
+-----------
+
+ - Resolve a hostname before adding to the abuses.
+
+Database
+---------
+
+ - Added a new group daemon and created additional permissions to the database.
+ - Cleaned up the COLUMN recognized from the TABLE logng
+
+web interface
+-------------
+
+ - Put the password for logging into the database between quotes (').
+ - When removing an object, clean up logs, parameters and notifications.
+
+
+
 Dec 12, 2007 - Release 0.0.12
 ====================================