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
96a2a13c
Commit
96a2a13c
authored
Apr 11, 2016
by
Alexandre Duret-Lutz
Browse files
Release Spot 2.0
* configure.ac, doc/org/setup.org, NEWS: Update version number.
parent
ab205851
Changes
3
Hide whitespace changes
Inline
Side-by-side
NEWS
View file @
96a2a13c
New in spot
1.99.9a (not yet released
)
New in spot
2.0 (2016-04-11
)
Command-line tools:
* ltlfilt now also support the --accept-word=WORD and
--reject-word=WORD options that were introduced in autfilt in the
previous version.
--reject-word=WORD options that were introduced in autfilt in the
previous version.
Python:
* The output of spot.atomic_prop_collect() is printable and
can now be passed directly to spot.ltsmin.model.kripke().
can now be passed directly to spot.ltsmin.model.kripke().
Library:
...
...
@@ -17,9 +17,11 @@ New in spot 1.99.9a (not yet released)
Documentation:
* The concepts page (https://spot.lrde.epita.fr/concepts.html)
now includes a highlevel description of the architecture, and
some notes aboute automata properties.
* The concepts page (https://spot.lrde.epita.fr/concepts.html) now
includes a highlevel description of the architecture, and some
notes aboute automata properties.
* More Doxygen documentation for spot::formula and spot::digraph.
New in spot 1.99.9 (2016-03-14)
...
...
configure.ac
View file @
96a2a13c
...
...
@@ -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.9a
], [spot@lrde.epita.fr])
AC_INIT([spot], [
2.0
], [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 @
96a2a13c
#+OPTIONS: H:2 num:nil toc:t html-postamble:nil
#+EMAIL: spot@lrde.epita.fr
#+HTML_LINK_HOME: index.html
#+MACRO: SPOTVERSION
1.99.9
#+MACRO: LASTRELEASE
1.99.9
#+MACRO: LASTTARBALL [[http://www.lrde.epita.fr/dload/spot/spot-
1.99.9
.tar.gz][=spot-
1.99.9
.tar.gz=]]
#+MACRO: LASTNEWS [[https://gitlab.lrde.epita.fr/spot/spot/blob/spot-
1-99-9
/NEWS][summary of the changes]]
#+MACRO: LASTDATE 2016-0
3
-1
4
#+MACRO: SPOTVERSION
2.0
#+MACRO: LASTRELEASE
2.0
#+MACRO: LASTTARBALL [[http://www.lrde.epita.fr/dload/spot/spot-
2.0
.tar.gz][=spot-
2.0
.tar.gz=]]
#+MACRO: LASTNEWS [[https://gitlab.lrde.epita.fr/spot/spot/blob/spot-
2-0
/NEWS][summary of the changes]]
#+MACRO: LASTDATE 2016-0
4
-1
1
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