mirror of
https://github.com/ArthurSonzogni/Diagon.git
synced 2026-08-29 16:40:45 +08:00
18 lines
385 B
Plaintext
18 lines
385 B
Plaintext
# Current
|
|
|
|
- Tree: Ignore emtpy lines.
|
|
|
|
|
|
# 1.1.156 (2023-05-08)
|
|
|
|
## Security:
|
|
- See CVE-2023-27390. Check there are no "self" message.
|
|
- See CVE-2023-31194. Do not add twice an edge in the graph. This caused Boost
|
|
algorithms to misbehave.
|
|
|
|
## Bug fix
|
|
- Fix highlighter for the GraphPlanar translator.
|
|
|
|
## Build
|
|
- Set MSVC_RUNTIME_LIBRARY to /MT for static builds
|