Opened 2 years ago
Closed 2 years 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 , 2 years ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
follow-up: 3 comment:2 by , 2 years ago
comment:3 by , 2 years 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
7.0.1 – 2022-11-09
Added
- SWIG 4.1.0 is now supported in the Autotools build system. #2277, #2303
Changed
- When built with zlib support, Graphviz will unconditionally use deflateBound. The only user-visible effect should be slightly decreased memory usage when using a zlib-compressed output format.
- The test suite only detects Graphviz companion programs adjacent to the first dot found in $PATH #2201
Fixed
- Failure of arrowhead and arrowtail to respect penwidth #372
- Fixed also for the diamond and tee edge arrow shapes.
- The CMake build system no longer uses the final install location as the staging area for example graphs and templates during cpack. This bug was introduced in Graphviz 4.0.0. #2232
- The CMake build system uses corrected paths to DevIL and FreeType headers and libraries when discovered.
- The CMake build system under MinGW no longer attempts to install third party Expat and Getopt libraries.
Version 0, edited 2 years ago by (next)
comment:4 by , 2 years 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