* NEWS: Summarize recent fixes.

This commit is contained in:
Alexandre Duret-Lutz 2011-12-18 11:34:37 +01:00
parent 28b7c0858b
commit e27a7899a3
2 changed files with 12 additions and 1 deletions

View file

@ -1,3 +1,7 @@
2011-12-18 Alexandre Duret-Lutz <adl@lrde.epita.fr>
* NEWS: Summarize recent fixes.
2011-12-18 Alexandre Duret-Lutz <adl@lrde.epita.fr>
Fix VPATH builds, now that hash.hh include _config.h

9
NEWS
View file

@ -1,6 +1,13 @@
New in spot 0.8a:
Nothing yet.
* Only bug fixes:
- When ltl2tgba is set to perform both WDBA minimization and
degeneralization, do the latter only if the former failed.
In previous version, automata were (uselessly) degeneralized
before WDBA minimization, causing important slowdowns.
- Fix compilation with Clang 3.0.
- Fix a Makefile setup causing a "make check" failure on MacOS X.
- Fix an mkdir error in the CGI script.
New in spot 0.8 (2011-11-28):