Release Spot 1.99.8
* NEWS, configure.ac, doc/org/setup.org: Update version number.
This commit is contained in:
parent
d30f7e1f0f
commit
6b7f0399f4
3 changed files with 10 additions and 10 deletions
8
NEWS
8
NEWS
|
|
@ -1,10 +1,7 @@
|
|||
New in spot 1.99.7a (not yet released)
|
||||
New in spot 1.99.8 (2016-02-18)
|
||||
|
||||
Command-line tools:
|
||||
|
||||
* ltl2tgba and ltldo now support %< and %> in the string passed
|
||||
to --stats when reading formulas from a CSV file.
|
||||
|
||||
* ltl2tgba now also support the --generic option (already supported
|
||||
by ltldo and autfilt) to lift any restriction on the acceptance
|
||||
condition produced. This option now has a short version: -G.
|
||||
|
|
@ -50,6 +47,9 @@ New in spot 1.99.7a (not yet released)
|
|||
--product=0 is implied, since the tests based on products with
|
||||
random state-space are pointless for deterministic automata.
|
||||
|
||||
* ltl2tgba and ltldo now support %< and %> in the string passed
|
||||
to --stats when reading formulas from a CSV file.
|
||||
|
||||
* ltlfilt's option --size-min=N, --size-max=N, --bsize-min=N, and
|
||||
--bsize-max=N have been reimplemented as --size=RANGE and
|
||||
--bsize=RANGE. The old names are still supported for backward
|
||||
|
|
|
|||
|
|
@ -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.7a], [spot@lrde.epita.fr])
|
||||
AC_INIT([spot], [1.99.8], [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])
|
||||
|
|
|
|||
|
|
@ -1,8 +1,8 @@
|
|||
#+OPTIONS: H:2 num:nil toc:t html-postamble:nil
|
||||
#+EMAIL: spot@lrde.epita.fr
|
||||
#+HTML_LINK_HOME: index.html
|
||||
#+MACRO: SPOTVERSION 1.99.7
|
||||
#+MACRO: LASTRELEASE 1.99.7
|
||||
#+MACRO: LASTTARBALL [[http://www.lrde.epita.fr/dload/spot/spot-1.99.7.tar.gz][=spot-1.99.7.tar.gz=]]
|
||||
#+MACRO: LASTNEWS [[https://gitlab.lrde.epita.fr/spot/spot/blob/spot-1-99-7/NEWS][summary of the changes]]
|
||||
#+MACRO: LASTDATE 2016-01-15
|
||||
#+MACRO: SPOTVERSION 1.99.8
|
||||
#+MACRO: LASTRELEASE 1.99.8
|
||||
#+MACRO: LASTTARBALL [[http://www.lrde.epita.fr/dload/spot/spot-1.99.8.tar.gz][=spot-1.99.8.tar.gz=]]
|
||||
#+MACRO: LASTNEWS [[https://gitlab.lrde.epita.fr/spot/spot/blob/spot-1-99-8/NEWS][summary of the changes]]
|
||||
#+MACRO: LASTDATE 2016-02-18
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue