Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Spot
Spot
Commits
696eba8a
Commit
696eba8a
authored
Mar 15, 2017
by
Alexandre Duret-Lutz
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Release Spot 2.3.2
* configure.ac, NEWS, doc/org/setup.org: Bump version to 2.3.2.
parent
2f7d5cfd
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
15 additions
and
14 deletions
+15
-14
NEWS
NEWS
+9
-8
configure.ac
configure.ac
+1
-1
doc/org/setup.org
doc/org/setup.org
+5
-5
No files found.
NEWS
View file @
696eba8a
New in spot 2.3.
1.dev (not yet released
)
New in spot 2.3.
2 (2017-03-15
)
Tools:
- In tools that output automata the number of atomic propositions
- In tools that output automata
,
the number of atomic propositions
can be output using --stats=%x (output automaton) or --stats=%X
(input automaton). Additional options can be passed to list
atomic propositions instead of conting them. Tools that output
atomic propositions instead of co
u
nting them. Tools that output
formulas also support --format=%x for this purpose.
Python:
...
...
@@ -35,7 +35,7 @@ New in spot 2.3.1.dev (not yet released)
- 'ltl2tgba --any -C -M ...' would not complete automata.
-
w
hile not incorrect, the HOA properties output by 'ltl2tgba -M'
-
W
hile not incorrect, the HOA properties output by 'ltl2tgba -M'
could be 'inherently-weak' or 'terminal', while 'ltl2tgba -M -D'
would always report 'weak' automata. Both variants now report the
most precise between 'weak' or 'terminal'.
...
...
@@ -43,20 +43,21 @@ New in spot 2.3.1.dev (not yet released)
- spot::twa_graph::set_univ_init_state() could not be called with
an initializer list.
-
t
he Python wrappers for spot::twa_graph::state_from_number and
-
T
he Python wrappers for spot::twa_graph::state_from_number and
spot::twa_graph::state_acc_sets were broken in 2.3.
-
i
nstantiating an emptiness check on an automaton with unsupported
-
I
nstantiating an emptiness check on an automaton with unsupported
acceptance condition should throw an exception. This used to be
just an assertion, disabled in release builds; the difference
matters for the Python bindings.
Deprecation notice
s
:
Deprecation notice:
- Using --format=%a to print the number of atomic propositions in
ltlfilt, genltl, and randltl still works, but it is not documented
anymore and should be replaced by the newly-introduced --format=%x
for consistency with tools producing automata.
for consistency with tools producing automata, where %a means
something else.
New in spot 2.3.1 (2017-02-20)
...
...
configure.ac
View file @
696eba8a
...
...
@@ -21,7 +21,7 @@
# along with this program. If not, see <http://www.gnu.org/licenses/>.
AC_PREREQ([2.61])
AC_INIT([spot], [2.3.
1.dev
], [spot@lrde.epita.fr])
AC_INIT([spot], [2.3.
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 @
696eba8a
#+OPTIONS: H:2 num:nil toc:t html-postamble:nil
#+EMAIL: spot@lrde.epita.fr
#+HTML_LINK_HOME: index.html
#+MACRO: SPOTVERSION 2.3.
1
#+MACRO: LASTRELEASE 2.3.
1
#+MACRO: LASTTARBALL [[http://www.lrde.epita.fr/dload/spot/spot-2.3.
1
.tar.gz][=spot-2.3.
1
.tar.gz=]]
#+MACRO: LASTNEWS [[https://gitlab.lrde.epita.fr/spot/spot/blob/spot-2-3-
1
/NEWS][summary of the changes]]
#+MACRO: LASTDATE 2017-0
2-20
#+MACRO: SPOTVERSION 2.3.
2
#+MACRO: LASTRELEASE 2.3.
2
#+MACRO: LASTTARBALL [[http://www.lrde.epita.fr/dload/spot/spot-2.3.
2
.tar.gz][=spot-2.3.
2
.tar.gz=]]
#+MACRO: LASTNEWS [[https://gitlab.lrde.epita.fr/spot/spot/blob/spot-2-3-
2
/NEWS][summary of the changes]]
#+MACRO: LASTDATE 2017-0
3-15
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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