* configure.ac, NEWS: Bump version to 0.0l.
* doc/Makefile.am ($(srcdir)/spotref.pdf): Do not assume spot.latex is in the srcdir.
This commit is contained in:
parent
1811786597
commit
0033466598
4 changed files with 17 additions and 2 deletions
|
|
@ -1,3 +1,9 @@
|
||||||
|
2003-12-01 Alexandre Duret-Lutz <adl@src.lip6.fr>
|
||||||
|
|
||||||
|
* 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 <adl@src.lip6.fr>
|
2003-11-28 Alexandre Duret-Lutz <adl@src.lip6.fr>
|
||||||
|
|
||||||
* src/tgbaparse/tgbaparse.yy (cond_list): Simplify into...
|
* src/tgbaparse/tgbaparse.yy (cond_list): Simplify into...
|
||||||
|
|
|
||||||
9
NEWS
9
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):
|
New in spot 0.0j (2003-10-03):
|
||||||
|
|
||||||
* Use hash_map's instead of map's almost everywhere.
|
* Use hash_map's instead of map's almost everywhere.
|
||||||
|
|
|
||||||
|
|
@ -20,7 +20,7 @@
|
||||||
# 02111-1307, USA.
|
# 02111-1307, USA.
|
||||||
|
|
||||||
AC_PREREQ([2.57])
|
AC_PREREQ([2.57])
|
||||||
AC_INIT([spot], [0.0k])
|
AC_INIT([spot], [0.0l])
|
||||||
AC_CONFIG_AUX_DIR([tools])
|
AC_CONFIG_AUX_DIR([tools])
|
||||||
AM_INIT_AUTOMAKE([nostdinc check-news 1.7.3])
|
AM_INIT_AUTOMAKE([nostdinc check-news 1.7.3])
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -39,7 +39,7 @@ spot.html: $(srcdir)/stamp
|
||||||
spot.latex: $(srcdir)/stamp
|
spot.latex: $(srcdir)/stamp
|
||||||
|
|
||||||
$(srcdir)/spotref.pdf: $(srcdir)/stamp
|
$(srcdir)/spotref.pdf: $(srcdir)/stamp
|
||||||
cd $(srcdir)/spot.latex \
|
cd spot.latex \
|
||||||
&& texi2dvi --pdf refman.tex \
|
&& texi2dvi --pdf refman.tex \
|
||||||
&& cd .. && mv -f spot.latex/refman.pdf $@
|
&& cd .. && mv -f spot.latex/refman.pdf $@
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue