Prepared for release 0.0.4
[gnucomo.git] / ChangeLog
index a1f9e51..0f715e7 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,25 @@
+Feb 05, 2003 - Release 0.0.4
+----------------------------
+
+- Added style parameters for diff-like table views and textarea elements.
+- Display and handle notifications in the web interface.
+- Display the difference of all package class parameters for two objects
+  in the web interface.
+- New PHP class added: 'page'. This is a (sort-of abstract) base class
+  for all Gnucomo web interface pages. It hanldes the session, login,
+  opening the database and the head and tail of the web page.
+- gcm_input creates notifications when a new package is discovered
+  in a 'rpm -qa' list or when the version of a package is changed.
+- Bug fix: action.statuscode was in upper case.
+- Added new tables to the database: parameter_class and parameter_notification.
+- New C++ function: gnucomo_database::new_notification(). retruns the id number
+  of the newly created notification record.
+- Added new records to the 'type_of_issue' table.
+- Changed semantics of actionid 9 in the 'action' table.
+- Bugfix in gcm_input: The hostname in a system log may contain
+  digits as well as letters.
+- Added new fields to the 'type_of_issue' table.
+
 Dec 06, 2002 - Release 0.0.3
 -----------------------------