Document recent changes.

* NEWS: Update.
* wrap/python/ajax/README: Explain the ltl3ba requirement.
This commit is contained in:
Alexandre Duret-Lutz 2012-06-19 22:13:00 +02:00
parent bb8142910e
commit 6d047a1d6b
2 changed files with 12 additions and 0 deletions

9
NEWS
View file

@ -1,5 +1,8 @@
New in spot 0.9.1a:
* New features to the web interface.
- It can run ltl3ba (Babiak et al., TACAS'12) where available.
- "a loading logo" is displayed when result is not instantaneous.
* Speed improvements:
- The unicity hash table of BuDDy has been separated separated
node table for better cache-friendliness. The resulting speedup
@ -13,6 +16,12 @@ New in spot 0.9.1a:
* Bug fixes:
- The CGI script running for ltl2tgba.html will correctly timeout
after 30s when Spot's translation takes more time.
- Applying WDBA-minimization on an automaton generated by the
Couvreur/LaCIM translator could lead to an incorrect automaton
due to a bug in the definition of product with symbolic
automata.
- The Makefile.am of BuDDy, LBTT, and Spot have been adjusted to
accomodate Automake 1.12 (while still working with 1.11).
New in spot 0.9.1 (2012-05-23):