[Dfsm-devel] dFSM Changelog,1.4,1.5
Status: Beta
Brought to you by:
amoreno
|
From: Andreu M. <am...@us...> - 2004-03-31 16:54:09
|
Update of /cvsroot/dfsm/dFSM In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv14362 Modified Files: Changelog Log Message: Tinput interface supports send and send_to (useful for utilities) and change monitor as service Index: Changelog =================================================================== RCS file: /cvsroot/dfsm/dFSM/Changelog,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** Changelog 16 Jul 2003 09:42:56 -0000 1.4 --- Changelog 31 Mar 2004 16:42:19 -0000 1.5 *************** *** 1,2 **** --- 1,21 ---- + 0.7.0 + + Beta Release + + * Features added: + + 01. Basic Supervisor added + 02. Timer service added + 03. tInput service added + 04. Bug cleaning and clean up + 05. entry_function and exit_function are executed in self + transitions + 06. Events are total ordered + 07. Monitor tool interface improved + 08. Add test5 to create automata chain + + -Andreu Moreno and Joan Valduvieco, 31 March 2004 + + 0.6.0 |