Prepared for release 0.0.6
[gnucomo.git] / ChangeLog
1 Jul 15, 2003 - Release 0.0.6
2 -----------------------------
3
4 - Gcm_input reads IRIX system logs.
5 - Gcm_input exits without reading any input if the database connection fails.
6 - Gcm_input extracts the hostname out of the 'From:' or 'Message-Id:' line
7   of an email header.
8 - New member C++ function gnucomo_database::is_conected().
9 - New columns in the table 'log_adv_daemon_email': size, pri, relay,
10   status_details and dsn.
11 - Added several indices for the table 'log_adv_daemon_email'.
12 - In phpclasses/db.class.php: Added the database connection string as
13   an argument to the function copy_db_class.
14 - Gcm_daemon processes logs from sendmail.
15 - Fixed the PHP member function db::db_connect(). The Postgres connection
16   string is now passed as an argument to that function.
17 - Gcm_input reads cooked log entries from an XML input stream.
18 - New database tables: notification_check, notification_check_buffer,
19   notification_check_line and object_statistics.
20 - PHP function db::query() returns the result index.
21 - PHP function db::num_rows() accepts a result index as argument
22   (default = 0 -> use result from the previous query).
23 - New PHP function db::fetch_object().
24 - Gcm_daemon gathers statistics on parameters, notifications, etc. for all objects.
25 - The Objects web page uses the new object_statistics table.
26 - The Log web page shows the log one day at a time.
27 - Removed parameters are displayed in a shaded style.
28
29 Feb 21, 2003 - Release 0.0.5
30 ------------------------------
31
32 - The notifications web page keeps a record of each time a notification
33   is displayed. Either on a listing or in detail.
34 - Improved the table layout of the objects web page.
35 - In the users page of the web interface, you can add a new user and
36   make him/her a member of a group.
37 - Users can change their password through the users page of the web interface.
38 - Gcm_input also detects packages that are removed from the system.
39 - In gcm_input, determining the version number of a package in a RPM
40   list is improved. Only the last one or two parts of the string that
41   begin with a '-' and a number are considered the version.
42 - The C++ function gnucomo_database::new_notification() uses the SQL
43   function currval() to obtain the identification number
44   of the most recently created notification.
45 - The C++ class gnucomo_database prints the query on cerr, along
46   with the error message when the query results in an error.
47 - Removed the 'Change Password' image from the main menu.
48   Changing passwords is integrated in te users page.
49 - Added the 'form' class on table and td elements. This class is intended
50   for borderless tables that are used to layout HTML forms.
51 - A new style 'h2.error' for error reports in the stylesheet.
52   Put borders around the tables and cells in the web interface.
53   Added right-alignment for numbers and fixed width for timestamps.
54 - Gcm_daemon maintains the last notification identifier.
55 - Setup the groups and database permissions. The three groups
56   are: view, ops and admin.
57 - Added two new entries to the action table.
58 - All web interface pages use the page class. This provides for a
59   uniform session and database handling.
60 - Use our own error handler for PHP errors and warnings in the web interface.
61 - Added log, notification and parameter counters to the 'object' table.
62   Counting these things at the time a user interface needs them is
63   too slow. Other programs, like gcm_daemon en gcm_input should prepare
64   these counters for quick retrieval.
65 - Show the total number of Log entries, parameters and notifications
66   on the object page of the web interface.
67 - Added new tables to the database : log_adv_daemon and log_adv_daemon_email.
68 - Made gcm_daemon a 'proper' executable.
69 - Paths of included files in PHP scripts are more flexible.
70 - Gcm_daemon recognizes important start and stop events of various daemons
71 - Gcm_daemon checks for exiting daemons in the log entries.
72 - Directory structure of PHP scripts reorganized. PHP scripts that are included in
73   both gcm_daemon and the web interface are now in the directory src/phpclasses.
74
75
76 Feb 05, 2003 - Release 0.0.4
77 ----------------------------
78
79 - Added style parameters for diff-like table views and textarea elements.
80 - Display and handle notifications in the web interface.
81 - Display the difference of all package class parameters for two objects
82   in the web interface.
83 - New PHP class added: 'page'. This is a (sort-of abstract) base class
84   for all Gnucomo web interface pages. It hanldes the session, login,
85   opening the database and the head and tail of the web page.
86 - gcm_input creates notifications when a new package is discovered
87   in a 'rpm -qa' list or when the version of a package is changed.
88 - Bug fix: action.statuscode was in upper case.
89 - Added new tables to the database: parameter_class and parameter_notification.
90 - New C++ function: gnucomo_database::new_notification(). retruns the id number
91   of the newly created notification record.
92 - Added new records to the 'type_of_issue' table.
93 - Changed semantics of actionid 9 in the 'action' table.
94 - Bugfix in gcm_input: The hostname in a system log may contain
95   digits as well as letters.
96 - Added new fields to the 'type_of_issue' table.
97
98 Dec 06, 2002 - Release 0.0.3
99 -----------------------------
100
101 - Directory structure is reorganized and prepared for GNU configure.
102 - gcm_input sets the value of log.processed to FALSE when inserting a
103    new log entry into the database
104 - When a syslog entry arrives from last year, gcm_input subtracts one from the
105    year of arrival to create the year of the log entry.
106 - Gcm_input reads output from "rpm -qa" and enters packages in the parameter table.
107 - Changes to log and log_adv tables described in the manifest.
108 - Added description of gcm_daemon in the design.
109 - Added new program (in PHP): gcm_daemon.
110 - Added a check on the database version in gcm_damon.
111 - Database-login in gcm_damon can be done using TCP/IP or UNIX-sockets.
112 - Gcm_daemon processes iptables-records including ICMP support.
113 - Returning values with ICMP (bounced) are seperate and linked to the same logfile.
114 - Which each new version records that haven't been recognized are processed again
115   through gcm_daemon.
116 - Added program-specific database user and password in config file.
117 - Added new arguments to gnucomo_config::Database(): user and password.
118   If empty, default values are taken from the config file.
119 - Implemented a slightly functional web interface that shows some
120   output from the database.