* NEWS, configure.ac: Bump version to 0.2.

This commit is contained in:
Alexandre Duret-Lutz 2005-04-08 22:41:09 +00:00
parent 751424c9ec
commit e00aadce5b
3 changed files with 15 additions and 2 deletions

13
NEWS
View file

@ -1,4 +1,15 @@
New in spot 0.1a:
New in spot 0.2 (2005-04-08):
* Emptiness checks:
- the new spot::option_map class is used to pass options to
emptiness-check algorithms.
- the new emptiness_check_instantiator class is used to turn a
string such as `algorithm(option1, option2)' into an actual
instance of this emptiness-check algorithm with the given
options. All tools use this.
- tau03_opt_search implements the "condition heuristic".
(Suggested by Heikki Tauriainen.)
* Minor bug fixes.
New in spot 0.1 (2005-01-31):