* configure.ac, NEWS: Bump version to 0.0x.
This commit is contained in:
parent
4531700d36
commit
280ad8d756
3 changed files with 14 additions and 2 deletions
|
|
@ -1,3 +1,7 @@
|
||||||
|
2004-08-13 Alexandre Duret-Lutz <adl@src.lip6.fr>
|
||||||
|
|
||||||
|
* configure.ac, NEWS: Bump version to 0.0x.
|
||||||
|
|
||||||
2004-08-12 Alexandre Duret-Lutz <adl@src.lip6.fr>
|
2004-08-12 Alexandre Duret-Lutz <adl@src.lip6.fr>
|
||||||
|
|
||||||
* doc/Doxyfile.in (GENERATE_TAGFILE): Build spot.tag.
|
* doc/Doxyfile.in (GENERATE_TAGFILE): Build spot.tag.
|
||||||
|
|
|
||||||
10
NEWS
10
NEWS
|
|
@ -1,4 +1,12 @@
|
||||||
New in spot 0.0w:
|
New in spot 0.0x (2004-08-13):
|
||||||
|
|
||||||
|
* New atomic_prop_collect() function: collect atomic propositions
|
||||||
|
in an LTL formula.
|
||||||
|
* Fix several typos in documentation, and some warnings in the code.
|
||||||
|
* Now compiles on Darwin and Cygwin.
|
||||||
|
* Upgrade to Automake 1.9.1, and lbtt 1.1.2.
|
||||||
|
(And drop support for older lbtt versions.)
|
||||||
|
* Support newer versions of Valgrind (>= 2.1.0).
|
||||||
|
|
||||||
New in spot 0.0v (2004-06-29):
|
New in spot 0.0v (2004-06-29):
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -20,7 +20,7 @@
|
||||||
# 02111-1307, USA.
|
# 02111-1307, USA.
|
||||||
|
|
||||||
AC_PREREQ([2.59])
|
AC_PREREQ([2.59])
|
||||||
AC_INIT([spot], [0.0w])
|
AC_INIT([spot], [0.0x])
|
||||||
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