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 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: * Speed improvements:
- The unicity hash table of BuDDy has been separated separated - The unicity hash table of BuDDy has been separated separated
node table for better cache-friendliness. The resulting speedup node table for better cache-friendliness. The resulting speedup
@ -13,6 +16,12 @@ New in spot 0.9.1a:
* Bug fixes: * Bug fixes:
- The CGI script running for ltl2tgba.html will correctly timeout - The CGI script running for ltl2tgba.html will correctly timeout
after 30s when Spot's translation takes more time. 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): New in spot 0.9.1 (2012-05-23):

View file

@ -8,6 +8,9 @@ Apache, or standalone.
In both cases you should ensure that the command `dot', from the In both cases you should ensure that the command `dot', from the
GraphViz package, is in the PATH. configure should have picked it up. GraphViz package, is in the PATH. configure should have picked it up.
The "ltl3ba" tab will only be enabled if ltl3ba is available (as
checked by ./configure) and supports options -v/-U/-T (checked by the
CGI script). Any version strickly greater than 1.0.1 should be OK.
Standalone usage Standalone usage