ChangeLog ========= 0.2.0 / 2006-08-25 - It is now possible to fetch the "incoming" nodes of a node. Incoming nodes are those which reference that node (FTNode::incomingNodes). - Nodes can now be removed from a graph (FTGraph::removeNode). - All nodes of a graph can be queried now (FTGraph::nodeIterator). - Introduction.sxw now contains a history (changelog) for its own. - Logging has been integrated using ECLogging. This logging can flexibily be configured by the ftconfig.xml file and is based on ECLogging of Encore. Refer to tests/ftconfig.xml - Configuration parameter FTDatabaseName.allNodeId added for ftconfig.xml. - "Introduction.sxw" updated. - Dictionary service reimplemented due to redesign - FTDictionaryService now supports remove-operation - FTExport tool added. Using this tool it is now possible to export the whole content of a graph. - incoming and outgoing edges can now be fetched from a node. - FTImport tool added. - FTGraphManager now supports a method "allGraphIds" which allows to fetch all graph ids stored in the database - it is now possible to remove graphs by calling removeGraph of FTGraphmanager - FTControlCmdLine added, which lists existing graphs and allows to remove certain graphs at present. - License changed. Now using "GNU Lesser General Public License" - Documentation for FT tools added. 0.1.0 / 2006-01-06 ------------------ - Initial version of FT. - Developer snapshot.