* NEWS: More text.

This commit is contained in:
Alexandre Duret-Lutz 2010-01-30 16:03:47 +01:00
parent dac0502706
commit 91fee65a89
2 changed files with 10 additions and 5 deletions

View file

@ -1,3 +1,7 @@
2010-01-30 Alexandre Duret-Lutz <adl@lrde.epita.fr>
* NEWS: More text.
2010-01-30 Alexandre Duret-Lutz <adl@lrde.epita.fr> 2010-01-30 Alexandre Duret-Lutz <adl@lrde.epita.fr>
Touch up some doxygen comments and copyrights. Touch up some doxygen comments and copyrights.

11
NEWS
View file

@ -1,4 +1,4 @@
New in spot 0.5 (2010-01-31): New in spot 0.4a (2010-01-31):
* We have setup two mailing lists: * We have setup two mailing lists:
- <spot-announce@lrde.epita.fr> is read-only and will be used to - <spot-announce@lrde.epita.fr> is read-only and will be used to
@ -35,7 +35,8 @@ New in spot 0.5 (2010-01-31):
reorganized. Please run src/tgbatest/ltl2tgba without arguments reorganized. Please run src/tgbatest/ltl2tgba without arguments
for details. Couvreur/FM is now the default translation. for details. Couvreur/FM is now the default translation.
* The ltl2tgba.py CGI script can now run standalone. It also offers * The ltl2tgba.py CGI script can now run standalone. It also offers
the Tauriainen/TAA translation. the Tauriainen/TAA translation, and some options for SCC-based
reductions.
* Automata using BDD-encoded transitions relation can now be pruned * Automata using BDD-encoded transitions relation can now be pruned
for useless states symbolically using the delete_unaccepting_scc() for useless states symbolically using the delete_unaccepting_scc()
function. This is ltl2tgba's -R3b option. function. This is ltl2tgba's -R3b option.
@ -44,7 +45,7 @@ New in spot 0.5 (2010-01-31):
* The "*" symbol, previously parsed as a synonym for "&" is no * The "*" symbol, previously parsed as a synonym for "&" is no
longer recognized. This makes room for an upcoming support of longer recognized. This makes room for an upcoming support of
rational operators. rational operators.
* More benchmarks: * More benchmarks in the bench/ directory:
- gspn-ssp/ some benchmarks published at ACSD'07, - gspn-ssp/ some benchmarks published at ACSD'07,
- ltlcounter/ translation of a class of LTL formulae used by - ltlcounter/ translation of a class of LTL formulae used by
Rozier & Vardi at SPIN'07 Rozier & Vardi at SPIN'07
@ -52,9 +53,9 @@ New in spot 0.5 (2010-01-31):
- split-product/ parallelizing gain after splitting LTL automata - split-product/ parallelizing gain after splitting LTL automata
* An experimental Kripke interface has been developed to simplify * An experimental Kripke interface has been developed to simplify
the integration of third party tools that do not use acceptance the integration of third party tools that do not use acceptance
conditions, and that have label on states instead of transitions. conditions and that have label on states instead of transitions.
This interface has not been used yet. This interface has not been used yet.
* Experimental Interface with the Nips virtual machine. * Experimental interface with the Nips virtual machine.
It is not very useful as Spot isn't able to retrieve any property It is not very useful as Spot isn't able to retrieve any property
information from the model. This will just check assertions. information from the model. This will just check assertions.
* Distribution: * Distribution: