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