Prepared for release 0.0.12 V0_0_12
authorarjen <arjen>
Wed, 12 Dec 2007 09:14:02 +0000 (09:14 +0000)
committerarjen <arjen>
Wed, 12 Dec 2007 09:14:02 +0000 (09:14 +0000)
ChangeLog
TODO
doc/index.html

index cb3b287..3872085 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,39 @@
+Dec 12, 2007 - Release 0.0.12
+====================================
+
+gcm_input
+---------
+
+- New options added for logrunner:
+   -l <file>: Read input from logfile <file>.
+   -s <file>: Use <file> as the status file instead of the default.
+   -v Verbose output
+
+- Logrunner outputs debug information only when the -v option
+  is added on the command line.
+
+- Buffer overflow problem in logrunner with input lines of more than 4096
+  characters fixed.
+
+gcm_daemon
+-----------
+
+- Added a new script gcm_maintenance.php to cleanup the database
+  and check referential integrity. Purging old log entries is
+  removed from the gcm_daemon script.
+
+web interface
+-------------
+
+- Added fields to edit the range of a DYNAMIC property.
+
+- The index.html page in now obsolete and redirects to index.php
+
+- Added an option to perform one action on multiple notifications at once.
+
+- When blocking a subnet, maintain the references to the log table from
+  all IP addresses in that subnet.
+
 Nov 22, 2007 - Release 0.0.11
 ====================================
 
diff --git a/TODO b/TODO
index 6ce0724..c24bab0 100644 (file)
--- a/TODO
+++ b/TODO
@@ -24,7 +24,8 @@ Web Interface:
    (PR 3)
 
 GCM_INPUT:
- - multiline log entries in gcm_input. (PR 2).
+ - Make a proper master daemon for the Gnucomo server. This daemon handles
+   authorization of clients, scheduling and dispatching.
  - The input filename for gcm_input can be a command argument. (PR 9)
  - When gcm_input can not make a connection to the database, its input
    message will be lost. In such a case, gcm_input should store the
index 63f0211..489594c 100644 (file)
@@ -86,6 +86,7 @@ The core team on Gnucomo developer day 1.
      <li><a href="gnucomo-0.0.9.tar.bz2">Gnucomo-0.0.9</a> Dec 24, 2003 </li>
      <li><a href="gnucomo-0.0.10.tar.bz2">Gnucomo-0.0.10</a> Oct 19, 2007 </li>
      <li><a href="gnucomo-0.0.11.tar.bz2">Gnucomo-0.0.11</a> Nov 22, 2007 </li>
+     <li><a href="gnucomo-0.0.12.tar.bz2">Gnucomo-0.0.12</a> Dec 12, 2007 </li>
      <li><a href="gnucomo-snapshot.tar.bz2">Gnucomo Development snapshot</a> Jan 11, 2007 </li>
    </ul>