Release Spot 1.99.8

* NEWS, configure.ac, doc/org/setup.org: Update version number.
This commit is contained in:
Alexandre Duret-Lutz 2016-02-18 14:28:06 +01:00
parent d30f7e1f0f
commit 6b7f0399f4
3 changed files with 10 additions and 10 deletions

8
NEWS
View file

@ -1,10 +1,7 @@
New in spot 1.99.7a (not yet released)
New in spot 1.99.8 (2016-02-18)
Command-line tools:
* ltl2tgba and ltldo now support %< and %> in the string passed
to --stats when reading formulas from a CSV file.
* ltl2tgba now also support the --generic option (already supported
by ltldo and autfilt) to lift any restriction on the acceptance
condition produced. This option now has a short version: -G.
@ -50,6 +47,9 @@ New in spot 1.99.7a (not yet released)
--product=0 is implied, since the tests based on products with
random state-space are pointless for deterministic automata.
* ltl2tgba and ltldo now support %< and %> in the string passed
to --stats when reading formulas from a CSV file.
* ltlfilt's option --size-min=N, --size-max=N, --bsize-min=N, and
--bsize-max=N have been reimplemented as --size=RANGE and
--bsize=RANGE. The old names are still supported for backward