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
dd960dc7
Commit
dd960dc7
authored
Nov 14, 2016
by
Alexandre Duret-Lutz
Browse files
Release Spot 2.2
* configure.ac, doc/org/setup.org, NEWS: Set version number.
parent
4bd04fc6
Changes
3
Hide whitespace changes
Inline
Side-by-side
NEWS
View file @
dd960dc7
New in spot 2.
1.2.dev (not yet released
)
New in spot 2.
2 (2016-11-14
)
Command-line tools:
...
...
@@ -34,8 +34,8 @@ New in spot 2.1.2.dev (not yet released)
not used. In particular, this helps scc_info to be more efficient
at deciding the acceptance of SCCs in presence of Fin acceptance.
* Simulation-based reductions now implement just bisimulation
s
-based
reduction on deterministic automata, to save time. As an example,
* Simulation-based reductions now implement just bisimulation-based
reduction
s
on deterministic automata, to save time. As an example,
this halves the run time of
genltl --rv-counter=10 | ltl2tgba
...
...
@@ -54,9 +54,9 @@ New in spot 2.1.2.dev (not yet released)
!otf_product(aut, other)->is_empty()
otf_product(aut, other)->accepting_run()->project(aut)
otf_product(aut, other)->accepting_word()
with any Fin-acceptance removal performed before the
product.
However the plan is t
hat these can be implemented
more efficiently in the
future.
with any Fin-acceptance removal performed before the
product.
However the plan is t
o implement these more efficiently in the
future.
Bugs:
...
...
@@ -72,10 +72,10 @@ New in spot 2.1.2.dev (not yet released)
* str_sere() and str_utf8_sere() were not returning the same
string that print_sere() and print_utf8_sere() would print.
* Running the LTL parser in debug
-
mode would crash.
* Running the LTL parser in debug
mode would crash.
* tgba_determinize() could produce incorrect deterministic automata
when run with use_simulation (the default) on non-simplified
when run with use_simulation
=true
(the default) on non-simplified
automata.
* When the automaton_stream_parser reads an automaton from an
...
...
@@ -88,12 +88,12 @@ New in spot 2.1.2.dev (not yet released)
* remove_fin() could produce incorrect result on incomplete
automata tagged as weak and deterministic.
* calling set_acceptance() several time on an automaton could
result
in unexpected behaviors, because set_acceptance(0,...)
used to
set the state-based acceptance flag automatically.
* calling set_acceptance() several time
s
on an automaton could
result
in unexpected behaviors, because set_acceptance(0,...)
used to
set the state-based acceptance flag automatically.
* Some buffering issue caused syntax errors to be displayed out
of place
on
the on-line translator.
of place
by
the on-line translator.
New in spot 2.1.2 (2016-10-14)
...
...
configure.ac
View file @
dd960dc7
...
...
@@ -21,7 +21,7 @@
# along with this program. If not, see <http://www.gnu.org/licenses/>.
AC_PREREQ([2.61])
AC_INIT([spot], [2.
1.2.dev
], [spot@lrde.epita.fr])
AC_INIT([spot], [2.
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])
...
...
doc/org/setup.org
View file @
dd960dc7
#+OPTIONS: H:2 num:nil toc:t html-postamble:nil
#+EMAIL: spot@lrde.epita.fr
#+HTML_LINK_HOME: index.html
#+MACRO: SPOTVERSION 2.
1.
2
#+MACRO: LASTRELEASE 2.
1.
2
#+MACRO: LASTTARBALL [[http://www.lrde.epita.fr/dload/spot/spot-2.
1.
2.tar.gz][=spot-2.
1.
2.tar.gz=]]
#+MACRO: LASTNEWS [[https://gitlab.lrde.epita.fr/spot/spot/blob/spot-2-
1-
2/NEWS][summary of the changes]]
#+MACRO: LASTDATE 2016-1
0
-14
#+MACRO: SPOTVERSION 2.2
#+MACRO: LASTRELEASE 2.2
#+MACRO: LASTTARBALL [[http://www.lrde.epita.fr/dload/spot/spot-2.2.tar.gz][=spot-2.2.tar.gz=]]
#+MACRO: LASTNEWS [[https://gitlab.lrde.epita.fr/spot/spot/blob/spot-2-2/NEWS][summary of the changes]]
#+MACRO: LASTDATE 2016-1
1
-14
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