Directory structure is reorganized and prepared for GNU configure.
[gnucomo.git] / ChangeLog
1 Dec 06, 2002 - Release 0.0.3
2 -----------------------------
3
4 - Directory structure is reorganized and prepared for GNU configure.
5 - gcm_input sets the value of log.processed to FALSE when inserting a
6    new log entry into the database
7 - When a syslog entry arrives from last year, gcm_input subtracts one from the
8    year of arrival to create the year of the log entry.
9 - Gcm_input reads output from "rpm -qa" and enters packages in the parameter table.
10 - Changes to log and log_adv tables described in the manifest.
11 - Added description of gcm_daemon in the design.
12 - Added new program (in PHP): gcm_daemon.
13 - Added a check on the database version in gcm_damon.
14 - Database-login in gcm_damon can be done using TCP/IP or UNIX-sockets.
15 - Gcm_daemon processes iptables-records including ICMP support.
16 - Returning values with ICMP (bounced) are seperate and linked to the same logfile.
17 - Which each new version records that haven't been recognized are processed again
18   through gcm_daemon.
19 - Added program-specific database user and password in config file.
20 - Added new arguments to gnucomo_config::Database(): user and password.
21   If empty, default values are taken from the config file.
22 - Implemented a slightly functional web interface that shows some
23   output from the database.