Fix PR10: Gcm_input may loose its input message
[gnucomo.git] / ChangeLog
index f2cc77b..745fc65 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,8 +1,16 @@
+??? 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
 -----------