Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Spot
Spot
Commits
51bf0b18
Commit
51bf0b18
authored
Feb 07, 2011
by
Alexandre Duret-Lutz
Browse files
Release Spot 0.7.1.
* NEWS: Update for 0.7.1. * configure.ac: Bump version to 0.7.1.
parent
8b06edbc
Changes
3
Hide whitespace changes
Inline
Side-by-side
ChangeLog
View file @
51bf0b18
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 "! (...)".
...
...
NEWS
View file @
51bf0b18
New in spot 0.7a:
Nothing yet.
New in spot 0.7.1 (2001-02-07):
* 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):
...
...
configure.ac
View file @
51bf0b18
...
...
@@ -22,7 +22,7 @@
# 02111-1307, USA.
AC_PREREQ([2.61])
AC_INIT([spot], [0.7
a
], [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])
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment