* NEWS: Mention recent changes.

This commit is contained in:
Alexandre Duret-Lutz 2013-04-15 14:26:27 +02:00
parent 212cb835fc
commit 11303a4620

22
NEWS
View file

@ -1,6 +1,6 @@
New in spot 1.0.2a (not released): New in spot 1.0.2a (not released):
* New features in the library * New features in the library:
- The postprocessor class now takes an optional option_map - The postprocessor class now takes an optional option_map
argument that can be used to specify fine-tuning options, making argument that can be used to specify fine-tuning options, making
@ -40,19 +40,35 @@ New in spot 1.0.2a (not released):
from the command-line using ltlfilt's --stutter-insensitive from the command-line using ltlfilt's --stutter-insensitive
option. option.
* Command-line tools * Command-line tools:
- ltl2tgba and ltl2tgta now honor a new --extra-options (or -x) - ltl2tgba and ltl2tgta now honor a new --extra-options (or -x)
flag to fine-tune the algorithms used. The available options flag to fine-tune the algorithms used. The available options
are documented in the spot-x (7) manpage. are documented in the spot-x (7) manpage.
* Documentation - The output format of 'ltlcross --json' has been changed slightly.
In a future version we will offer some reporting script that turn
such JSON output into various tables and graphs, and these change
are required to make the format usable for other benchmarks (not
just ltlcross).
* Documentation:
- org-mode files used to generate the documentation about - org-mode files used to generate the documentation about
command-line tools (shown at http://spot.lip6.fr/userdoc/tools.html) command-line tools (shown at http://spot.lip6.fr/userdoc/tools.html)
is distributed in doc/org/. The resulting html files are also is distributed in doc/org/. The resulting html files are also
in doc/userdoc/. in doc/userdoc/.
* Bug fixes:
- There was a memory leak in the LTL simplification code, that could
only be triggered when disabling advanced simplifications.
- The translation of the PSL formula !{xxx} was incorrect when xxx
simplified to false.
- Various warnings triggered by new compilers.
New in spot 1.0.2 (2013-03-06): New in spot 1.0.2 (2013-03-06):
* New features: * New features: