Release Spot 0.7.1.
* NEWS: Update for 0.7.1. * configure.ac: Bump version to 0.7.1.
This commit is contained in:
parent
8b06edbc3b
commit
51bf0b18e3
3 changed files with 25 additions and 3 deletions
|
|
@ -1,3 +1,10 @@
|
|||
2011-02-07 Alexandre Duret-Lutz <adl@lrde.epita.fr>
|
||||
|
||||
Release Spot 0.7.1.
|
||||
|
||||
* NEWS: Update for 0.7.1.
|
||||
* configure.ac: Bump version to 0.7.1.
|
||||
|
||||
2011-02-07 Alexandre Duret-Lutz <adl@lrde.epita.fr>
|
||||
|
||||
Generalize patch from 2011-02-03 by allowing guards like "! (...)".
|
||||
|
|
|
|||
19
NEWS
19
NEWS
|
|
@ -1,6 +1,21 @@
|
|||
New in spot 0.7a:
|
||||
New in spot 0.7.1 (2001-02-07):
|
||||
|
||||
Nothing yet.
|
||||
* The LTL parser will accept operator ~ (for not) as well
|
||||
as --> and <--> (for implication and equivalence), allowing
|
||||
formulae from the Büchi Store to be read directly.
|
||||
* The neverclaim parser will accept guards of the form
|
||||
:: !(...) -> goto ...
|
||||
instead of the more commonly used
|
||||
:: (!(...)) -> goto
|
||||
This makes it possible to read neverclaims provided by the Büchi Store.
|
||||
* A new ltl2tgba option, -kt, will count the number of "sub-transitions".
|
||||
I.e., a transition labelled by "true" count for 4 "sub-transitions"
|
||||
if the automaton uses 2 atomic propositions.
|
||||
* Bugs fixed:
|
||||
- Fix segfault during WDBA minimization on automata with useless states.
|
||||
- Use the included BuDDy library if the one alrady installed
|
||||
is older than the one distributed with Spot 0.7.
|
||||
- Fix two typos in the code of the CGI scripts.
|
||||
|
||||
New in spot 0.7 (2011-02-01):
|
||||
|
||||
|
|
|
|||
|
|
@ -22,7 +22,7 @@
|
|||
# 02111-1307, USA.
|
||||
|
||||
AC_PREREQ([2.61])
|
||||
AC_INIT([spot], [0.7a], [spot@lrde.epita.fr])
|
||||
AC_INIT([spot], [0.7.1], [spot@lrde.epita.fr])
|
||||
AC_CONFIG_AUX_DIR([tools])
|
||||
AC_CONFIG_MACRO_DIR([m4])
|
||||
AM_INIT_AUTOMAKE([1.11 gnits nostdinc tar-ustar color-tests parallel-tests])
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue