Version 2.30, released on 8 Jun 1997;
- Added :do event local, and :do module local constructs.
- Fixed a problem in the Java schema.
- Help screens are no longer paginated.
- Improved upper/lower-case filename generation under MS-DOS.
Version 2.22, released on 25 Feb 1997:
- If source program contained same module twice, caused code
generator to miscount the number of new module stubs.
Version 2.21, released on 1 January 1997:
- Under OS/2, uses -dpath for all files.
Version 2.20, released on 1 January 1997:
- C++, Java, Rexx schemas now a standard part of Libero.
- We use event_t instead of t_event in C and C++ schemas.
- Events now defined as 'enums' in C and C++ schemas.
- New option "-opt:class='SomeClass'" for C++ schema.
- New switch, "-dpath" for dialogs and .ini files.
- New switch "-pretty" 'pretty printer', rewrites dialog.
- New switch "-stats" prints dialog statistics.
- New switch "-nosort" for module stubs in natural order.
- In dialog, '->' is optional if next state is empty.
- In dialog, event name '$other' means all other events.
- UNIX and VMS binary kits no longer supported.
- -help=no and -help=false now accepted as -nohelp.
- :echo output sent to stderr instead of stdout.
- Libero checks you don't specify the same state twice.
- Libero checks against initial state as a 'next state'.
- Fixed some segment violation errors in LRSORT and LRCODE.
- Fixed some minor bugs in the code generator.
- Fixed some minor bugs in the dialog parser.
- Fixed some minor bugs in the command-line option code.