Opened 22 months ago
Closed 22 months ago
#17287 closed enhancement (fixed)
graphviz-7.0.1
Reported by: | Douglas R. Reno | Owned by: | pierre |
---|---|---|---|
Priority: | normal | Milestone: | 11.3 |
Component: | BOOK | Version: | git |
Severity: | normal | Keywords: | |
Cc: |
Description
New major version
Change History (5)
comment:1 by , 22 months ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
follow-up: 3 comment:2 by , 22 months ago
comment:3 by , 22 months ago
Replying to pierre:
Normally, php 8 should be supported with this release
Well, it is not yet: https://gitlab.com/graphviz/graphviz/-/merge_requests/2956
comment:4 by , 22 months ago
Forgot this one
7.0.0 – 2022-10-22
Changed
- Breaking: An outline_width field has been added to the Agnodeinfo_t struct.
- Breaking: An outline_height field has been added to the Agnodeinfo_t struct.
- When using the CMake build system, the minimum requirement has been increased from CMake 3.9 to CMake 3.13.0.
- When compiling Graphviz with the Intel C Compiler, the Autotools build system no longer suppresses -ffast-math. Users relying on this are encouraged to investigate what in their build environment is appending a flag their C compiler does not support.
- The -ffast-math compiler flag is no longer enabled by the Autotools build system.
- Reserved stack size on Windows for the dot.exe binary has been increased from the default 1MB to ~3.8MB.
Fixed
- Issues with GCC 8, -O3 and -ffast-math #1412
- Problem building Graphviz-5.0.1: undefined symbols __*_finite #2296
- Failure of arrowhead and arrowtail to respect penwidth #372
Fixed for all polygon-based node shapes (except for the cylinder node shape) and for the edge arrow shapes normal, inv, box and dot
Removed
- Support for the MOSEK commercial solver has been removed. The MOSEK build-time macro no longer does anything.
Note:
See TracTickets
for help on using tickets.
Normally, php 8 should be supported with this release
7.0.1 – 2022-11-09
Added
Changed
Fixed