Spot 2.3.3
* NEWS, configure.ac, doc/org/setup.org: Bump version number.
This commit is contained in:
parent
88bc78f9e2
commit
e39e5ac586
3 changed files with 14 additions and 14 deletions
16
NEWS
16
NEWS
|
|
@ -1,4 +1,4 @@
|
||||||
New in spot 2.3.2.dev (not yet released)
|
New in spot 2.3.3 (2017-04-11)
|
||||||
|
|
||||||
Tools:
|
Tools:
|
||||||
|
|
||||||
|
|
@ -10,13 +10,13 @@ New in spot 2.3.2.dev (not yet released)
|
||||||
(a.k.a. --liberouter-patterns) and --p-patterns
|
(a.k.a. --liberouter-patterns) and --p-patterns
|
||||||
(a.k.a. --beem-patterns).
|
(a.k.a. --beem-patterns).
|
||||||
|
|
||||||
Bug fixes:
|
Bugs fixed:
|
||||||
|
|
||||||
- In "lenient" mode the parser would fail to recover from
|
- In "lenient" mode the formula parser would fail to recover from a
|
||||||
a missing closing brace.
|
missing closing brace.
|
||||||
|
|
||||||
- The output of 'genltl --r-left=1 --r-right=1 --format=%F'
|
- The output of 'genltl --r-left=1 --r-right=1 --format=%F' had
|
||||||
had typos.
|
typos.
|
||||||
|
|
||||||
- 'ltl2tgba Fa | autfilt --complement' would incorrectly claim that
|
- 'ltl2tgba Fa | autfilt --complement' would incorrectly claim that
|
||||||
the output is "terminal" because dtwa_complement() failed to reset
|
the output is "terminal" because dtwa_complement() failed to reset
|
||||||
|
|
@ -25,8 +25,8 @@ New in spot 2.3.2.dev (not yet released)
|
||||||
- spot::twa_graph::purge_unreachable_states() was misbehaving on
|
- spot::twa_graph::purge_unreachable_states() was misbehaving on
|
||||||
alternating automata.
|
alternating automata.
|
||||||
|
|
||||||
- In bench/stutter/ the .cc files were not compiling due to warnings being
|
- In bench/stutter/ the .cc files were not compiling due to warnings
|
||||||
caught as errors.
|
being caught as errors.
|
||||||
|
|
||||||
- The code in charge of detecting DBA-type Rabin automata is
|
- The code in charge of detecting DBA-type Rabin automata is
|
||||||
actually written to handle a slightly larger class of acceptance
|
actually written to handle a slightly larger class of acceptance
|
||||||
|
|
|
||||||
|
|
@ -21,7 +21,7 @@
|
||||||
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
AC_PREREQ([2.61])
|
AC_PREREQ([2.61])
|
||||||
AC_INIT([spot], [2.3.2.dev], [spot@lrde.epita.fr])
|
AC_INIT([spot], [2.3.3], [spot@lrde.epita.fr])
|
||||||
AC_CONFIG_AUX_DIR([tools])
|
AC_CONFIG_AUX_DIR([tools])
|
||||||
AC_CONFIG_MACRO_DIR([m4])
|
AC_CONFIG_MACRO_DIR([m4])
|
||||||
AM_INIT_AUTOMAKE([1.11 gnu tar-ustar color-tests parallel-tests])
|
AM_INIT_AUTOMAKE([1.11 gnu tar-ustar color-tests parallel-tests])
|
||||||
|
|
|
||||||
|
|
@ -1,8 +1,8 @@
|
||||||
#+OPTIONS: H:2 num:nil toc:t html-postamble:nil
|
#+OPTIONS: H:2 num:nil toc:t html-postamble:nil
|
||||||
#+EMAIL: spot@lrde.epita.fr
|
#+EMAIL: spot@lrde.epita.fr
|
||||||
#+HTML_LINK_HOME: index.html
|
#+HTML_LINK_HOME: index.html
|
||||||
#+MACRO: SPOTVERSION 2.3.2
|
#+MACRO: SPOTVERSION 2.3.3
|
||||||
#+MACRO: LASTRELEASE 2.3.2
|
#+MACRO: LASTRELEASE 2.3.3
|
||||||
#+MACRO: LASTTARBALL [[http://www.lrde.epita.fr/dload/spot/spot-2.3.2.tar.gz][=spot-2.3.2.tar.gz=]]
|
#+MACRO: LASTTARBALL [[http://www.lrde.epita.fr/dload/spot/spot-2.3.3.tar.gz][=spot-2.3.3.tar.gz=]]
|
||||||
#+MACRO: LASTNEWS [[https://gitlab.lrde.epita.fr/spot/spot/blob/spot-2-3-2/NEWS][summary of the changes]]
|
#+MACRO: LASTNEWS [[https://gitlab.lrde.epita.fr/spot/spot/blob/spot-2-3-3/NEWS][summary of the changes]]
|
||||||
#+MACRO: LASTDATE 2017-03-15
|
#+MACRO: LASTDATE 2017-04-11
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue