Merge branch 'master' into next

This commit is contained in:
Alexandre Duret-Lutz 2025-01-18 16:24:27 +01:00
commit c5a0f323c8
6 changed files with 16 additions and 13 deletions

11
NEWS
View file

@ -1,4 +1,4 @@
New in spot 2.12.1.dev (not yet released)
New in spot 2.12.2.dev (not yet released)
Command-line tools:
@ -117,12 +117,21 @@ New in spot 2.12.1.dev (not yet released)
status and the AIG circuit; it now does the job silently as
requested.
New in spot 2.12.2 (2025-01-18)
Bug fixes:
- to_finite() was dealing incorrectly with edges that were
both alive and dead. (Issue #596.)
- LaTeX output of the X[!] operator with broken in both
LaTeX and self-contained LaTeX mode. (Issue #597)
- Fix a bug in the AIGER encoding with certain forms of
global-equivalence.
- Work around a spurious test failure with Python 3.13.
New in spot 2.12.1 (2024-09-23)
Bug fixes: