* NEWS, README, configure.ac: Update for version 0.3.

This commit is contained in:
Alexandre Duret-Lutz 2006-01-25 13:51:39 +00:00
parent 3751960ac8
commit 05d0353d04
4 changed files with 18 additions and 8 deletions

View file

@ -1,3 +1,7 @@
2006-01-25 Alexandre Duret-Lutz <adl@src.lip6.fr>
* NEWS, README, configure.ac: Update for version 0.3.
2006-01-24 Alexandre Duret-Lutz <adl@src.lip6.fr>
* wrap/python/cgi/ltl2tgba.in: Fix degeneralisation and output of

View file

@ -12,8 +12,8 @@ generally if you plan to regenerate some of the generated files.
GNU Autoconf >= 2.59
GNU Automake >= 1.9
GNU Libtool >= 1.4
GNU Flex (the version probably doesn't matter much, we used 2.5.31)
GNU Bison >= 2.0
GNU Flex (the version seems to matters, we used 2.5.31)
GNU Bison == 2.0 (2.1 will not work, but 2.2 is expected to.)
SWIG >= 1.3.23
Doxygen >= 1.4.0

10
NEWS
View file

@ -1,5 +1,11 @@
New in spot 0.2a:
New in spot 0.3 (2005-01-25):
* lbtt 1.2.0
* The CGI script for LTL translation also offers emptiness check algorithms.
* tau03_opt_search implements the "ordering heuristic".
(Submitted by Heikki Tauriainen.)
* A couple of bugs were fixed into the LTL or automata simplifications.
New in spot 0.2 (2005-04-08):
* Emptiness checks:

View file

@ -1,6 +1,6 @@
# Copyright (C) 2003, 2004, 2005 Laboratoire d'Informatique de Paris 6 (LIP6),
# département Systèmes Répartis Coopératifs (SRC), Université Pierre
# et Marie Curie.
# Copyright (C) 2003, 2004, 2005, 2006 Laboratoire d'Informatique
# de Paris 6 (LIP6), département Systèmes Répartis Coopératifs (SRC),
# Université Pierre et Marie Curie.
#
# This file is part of Spot, a model checking library.
#
@ -20,7 +20,7 @@
# 02111-1307, USA.
AC_PREREQ([2.59])
AC_INIT([spot], [0.2a])
AC_INIT([spot], [0.3])
AC_CONFIG_AUX_DIR([tools])
AM_INIT_AUTOMAKE([1.9 gnits nostdinc tar-ustar])