You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

40 lines
1.1 KiB

  1. ltl2dstar NEWS
  2. (C) 2005-2007 Joachim Klein
  3. Permission is granted to anyone to make or distribute verbatim copies
  4. of this document as received, in any medium, provided that the
  5. copyright notice and this permission notice are preserved.
  6. Permission is granted to distribute modified versions
  7. of this document, or of portions of it, under the above conditions,
  8. provided also that they carry prominent notices stating who last
  9. changed them.
  10. Version 0.5.1 (Bugfix release)
  11. * Fix bug in SafraTree.operator<
  12. * Add Plugin infrastructure
  13. Version 0.5.0
  14. * Add stuttering, with command line options (see documentation):
  15. --stutter Use stutter construction
  16. --partial-stutter Use partial stutter
  17. --stutter=yes is new default.
  18. * Add option --automata=original-nba to output the NBA generated for
  19. the LTL formula
  20. * Several bugfixes
  21. * Update included Boost C++ Libraries version to 1.33.1
  22. Version 0.4.2 (Bugfix release)
  23. * Fix compilation errors on SUN Solaris (variable name clashes)
  24. Version 0.4.1 (Bugfix release)
  25. * Fix memory access problems in DRAOptimizations (bisimulation)