Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Spot
Spot
Commits
f08b658f
Commit
f08b658f
authored
Nov 03, 2015
by
Alexandre Duret-Lutz
Browse files
Release Spot 1.99.5
* NEWS, configure.ac, doc/org/setup.org: Update version.
parent
a28ead2d
Changes
3
Hide whitespace changes
Inline
Side-by-side
NEWS
View file @
f08b658f
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 message
s
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
...
...
configure.ac
View file @
f08b658f
...
...
@@ -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])
...
...
doc/org/setup.org
View file @
f08b658f
#+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-1
0
-0
1
#+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-1
1
-0
3
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment