Release Spot 1.99.5
* NEWS, configure.ac, doc/org/setup.org: Update version.
This commit is contained in:
parent
a28ead2dce
commit
f08b658f04
3 changed files with 15 additions and 9 deletions
12
NEWS
12
NEWS
|
|
@ -1,4 +1,4 @@
|
|||
New in spot 1.99.4a (not yet released)
|
||||
New in spot 1.99.5 (2015-11-03)
|
||||
|
||||
Command-line tools:
|
||||
|
||||
|
|
@ -52,9 +52,9 @@ New in spot 1.99.4a (not yet released)
|
|||
|
||||
* The output of the automaton parser now include the list of parse
|
||||
errors (that does not have to be passed as a parameters) and the
|
||||
input filename (making the output of error message easier).
|
||||
input filename (making the output of error messages easier).
|
||||
|
||||
* renamings:
|
||||
* The following renamings make the code more consistent:
|
||||
ltl_simplifier -> tl_simplifier
|
||||
tgba_statistics::transitions -> twa_statistics::edges
|
||||
tgba_sub_statistics::sub_transitions -> twa_sub_statistics::transitions
|
||||
|
|
@ -92,6 +92,12 @@ New in spot 1.99.4a (not yet released)
|
|||
- ignore_abort: can be set to False if you do not want to
|
||||
skip automata ended with --ABORT--.
|
||||
|
||||
Documentation:
|
||||
|
||||
* There is a new page showing how to use spot::postprocessor
|
||||
to convert any type of automaton to Büchi.
|
||||
https://spot.lrde.epita.fr/tut30.html
|
||||
|
||||
Bugs fixed:
|
||||
|
||||
* Work around some weird exception raised when using the
|
||||
|
|
|
|||
|
|
@ -21,7 +21,7 @@
|
|||
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
|
||||
AC_PREREQ([2.61])
|
||||
AC_INIT([spot], [1.99.4a], [spot@lrde.epita.fr])
|
||||
AC_INIT([spot], [1.99.5], [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
|
||||
#+EMAIL: spot@lrde.epita.fr
|
||||
#+HTML_LINK_HOME: index.html
|
||||
#+MACRO: SPOTVERSION 1.99.4
|
||||
#+MACRO: LASTRELEASE 1.99.4
|
||||
#+MACRO: LASTTARBALL [[http://www.lrde.epita.fr/dload/spot/spot-1.99.4.tar.gz][=spot-1.99.4.tar.gz=]]
|
||||
#+MACRO: LASTNEWS [[https://gitlab.lrde.epita.fr/spot/spot/blob/spot-1-99-4/NEWS][summary of the changes]]
|
||||
#+MACRO: LASTDATE 2015-10-01
|
||||
#+MACRO: SPOTVERSION 1.99.5
|
||||
#+MACRO: LASTRELEASE 1.99.5
|
||||
#+MACRO: LASTTARBALL [[http://www.lrde.epita.fr/dload/spot/spot-1.99.5.tar.gz][=spot-1.99.5.tar.gz=]]
|
||||
#+MACRO: LASTNEWS [[https://gitlab.lrde.epita.fr/spot/spot/blob/spot-1-99-5/NEWS][summary of the changes]]
|
||||
#+MACRO: LASTDATE 2015-11-03
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue