Merge branch 'master' into next
This commit is contained in:
commit
c2e177ee09
4 changed files with 10 additions and 7 deletions
4
NEWS
4
NEWS
|
|
@ -1,4 +1,4 @@
|
|||
New in spot 2.5.2.dev (not yet released)
|
||||
New in spot 2.5.3.dev (not yet released)
|
||||
|
||||
Command-line tools:
|
||||
|
||||
|
|
@ -60,6 +60,8 @@ New in spot 2.5.2.dev (not yet released)
|
|||
options; there are demonstrated on the new
|
||||
https://spot.lrde.epita.fr/ipynb/satmin.html page.
|
||||
|
||||
New in spot 2.5.3 (2018-04-20)
|
||||
|
||||
Bugs fixed:
|
||||
|
||||
- "autfilt --cobuchi --small/--det" would turn a transition-based
|
||||
|
|
|
|||
|
|
@ -21,7 +21,7 @@
|
|||
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
|
||||
AC_PREREQ([2.61])
|
||||
AC_INIT([spot], [2.5.2.dev], [spot@lrde.epita.fr])
|
||||
AC_INIT([spot], [2.5.3.dev], [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])
|
||||
|
|
|
|||
|
|
@ -1,8 +1,8 @@
|
|||
#+OPTIONS: H:2 num:nil toc:t html-postamble:nil
|
||||
#+EMAIL: spot@lrde.epita.fr
|
||||
#+HTML_LINK_HOME: index.html
|
||||
#+MACRO: SPOTVERSION 2.5.2
|
||||
#+MACRO: LASTRELEASE 2.5.2
|
||||
#+MACRO: LASTTARBALL [[http://www.lrde.epita.fr/dload/spot/spot-2.5.2.tar.gz][=spot-2.5.2.tar.gz=]]
|
||||
#+MACRO: LASTNEWS [[https://gitlab.lrde.epita.fr/spot/spot/blob/spot-2-5-2/NEWS][summary of the changes]]
|
||||
#+MACRO: LASTDATE 2018-03-25
|
||||
#+MACRO: SPOTVERSION 2.5.3
|
||||
#+MACRO: LASTRELEASE 2.5.3
|
||||
#+MACRO: LASTTARBALL [[http://www.lrde.epita.fr/dload/spot/spot-2.5.3.tar.gz][=spot-2.5.3.tar.gz=]]
|
||||
#+MACRO: LASTNEWS [[https://gitlab.lrde.epita.fr/spot/spot/blob/spot-2-5-3/NEWS][summary of the changes]]
|
||||
#+MACRO: LASTDATE 2018-04-20
|
||||
|
|
|
|||
|
|
@ -36,6 +36,7 @@ import signal
|
|||
import tempfile
|
||||
from contextlib import suppress as _supress
|
||||
|
||||
|
||||
# The parrameters used by default when show() is called on an automaton.
|
||||
_show_default = None
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue