update NEWS for upcoming release
* NEWS: Here.
This commit is contained in:
parent
0f3ffd59ce
commit
385da8ebd0
1 changed files with 16 additions and 3 deletions
19
NEWS
19
NEWS
|
|
@ -1,13 +1,20 @@
|
||||||
New in spot 2.10.4.dev (net yet released)
|
New in spot 2.10.4.dev (net yet released)
|
||||||
|
|
||||||
Nothing yet.
|
|
||||||
|
|
||||||
Bugs fixed:
|
Bugs fixed:
|
||||||
|
|
||||||
- reduce_parity() produced incorrect results when applied to
|
- reduce_parity() produced incorrect results when applied to
|
||||||
automata with deleted edges.
|
automata with deleted edges.
|
||||||
|
|
||||||
- work around a portability issue in Flex 2.6.4 preventing
|
- An optimization of Zielonka could result in incorrect results
|
||||||
|
in some cases.
|
||||||
|
|
||||||
|
- ltlsynt --print-pg incorrectly solved the game in addition to
|
||||||
|
printing it.
|
||||||
|
|
||||||
|
- ltlsynt would fail if only one of --ins or --outs was set, and
|
||||||
|
if it was set empty.
|
||||||
|
|
||||||
|
- Work around a portability issue in Flex 2.6.4 preventing
|
||||||
compilation on OpenBSD.
|
compilation on OpenBSD.
|
||||||
|
|
||||||
- Do not use the seq command in test cases, it is not available
|
- Do not use the seq command in test cases, it is not available
|
||||||
|
|
@ -16,6 +23,12 @@ New in spot 2.10.4.dev (net yet released)
|
||||||
- Do not erase the previous contents of the PYTHONPATH environment
|
- Do not erase the previous contents of the PYTHONPATH environment
|
||||||
variable when running tests, prepend to it instead.
|
variable when running tests, prepend to it instead.
|
||||||
|
|
||||||
|
- Simplify Debian instructions for LTO build to work around newer
|
||||||
|
libtool version.
|
||||||
|
|
||||||
|
- Fix invalid read in digraph::sort_edges_of_(), currently unused in
|
||||||
|
Spot.
|
||||||
|
|
||||||
New in spot 2.10.4 (2022-02-01)
|
New in spot 2.10.4 (2022-02-01)
|
||||||
|
|
||||||
Bug fixed:
|
Bug fixed:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue