Release Spot 0.8.

* NEWS, configure.ac: Bump version to 0.8.
This commit is contained in:
Alexandre Duret-Lutz 2011-11-28 14:32:08 +01:00
parent 6b503d43a9
commit d6959b4a46
3 changed files with 9 additions and 3 deletions

View file

@ -1,3 +1,9 @@
2011-11-28 Alexandre Duret-Lutz <adl@lrde.epita.fr>
Release Spot 0.8.
* NEWS, configure.ac: Bump version to 0.8.
2011-11-28 Alexandre Duret-Lutz <adl@lrde.epita.fr> 2011-11-28 Alexandre Duret-Lutz <adl@lrde.epita.fr>
Remove spotref.pdf. Remove spotref.pdf.

4
NEWS
View file

@ -1,8 +1,8 @@
New in spot 0.7.1a: New in spot 0.8 (2011-11-28):
* Major new features: * Major new features:
- Spot can read DiVinE models. See iface/dve2/README for details. - Spot can read DiVinE models. See iface/dve2/README for details.
- The genltl tool can now output 20 differents LTL formula families. - The genltl tool can now output 20 different LTL formula families.
It also replaces the LTLcounter Perl scripts. It also replaces the LTLcounter Perl scripts.
- There is a printer and parser for Kripke structures in text format. - There is a printer and parser for Kripke structures in text format.
* Major interface changes: * Major interface changes:

View file

@ -22,7 +22,7 @@
# 02111-1307, USA. # 02111-1307, USA.
AC_PREREQ([2.61]) AC_PREREQ([2.61])
AC_INIT([spot], [0.7.1a], [spot@lrde.epita.fr]) AC_INIT([spot], [0.8], [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])