Release Spot 2.2
* configure.ac, doc/org/setup.org, NEWS: Set version number.
This commit is contained in:
parent
4bd04fc65c
commit
dd960dc71c
3 changed files with 18 additions and 18 deletions
24
NEWS
24
NEWS
|
|
@ -1,4 +1,4 @@
|
||||||
New in spot 2.1.2.dev (not yet released)
|
New in spot 2.2 (2016-11-14)
|
||||||
|
|
||||||
Command-line tools:
|
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
|
not used. In particular, this helps scc_info to be more efficient
|
||||||
at deciding the acceptance of SCCs in presence of Fin acceptance.
|
at deciding the acceptance of SCCs in presence of Fin acceptance.
|
||||||
|
|
||||||
* Simulation-based reductions now implement just bisimulations-based
|
* Simulation-based reductions now implement just bisimulation-based
|
||||||
reduction on deterministic automata, to save time. As an example,
|
reductions on deterministic automata, to save time. As an example,
|
||||||
this halves the run time of
|
this halves the run time of
|
||||||
genltl --rv-counter=10 | ltl2tgba
|
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)->is_empty()
|
||||||
otf_product(aut, other)->accepting_run()->project(aut)
|
otf_product(aut, other)->accepting_run()->project(aut)
|
||||||
otf_product(aut, other)->accepting_word()
|
otf_product(aut, other)->accepting_word()
|
||||||
with any Fin-acceptance removal performed before the
|
with any Fin-acceptance removal performed before the product.
|
||||||
product. However the plan is that these can be implemented
|
However the plan is to implement these more efficiently in the
|
||||||
more efficiently in the future.
|
future.
|
||||||
|
|
||||||
Bugs:
|
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
|
* str_sere() and str_utf8_sere() were not returning the same
|
||||||
string that print_sere() and print_utf8_sere() would print.
|
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
|
* 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.
|
automata.
|
||||||
|
|
||||||
* When the automaton_stream_parser reads an automaton from an
|
* 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
|
* remove_fin() could produce incorrect result on incomplete
|
||||||
automata tagged as weak and deterministic.
|
automata tagged as weak and deterministic.
|
||||||
|
|
||||||
* calling set_acceptance() several time on an automaton could result
|
* calling set_acceptance() several times on an automaton could
|
||||||
in unexpected behaviors, because set_acceptance(0,...) used to
|
result in unexpected behaviors, because set_acceptance(0,...)
|
||||||
set the state-based acceptance flag automatically.
|
used to set the state-based acceptance flag automatically.
|
||||||
|
|
||||||
* Some buffering issue caused syntax errors to be displayed out
|
* 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)
|
New in spot 2.1.2 (2016-10-14)
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -21,7 +21,7 @@
|
||||||
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
AC_PREREQ([2.61])
|
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_AUX_DIR([tools])
|
||||||
AC_CONFIG_MACRO_DIR([m4])
|
AC_CONFIG_MACRO_DIR([m4])
|
||||||
AM_INIT_AUTOMAKE([1.11 gnu tar-ustar color-tests parallel-tests])
|
AM_INIT_AUTOMAKE([1.11 gnu tar-ustar color-tests parallel-tests])
|
||||||
|
|
|
||||||
|
|
@ -1,8 +1,8 @@
|
||||||
#+OPTIONS: H:2 num:nil toc:t html-postamble:nil
|
#+OPTIONS: H:2 num:nil toc:t html-postamble:nil
|
||||||
#+EMAIL: spot@lrde.epita.fr
|
#+EMAIL: spot@lrde.epita.fr
|
||||||
#+HTML_LINK_HOME: index.html
|
#+HTML_LINK_HOME: index.html
|
||||||
#+MACRO: SPOTVERSION 2.1.2
|
#+MACRO: SPOTVERSION 2.2
|
||||||
#+MACRO: LASTRELEASE 2.1.2
|
#+MACRO: LASTRELEASE 2.2
|
||||||
#+MACRO: LASTTARBALL [[http://www.lrde.epita.fr/dload/spot/spot-2.1.2.tar.gz][=spot-2.1.2.tar.gz=]]
|
#+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-1-2/NEWS][summary of the changes]]
|
#+MACRO: LASTNEWS [[https://gitlab.lrde.epita.fr/spot/spot/blob/spot-2-2/NEWS][summary of the changes]]
|
||||||
#+MACRO: LASTDATE 2016-10-14
|
#+MACRO: LASTDATE 2016-11-14
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue