Merge branch 'master' into next

This commit is contained in:
Alexandre Duret-Lutz 2023-04-20 09:49:51 +02:00
commit b487ff4190
3 changed files with 9 additions and 4 deletions

7
NEWS
View file

@ -1,4 +1,4 @@
New in spot 2.11.4.dev (not yet released) New in spot 2.11.5.dev (not yet released)
Library: Library:
@ -17,6 +17,8 @@ New in spot 2.11.4.dev (not yet released)
- spot::bdd_to_cnf_formula() is a new variant of spot::bdd_to_formula() - spot::bdd_to_cnf_formula() is a new variant of spot::bdd_to_formula()
that converts a BDD into a CNF instead of a DNF. that converts a BDD into a CNF instead of a DNF.
New in spot 2.11.5 (2023-04-20)
Bug fixes: Bug fixes:
- Fix spurious failure of ltlsynt2.test when Python is not installed - Fix spurious failure of ltlsynt2.test when Python is not installed
@ -33,6 +35,9 @@ New in spot 2.11.4.dev (not yet released)
- Fix segfaults occuring in determinization of 1-state terminal - Fix segfaults occuring in determinization of 1-state terminal
automata. automata.
- Fix incorrect assertion in game solver when the edge vector
contains deleted transitions.
New in spot 2.11.4 (2023-02-10) New in spot 2.11.4 (2023-02-10)
Python: Python:

View file

@ -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.69]) AC_PREREQ([2.69])
AC_INIT([spot], [2.11.4.dev], [spot@lrde.epita.fr]) AC_INIT([spot], [2.11.5.dev], [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])

View file

@ -1,11 +1,11 @@
#+OPTIONS: H:2 num:nil toc:t html-postamble:nil ^:nil #+OPTIONS: H:2 num:nil toc:t html-postamble:nil ^:nil
#+EMAIL: spot@lrde.epita.fr #+EMAIL: spot@lrde.epita.fr
#+HTML_LINK_HOME: index.html #+HTML_LINK_HOME: index.html
#+MACRO: LASTDATE 2023-02-10 #+MACRO: LASTDATE 2023-04-20
#+NAME: SPOT_VERSION #+NAME: SPOT_VERSION
#+BEGIN_SRC python :exports none :results value :wrap org #+BEGIN_SRC python :exports none :results value :wrap org
return "2.11.4" return "2.11.5"
#+END_SRC #+END_SRC
#+NAME: TARBALL_LINK #+NAME: TARBALL_LINK