Release Spot 1.2.4
* NEWS, configure.ac, doc/org/tools.org: Bump version.
This commit is contained in:
parent
9761703736
commit
c11f15c76c
3 changed files with 7 additions and 7 deletions
10
NEWS
10
NEWS
|
|
@ -1,10 +1,10 @@
|
||||||
New in spot 1.2.3a (not yet released)
|
New in spot 1.2.4 (2014-05-15)
|
||||||
|
|
||||||
* New features:
|
* New features:
|
||||||
|
|
||||||
- "-B -x degen-lskip" can be used to disable level-skipping in the
|
- "-B -x degen-lskip" can be used to disable level-skipping in the
|
||||||
degeralization procedure. This is mostly meant for running
|
degeralization procedure called by ltl2tgba and dstar2tgba.
|
||||||
experiments.
|
This is mostly meant for running experiments.
|
||||||
- "-B -x degen-lcache=N" can be used to experiment with different
|
- "-B -x degen-lcache=N" can be used to experiment with different
|
||||||
type of level caching during degeneralization.
|
type of level caching during degeneralization.
|
||||||
|
|
||||||
|
|
@ -53,8 +53,8 @@ New in spot 1.2.3 (2014-02-11)
|
||||||
- Fix determinism of the SAT-based minimization encoding.
|
- Fix determinism of the SAT-based minimization encoding.
|
||||||
(It would sometimes produce different equivalent automata,
|
(It would sometimes produce different equivalent automata,
|
||||||
because of a different encoding order.)
|
because of a different encoding order.)
|
||||||
- A the SAT-based minimization is asked for a 10-state automaton
|
- If the SAT-based minimization is asked for a 10-state automaton
|
||||||
and return a 6-state automaton, do not ask for a 9-state
|
and returns a 6-state automaton, do not ask for a 9-state
|
||||||
automaton in the next iteration...
|
automaton in the next iteration...
|
||||||
- Fix some compilation issue with the version of Apple's Clang
|
- Fix some compilation issue with the version of Apple's Clang
|
||||||
that is installed with MacOS X 10.9.
|
that is installed with MacOS X 10.9.
|
||||||
|
|
|
||||||
|
|
@ -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], [1.2.3a], [spot@lrde.epita.fr])
|
AC_INIT([spot], [1.2.4], [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,4 +1,4 @@
|
||||||
#+TITLE: Command-line tools installed by Spot 1.2.3
|
#+TITLE: Command-line tools installed by Spot 1.2.4
|
||||||
#+EMAIL spot@lrde.epita.fr
|
#+EMAIL spot@lrde.epita.fr
|
||||||
#+OPTIONS: H:2 num:nil toc:t
|
#+OPTIONS: H:2 num:nil toc:t
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue