* configure.ac, NEWS: Bump version to 0.0p.
This commit is contained in:
parent
1db08f494b
commit
44b351d23c
3 changed files with 11 additions and 2 deletions
|
|
@ -1,5 +1,7 @@
|
||||||
2004-02-03 Alexandre Duret-Lutz <adl@src.lip6.fr>
|
2004-02-03 Alexandre Duret-Lutz <adl@src.lip6.fr>
|
||||||
|
|
||||||
|
* configure.ac, NEWS: Bump version to 0.0p.
|
||||||
|
|
||||||
* wrap/python/cgi/ltl2tgba.in: Fix <table> setting to cope
|
* wrap/python/cgi/ltl2tgba.in: Fix <table> setting to cope
|
||||||
with IE, Safari, konqueror, ... None of these support
|
with IE, Safari, konqueror, ... None of these support
|
||||||
rules="groups" frame="border" properly (Mozilla is OK).
|
rules="groups" frame="border" properly (Mozilla is OK).
|
||||||
|
|
|
||||||
9
NEWS
9
NEWS
|
|
@ -1,4 +1,11 @@
|
||||||
New in spot 0.0o:
|
New in spot 0.0p (2004-02-03):
|
||||||
|
|
||||||
|
* In ltl_to_tgba_fm:
|
||||||
|
- identify states with identical symbolic expansions
|
||||||
|
(i.e., identical continuations)
|
||||||
|
- use Acc[b] as acceptance condition for Fb, not Acc[Fb].
|
||||||
|
* Update and speed-up the cgi script.
|
||||||
|
* Improve degeneralization.
|
||||||
|
|
||||||
New in spot 0.0n (2004-01-13):
|
New in spot 0.0n (2004-01-13):
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -20,7 +20,7 @@
|
||||||
# 02111-1307, USA.
|
# 02111-1307, USA.
|
||||||
|
|
||||||
AC_PREREQ([2.57])
|
AC_PREREQ([2.57])
|
||||||
AC_INIT([spot], [0.0o])
|
AC_INIT([spot], [0.0p])
|
||||||
AC_CONFIG_AUX_DIR([tools])
|
AC_CONFIG_AUX_DIR([tools])
|
||||||
AM_INIT_AUTOMAKE([gnits nostdinc 1.8])
|
AM_INIT_AUTOMAKE([gnits nostdinc 1.8])
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue