Prepared for release 0.0.8 V0_0_8
authorarjen <arjen>
Thu, 4 Sep 2003 06:59:28 +0000 (06:59 +0000)
committerarjen <arjen>
Thu, 4 Sep 2003 06:59:28 +0000 (06:59 +0000)
ChangeLog

index ad5fcd3..8062c54 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,63 @@
+Sep 04, 2003 - Release 0.0.8
+====================================
+
+Database
+---------
+
+- Fixed a few typos in the database creation script.
+- BUGFIX: Secondary indices on log_notification were unique.
+- Additional information in the 'usr' table: 'display_name' and 'email'.
+- Added new issues and services.
+
+gcm_input
+---------
+
+- Fixed a namespace problem in message.cpp
+- Fixed a gcc 2 vs. gcc 3 problem in gcm_input.cpp
+- Reject log entries that are found to be invalid.
+- A date without the time for the '-d <date> option will
+  assume midnight on that date.
+
+gcm_dameon
+----------
+
+- In PHP, the method configuration::read() will also read
+  a user-specific configuration from the home directory if a 
+  PHP script is not run through the web server.
+- Accept command argument '-c config' to use an alternate
+  gnucomo configuration.
+- New PHP methods:
+   db::Result() - Returns the result from the last query.
+   db::Field()  - Returns the value of a single field.
+   db::new_notification() - Create a new notification in the database.
+- Check the log table against the servies running on an object and
+  create notifications if a service is not supposed to be available
+  or is not known at all.
+
+libgnucomo
+----------
+
+- Changed the gnucomo_database class to the new PostgreSQL
+  library, libpqxx
+- Overloaded gnucomo_database::Field() to include the Result
+  from a query as an argument.
+
+web interface
+--------------
+
+- New page to enter and modify services.
+- The objects page provides an interface to edit the list of
+  services and users for an object.
+
+Test
+----
+
+- Reduced the amount of output from test scripts.
+- Added output data that is expected from test scripts.
+- New test: tests the database upgrade with gcm_daemon
+- Overall test script: gcm_test. Runs all tests in sequence.
+
+
 Aug 15, 2003 - Release 0.0.7
 ====================================