Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Spot
Spot
Commits
44b351d2
Commit
44b351d2
authored
Feb 03, 2004
by
Alexandre Duret-Lutz
Browse files
* configure.ac, NEWS: Bump version to 0.0p.
parent
1db08f49
Changes
3
Hide whitespace changes
Inline
Side-by-side
ChangeLog
View file @
44b351d2
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
with IE, Safari, konqueror, ... None of these support
rules="groups" frame="border" properly (Mozilla is OK).
...
...
NEWS
View file @
44b351d2
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):
...
...
configure.ac
View file @
44b351d2
...
...
@@ -20,7 +20,7 @@
# 02111-1307, USA.
AC_PREREQ([2.57])
AC_INIT([spot], [0.0
o
])
AC_INIT([spot], [0.0
p
])
AC_CONFIG_AUX_DIR([tools])
AM_INIT_AUTOMAKE([gnits nostdinc 1.8])
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment