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
05d0353d
Commit
05d0353d
authored
Jan 25, 2006
by
Alexandre Duret-Lutz
Browse files
* NEWS, README, configure.ac: Update for version 0.3.
parent
3751960a
Changes
4
Hide whitespace changes
Inline
Side-by-side
ChangeLog
View file @
05d0353d
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
...
...
HACKING
View file @
05d0353d
...
...
@@ -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
matter
s
, 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
...
...
NEWS
View file @
05d0353d
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:
...
...
configure.ac
View file @
05d0353d
# Copyright (C) 2003, 2004, 2005 Laboratoire d'Informatique
de Paris 6 (LIP6),
# dpartement Systmes Rpartis Coopratifs (SRC),
Universit Pierre
# et Marie Curie.
# Copyright (C) 2003, 2004, 2005
, 2006
Laboratoire d'Informatique
#
de Paris 6 (LIP6),
dpartement Systmes Rpartis Coopratifs (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])
...
...
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