diff --git a/Docs/projects.html b/Docs/projects.html
index 916fe81f7d..86e9ad455c 100644
--- a/Docs/projects.html
+++ b/Docs/projects.html
@@ -134,6 +134,16 @@ architectural goals.
Project Kontor and also FreeMoney is working on SQL schemas;
Kontor is also working on Java RMI/CORBA interfaces.
+ The following industrial-strength features are still needed:
+
+ - transaction-oriented queing of updates
+
- event subscription channel for updates
+
- user authentication
+
- user authorization
+
- non-repudiability
+
- encryption of network connections
+
+
SQL I/O
A module is necessary to allow data to be fetched from an SQL
@@ -147,13 +157,16 @@ architectural goals.
SQL does NOT require locks to be held for long periods of time!
-
Financial Objects
+Engine, Financial Objects
The current system makes a distinction between the data (account,
transaction) and they GUI that displays it. This distinction should
be further strengthened, and a set of financial objects, residing in
- their own library, should be created. Current Status:
- ready to split this stuff off into its own library. The basic engine
- has been detangled from the GUI elements.
+ their own library, should be created.
+
+ Current Status: The basic engine has been detangled from
+ the GUI elements. This is in version 1.1.3, version 1.1.4
+ will move it to a separate directory.
+
OFX support
@@ -457,7 +470,7 @@ have contributed fixes and patches. I've tried to credit them in the README.
-Draft version 0.16 February 1998
+Draft version 0.17 February 1998
Linas Vepstas linas@linas.org
Robin Clark rclark@hmc.edu