Release spot 2.7.1
* configure.ac, NEWS, doc/org/setup.org: Set version.
This commit is contained in:
parent
f26dd904ff
commit
8befa3280c
3 changed files with 12 additions and 12 deletions
10
NEWS
10
NEWS
|
|
@ -1,15 +1,15 @@
|
||||||
New in spot 2.7.0.dev (not yet release)
|
New in spot 2.7.1 (2019-02-14)
|
||||||
|
|
||||||
Build
|
Build
|
||||||
|
|
||||||
- Work around GCC bug #89303, that causes memory leaks and std::weak_bad_ptr
|
- Work around GCC bug #89303 that causes memory leaks and std::weak_bad_ptr
|
||||||
exceptions when Spot is compiled with the version of g++ 8.2 currently
|
exceptions when Spot is compiled with the version of g++ 8.2 currently
|
||||||
distributed by Debian unstable (starting with g++ 8.2.0-15).
|
distributed by Debian unstable (starting with g++ 8.2.0-15).
|
||||||
|
|
||||||
Python:
|
Python:
|
||||||
|
|
||||||
- The following methods of spot::bdd_dict are now usable in Python when
|
- The following methods of spot::bdd_dict are now usable in Python when
|
||||||
fine controle over the lifetime of associations between BDD variable
|
fine control over the lifetime of associations between BDD variables
|
||||||
and atomic propositions is needed.
|
and atomic propositions is needed.
|
||||||
- register_proposition(formula, for_me)
|
- register_proposition(formula, for_me)
|
||||||
- register_anonymous_variables(count, for_me)
|
- register_anonymous_variables(count, for_me)
|
||||||
|
|
@ -17,8 +17,8 @@ New in spot 2.7.0.dev (not yet release)
|
||||||
- unregister_all_my_variables(for_me)
|
- unregister_all_my_variables(for_me)
|
||||||
- unregister_variable(var, for_me)
|
- unregister_variable(var, for_me)
|
||||||
|
|
||||||
- Better support for explicit Kripke structures
|
- Better support for explicit Kripke structures:
|
||||||
- the kripke_graph type now has bindings
|
- the kripke_graph type now has Python bindings
|
||||||
- spot.automaton() and spot.automata() now support a want_kripke=True
|
- spot.automaton() and spot.automata() now support a want_kripke=True
|
||||||
to return a kripke_graph
|
to return a kripke_graph
|
||||||
See the bottom of https://spot.lrde.epita.fr/ipynb/ltsmin-dve.html
|
See the bottom of https://spot.lrde.epita.fr/ipynb/ltsmin-dve.html
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
# -*- coding: utf-8 -*-
|
# -*- coding: utf-8 -*-
|
||||||
# Copyright (C) 2008-2018, Laboratoire de Recherche et Développement
|
# Copyright (C) 2008-2019, Laboratoire de Recherche et Développement
|
||||||
# de l'Epita (LRDE).
|
# de l'Epita (LRDE).
|
||||||
# Copyright (C) 2003-2007 Laboratoire d'Informatique de Paris 6
|
# Copyright (C) 2003-2007 Laboratoire d'Informatique de Paris 6
|
||||||
# (LIP6), département Systèmes Répartis Coopératifs (SRC), Université
|
# (LIP6), département Systèmes Répartis Coopératifs (SRC), Université
|
||||||
|
|
@ -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.7.0.dev], [spot@lrde.epita.fr])
|
AC_INIT([spot], [2.7.1], [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,11 +1,11 @@
|
||||||
#+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.7
|
#+MACRO: SPOTVERSION 2.7.1
|
||||||
#+MACRO: LASTRELEASE 2.7
|
#+MACRO: LASTRELEASE 2.7.1
|
||||||
#+MACRO: LASTTARBALL [[http://www.lrde.epita.fr/dload/spot/spot-2.7.tar.gz][=spot-2.7.tar.gz=]]
|
#+MACRO: LASTTARBALL [[http://www.lrde.epita.fr/dload/spot/spot-2.7.1.tar.gz][=spot-2.7.1.tar.gz=]]
|
||||||
#+MACRO: LASTNEWS [[https://gitlab.lrde.epita.fr/spot/spot/blob/spot-2-7/NEWS][summary of the changes]]
|
#+MACRO: LASTNEWS [[https://gitlab.lrde.epita.fr/spot/spot/blob/spot-2-7-1/NEWS][summary of the changes]]
|
||||||
#+MACRO: LASTDATE 2018-12-11
|
#+MACRO: LASTDATE 2019-02-14
|
||||||
|
|
||||||
#+ATTR_HTML: :id spotlogo
|
#+ATTR_HTML: :id spotlogo
|
||||||
[[file:spot2.svg]]
|
[[file:spot2.svg]]
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue