* NEWS, configure.in: Bump version to 0.4.

* HACKING, INSTALL, doc/Doxyfile.in, lbtt/INSTALL: Update to newer
tools.
This commit is contained in:
Alexandre Duret-Lutz 2007-07-17 15:53:27 +00:00
parent 0dc53d3d2a
commit 82583754cd
7 changed files with 662 additions and 598 deletions

14
NEWS
View file

@ -1,6 +1,16 @@
New in spot 0.3a:
New in spot 0.4 (2007-07-17):
New in spot 0.3 (2005-01-25):
* Upgrade to Autoconf 2.61, Automake 1.10, Bison 2.3, and Swig 1.3.31.
* Better LTL simplifications.
* Don't initialize Buddy if it has already been initialized (in case
the client software is already using Buddy).
* Lots of work in the greatspn interface for our ACSD'05 paper.
* Bug fixes:
- Fix the random graph generator not to produce dead states as documented.
- Fix synchronized product in case both side use acceptance conditions.
- Fix some syntax errors with newer versions of GCC.
New in spot 0.3 (2006-01-25):
* lbtt 1.2.0
* The CGI script for LTL translation also offers emptiness check algorithms.