ltl2dstar NEWS
(C) 2005-2007 Joachim Klein

   Permission is granted to anyone to make or distribute verbatim copies
   of this document as received, in any medium, provided that the
   copyright notice and this permission notice are preserved.

   Permission is granted to distribute modified versions
   of this document, or of portions of it, under the above conditions,
   provided also that they carry prominent notices stating who last
   changed them.

Version 0.5.1 (Bugfix release)
 * Fix bug in SafraTree.operator<
 * Add Plugin infrastructure

Version 0.5.0

 * Add stuttering, with command line options (see documentation):
    --stutter            Use stutter construction
    --partial-stutter    Use partial stutter

    --stutter=yes is new default.

 * Add option --automata=original-nba to output the NBA generated for
   the LTL formula

 * Several bugfixes
 
 * Update included Boost C++ Libraries version to 1.33.1


Version 0.4.2 (Bugfix release)

 * Fix compilation errors on SUN Solaris (variable name clashes)


Version 0.4.1 (Bugfix release)
 
 * Fix memory access problems in DRAOptimizations (bisimulation)