* configure.ac, NEWS: Bump version to 0.0t.
* HACKING: Update tools requirements. * src/sanity/Makefile.am (EXTRA_DIST): Distribute includes.test.
This commit is contained in:
parent
007143e9e3
commit
b980717756
5 changed files with 21 additions and 5 deletions
|
|
@ -1,5 +1,9 @@
|
|||
2004-04-23 Alexandre Duret-Lutz <adl@src.lip6.fr>
|
||||
|
||||
* configure.ac, NEWS: Bump version to 0.0t.
|
||||
* HACKING: Update tools requirements.
|
||||
* src/sanity/Makefile.am (EXTRA_DIST): Distribute includes.test.
|
||||
|
||||
* src/sanity/Makefile.am, src/sanity/includes.test: New files.
|
||||
* src/Makefile.am (SUBDIRS): Add sanity.
|
||||
* configure.ac: Output src/sanity/Makefile.in.
|
||||
|
|
@ -11,7 +15,7 @@
|
|||
|
||||
2004-04-22 Alexandre Duret-Lutz <adl@src.lip6.fr>
|
||||
|
||||
* src/tgbatest/explicit.test: Reorder bdd variable in output.
|
||||
* src/tgbatest/explicit.test: Reorder bdd variables in output.
|
||||
Report from Denis Poitrenaud.
|
||||
|
||||
* wrap/python/cgi/ltl2tgba.in: Print degeneralized statistics
|
||||
|
|
|
|||
3
HACKING
3
HACKING
|
|
@ -9,8 +9,9 @@ conflicts.
|
|||
Here are the tools you need to bootstrap the CVS tree, or more
|
||||
generally if you plan to regenerate some of the generated files.
|
||||
|
||||
GNU Autoconf >= 2.57
|
||||
GNU Autoconf >= 2.59
|
||||
GNU Automake >= 1.8
|
||||
GNU Libtool >= 1.4
|
||||
GNU Flex (the version probably doesn't matter much, we used 2.5.31)
|
||||
The CVS version of GNU Bison (called 1.875c at the time of writing)
|
||||
SWIG 1.3.21
|
||||
|
|
|
|||
12
NEWS
12
NEWS
|
|
@ -1,4 +1,14 @@
|
|||
New in spot 0.0s:
|
||||
New in spot 0.0t (2004-04-23):
|
||||
|
||||
* `emptiness_check':
|
||||
- fix two bugs in the computation of the counter example,
|
||||
- revamp the interface for better customization.
|
||||
* `never_claim_reachable': new function.
|
||||
* Introduce annonymous BDD variables in `bdd_dict', and start
|
||||
to use it in `ltl_to_tgba_fm'.
|
||||
* Offer never claim in the CGI script.
|
||||
* Rename EESRG as SSP, and offer specialized variants of the
|
||||
emptiness_check.
|
||||
|
||||
New in spot 0.0r (2004-03-08):
|
||||
|
||||
|
|
|
|||
|
|
@ -19,8 +19,8 @@
|
|||
# Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
|
||||
# 02111-1307, USA.
|
||||
|
||||
AC_PREREQ([2.57])
|
||||
AC_INIT([spot], [0.0s])
|
||||
AC_PREREQ([2.59])
|
||||
AC_INIT([spot], [0.0t])
|
||||
AC_CONFIG_AUX_DIR([tools])
|
||||
AM_INIT_AUTOMAKE([gnits nostdinc 1.8])
|
||||
|
||||
|
|
|
|||
|
|
@ -41,3 +41,4 @@ installcheck-local:
|
|||
|
||||
|
||||
CLEANFILES = failures incltest.*
|
||||
EXTRA_DIST = includes.test
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue