Prepared for release 0.0.6 V0_0_6
authorarjen <arjen>
Tue, 15 Jul 2003 11:08:29 +0000 (11:08 +0000)
committerarjen <arjen>
Tue, 15 Jul 2003 11:08:29 +0000 (11:08 +0000)
ChangeLog
configure
configure.in

index 1b0ec9d..262a054 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,31 @@
+Jul 15, 2003 - Release 0.0.6
+-----------------------------
+
+- Gcm_input reads IRIX system logs.
+- Gcm_input exits without reading any input if the database connection fails.
+- Gcm_input extracts the hostname out of the 'From:' or 'Message-Id:' line
+  of an email header.
+- New member C++ function gnucomo_database::is_conected().
+- New columns in the table 'log_adv_daemon_email': size, pri, relay,
+  status_details and dsn.
+- Added several indices for the table 'log_adv_daemon_email'.
+- In phpclasses/db.class.php: Added the database connection string as
+  an argument to the function copy_db_class.
+- Gcm_daemon processes logs from sendmail.
+- Fixed the PHP member function db::db_connect(). The Postgres connection
+  string is now passed as an argument to that function.
+- Gcm_input reads cooked log entries from an XML input stream.
+- New database tables: notification_check, notification_check_buffer,
+  notification_check_line and object_statistics.
+- PHP function db::query() returns the result index.
+- PHP function db::num_rows() accepts a result index as argument
+  (default = 0 -> use result from the previous query).
+- New PHP function db::fetch_object().
+- Gcm_daemon gathers statistics on parameters, notifications, etc. for all objects.
+- The Objects web page uses the new object_statistics table.
+- The Log web page shows the log one day at a time.
+- Removed parameters are displayed in a shaded style.
+
 Feb 21, 2003 - Release 0.0.5
 ------------------------------
 
index fb6dffe..646665e 100755 (executable)
--- a/configure
+++ b/configure
@@ -693,7 +693,7 @@ fi
 
 PACKAGE=GNUCOMO
 
-VERSION=0.0.5
+VERSION=0.0.6
 
 if test "`cd $srcdir && pwd`" != "`pwd`" && test -f $srcdir/config.status; then
   { echo "configure: error: source directory already configured; run "make distclean" there first" 1>&2; exit 1; }
index 3c979b6..2047ae3 100644 (file)
@@ -1,7 +1,7 @@
 
 dnl Process this file with autoconf to produce a configure script.
 AC_INIT(src/gcm_input/message.h)
-AM_INIT_AUTOMAKE(GNUCOMO, 0.0.5)
+AM_INIT_AUTOMAKE(GNUCOMO, 0.0.6)
 
 
 dnl Checks for programs.