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
b01ce51e
Commit
b01ce51e
authored
Jan 19, 2012
by
Alexandre Duret-Lutz
Browse files
Release Spot 0.8.2.
* configure.ac, NEWS: Bump version to 0.8.2.
parent
15c2a947
Changes
3
Hide whitespace changes
Inline
Side-by-side
ChangeLog
View file @
b01ce51e
2012-01-19 Alexandre Duret-Lutz <adl@lrde.epita.fr>
Release Spot 0.8.2.
* configure.ac, NEWS: Bump version to 0.8.2.
2012-01-18 Alexandre Duret-Lutz <adl@lrde.epita.fr>
Small speedup in safra_tree::compare().
...
...
NEWS
View file @
b01ce51e
New in spot 0.8.
1a
:
New in spot 0.8.
2
:
* configure now has a --disable-python option to disable
the compilation of Python bindings.
* Minor speedups in the
s
afra complementation.
* Minor speedups in the
S
afra complementation.
* Better memory management for the on-the-fly degeneralization
algorith. This mostly benefits to the Safra complementation.
algorith
m
. This mostly benefits to the Safra complementation.
* Bug fixes:
- spot::ltl::length() forgot to count the '&' and '|' operators
in an LTL formula.
- minimize_wdba() could fail to mark some transiant SCCs as accepting,
producing an automaton that was not fully minimized.
- minimize_dfa() could produce incorrect automata, but it
'
s not
- minimize_dfa() could produce incorrect automata, but it
i
s not
clear whether this could have had an inpact on WDBA minimization
(the worse case is that some TGBA would not have been minimized
when they could).
...
...
configure.ac
View file @
b01ce51e
...
...
@@ -22,7 +22,7 @@
# 02111-1307, USA.
AC_PREREQ([2.61])
AC_INIT([spot], [0.8.
1a
], [spot@lrde.epita.fr])
AC_INIT([spot], [0.8.
2
], [spot@lrde.epita.fr])
AC_CONFIG_AUX_DIR([tools])
AC_CONFIG_MACRO_DIR([m4])
AM_INIT_AUTOMAKE([1.11 gnu 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