Prepared for release 0.0.5
[gnucomo.git] / ChangeLog
index 0f715e7..1b0ec9d 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,50 @@
+Feb 21, 2003 - Release 0.0.5
+------------------------------
+
+- The notifications web page keeps a record of each time a notification
+  is displayed. Either on a listing or in detail.
+- Improved the table layout of the objects web page.
+- In the users page of the web interface, you can add a new user and
+  make him/her a member of a group.
+- Users can change their password through the users page of the web interface.
+- Gcm_input also detects packages that are removed from the system.
+- In gcm_input, determining the version number of a package in a RPM
+  list is improved. Only the last one or two parts of the string that
+  begin with a '-' and a number are considered the version.
+- The C++ function gnucomo_database::new_notification() uses the SQL
+  function currval() to obtain the identification number
+  of the most recently created notification.
+- The C++ class gnucomo_database prints the query on cerr, along
+  with the error message when the query results in an error.
+- Removed the 'Change Password' image from the main menu.
+  Changing passwords is integrated in te users page.
+- Added the 'form' class on table and td elements. This class is intended
+  for borderless tables that are used to layout HTML forms.
+- A new style 'h2.error' for error reports in the stylesheet.
+  Put borders around the tables and cells in the web interface.
+  Added right-alignment for numbers and fixed width for timestamps.
+- Gcm_daemon maintains the last notification identifier.
+- Setup the groups and database permissions. The three groups
+  are: view, ops and admin.
+- Added two new entries to the action table.
+- All web interface pages use the page class. This provides for a
+  uniform session and database handling.
+- Use our own error handler for PHP errors and warnings in the web interface.
+- Added log, notification and parameter counters to the 'object' table.
+  Counting these things at the time a user interface needs them is
+  too slow. Other programs, like gcm_daemon en gcm_input should prepare
+  these counters for quick retrieval.
+- Show the total number of Log entries, parameters and notifications
+  on the object page of the web interface.
+- Added new tables to the database : log_adv_daemon and log_adv_daemon_email.
+- Made gcm_daemon a 'proper' executable.
+- Paths of included files in PHP scripts are more flexible.
+- Gcm_daemon recognizes important start and stop events of various daemons
+- Gcm_daemon checks for exiting daemons in the log entries.
+- Directory structure of PHP scripts reorganized. PHP scripts that are included in
+  both gcm_daemon and the web interface are now in the directory src/phpclasses.
+
+
 Feb 05, 2003 - Release 0.0.4
 ----------------------------