* configure.ac, NEWS: Bump version to 0.0j.

This commit is contained in:
Alexandre Duret-Lutz 2003-11-03 12:05:24 +00:00
parent b751f00d37
commit 1a94645802
3 changed files with 12 additions and 1 deletions

View file

@ -1,5 +1,7 @@
2003-11-03 Alexandre Duret-Lutz <adl@src.lip6.fr>
* configure.ac, NEWS: Bump version to 0.0j.
* iface/gspn/eesrg.cc (tgba_succ_iterator_gspn_eesrg::step):
Skip unknown variables.

9
NEWS
View file

@ -1,3 +1,12 @@
New in spot 0.0j (2003-10-03):
* Use hash_map's instead of map's almost everywhere.
* New emptiness check, based on Couvreur's algorithm.
* LTL propositions can be put inside doublequotes to disambiguate
some constructions.
* Preliminary support for GreatSPN's EESRG.
* Various bug fixes.
New in spot 0.0h (2003-08-18):
* More python bindings:

View file

@ -1,5 +1,5 @@
AC_PREREQ([2.57])
AC_INIT([spot], [0.0i])
AC_INIT([spot], [0.0j])
AC_CONFIG_AUX_DIR([tools])
AM_INIT_AUTOMAKE([foreign nostdinc check-news 1.7.3])