diff --git a/ChangeLog b/ChangeLog index 0a5cc2b2c..c1ef64aa0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2003-12-01 Alexandre Duret-Lutz + + * configure.ac, NEWS: Bump version to 0.0l. + * doc/Makefile.am ($(srcdir)/spotref.pdf): Do not assume spot.latex is + in the srcdir. + 2003-11-28 Alexandre Duret-Lutz * src/tgbaparse/tgbaparse.yy (cond_list): Simplify into... diff --git a/NEWS b/NEWS index 2182c3082..43fb632f2 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,12 @@ +New in spot 0.0l (2003-11-01): + + * Computation of prime implicants. This simplify the output of + ltl_to_tgba_fm, and allows conditions to be output as some of + product in dot output. + * Optimize translation of GFy in ltl_to_tgba_fm. + * tgba_explicit supports arbitrary binary formulae on transitions + (only conjunctions were allowed). + New in spot 0.0j (2003-10-03): * Use hash_map's instead of map's almost everywhere. diff --git a/configure.ac b/configure.ac index a521ed7eb..d4f002434 100644 --- a/configure.ac +++ b/configure.ac @@ -20,7 +20,7 @@ # 02111-1307, USA. AC_PREREQ([2.57]) -AC_INIT([spot], [0.0k]) +AC_INIT([spot], [0.0l]) AC_CONFIG_AUX_DIR([tools]) AM_INIT_AUTOMAKE([nostdinc check-news 1.7.3]) diff --git a/doc/Makefile.am b/doc/Makefile.am index 3725638f1..8ba9cfdf3 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -39,7 +39,7 @@ spot.html: $(srcdir)/stamp spot.latex: $(srcdir)/stamp $(srcdir)/spotref.pdf: $(srcdir)/stamp - cd $(srcdir)/spot.latex \ + cd spot.latex \ && texi2dvi --pdf refman.tex \ && cd .. && mv -f spot.latex/refman.pdf $@