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
ff57e3ef
Commit
ff57e3ef
authored
Jul 18, 2015
by
Alexandre Duret-Lutz
Browse files
Release Spot 1.99.2
* NEWS, configure.ac, doc/org/setup.org: Bump version number.
parent
4e025ecd
Changes
3
Hide whitespace changes
Inline
Side-by-side
NEWS
View file @
ff57e3ef
New in spot 1.99.
1a (not yet released
)
New in spot 1.99.
2 (2015-07-18
)
* The scc_info object, used to build a map of SCCs while gathering
addition
n
al information, has been simplified and speed up. One
additional information, has been simplified and speed up. One
test case where ltlcross would take more than 13min (to check the
translation of one PSL formula) now takes only 75s.
...
...
@@ -18,19 +18,19 @@ New in spot 1.99.1a (not yet released)
automaton generatated by ltl2dstar (configured with ltl2tgba) for
the formula
!((GFa -> GFb) & (GFc -> GFd))
has 4307 states and 14
pair
s. The new algorithm can
translate it
into a TGBA with 9754 states and 7 acceptance sets,
while the
default approch used for converting any acceptance
to TGBA would
produce 250967 states and 7 acceptance sets.
has 4307 states and 14
acceptance set
s. The new algorithm can
translate it
into a TGBA with 9754 states and 7 acceptance sets,
while the
default approch used for converting any acceptance
to TGBA would
produce 250967 states and 7 acceptance sets.
* Bugs fixed:
- p[+][:*2] was not detected as belonging to siPSL
- p[+][:*2] was not detected as belonging to siPSL
.
- scc_filter() would incorrectly remove Fin marks from
rejecting SCCs.
- the libspotltsmin library is installed
- the libspotltsmin library is installed
.
- ltlcross and ltldo did not properly quote atomic propositions
and temporary file names containing a single-quote
-
A
missing Python.h is now diagnosed at ./configure time, with
and temporary file names containing a single-quote
.
-
a
missing Python.h is now diagnosed at ./configure time, with
the suggestion to either install python3-devel, or run
./configure --disable-python.
- Debian packages for libraries have been split from
...
...
configure.ac
View file @
ff57e3ef
...
...
@@ -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.
1a
], [spot@lrde.epita.fr])
AC_INIT([spot], [1.99.
2
], [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 @
ff57e3ef
#+OPTIONS: H:2 num:nil toc:t
#+EMAIL: spot@lrde.epita.fr
#+HTML_LINK_HOME: index.html
#+MACRO: SPOTVERSION 1.99.
1
#+MACRO: LASTRELEASE 1.99.
1
#+MACRO: LASTTARBALL [[http://www.lrde.epita.fr/dload/spot/spot-1.99.
1
.tar.gz][=spot-1.99.
1
.tar.gz=]]
#+MACRO: LASTNEWS [[https://gitlab.lrde.epita.fr/spot/spot/blob/spot-1-99-
1
/NEWS][summary of the changes]]
#+MACRO: LASTDATE 2015-0
6-23
#+MACRO: SPOTVERSION 1.99.
2
#+MACRO: LASTRELEASE 1.99.
2
#+MACRO: LASTTARBALL [[http://www.lrde.epita.fr/dload/spot/spot-1.99.
2
.tar.gz][=spot-1.99.
2
.tar.gz=]]
#+MACRO: LASTNEWS [[https://gitlab.lrde.epita.fr/spot/spot/blob/spot-1-99-
2
/NEWS][summary of the changes]]
#+MACRO: LASTDATE 2015-0
7-18
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