Opened 9 months ago
Closed 9 months ago
#20047 closed enhancement (fixed)
graphviz-12.0.0
Reported by: | Bruce Dubbs | Owned by: | Rahul Chandra |
---|---|---|---|
Priority: | normal | Milestone: | 12.2 |
Component: | BOOK | Version: | git |
Severity: | normal | Keywords: | |
Cc: |
Description ¶
New major version.
Change History (5)
comment:1 by , 9 months ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
comment:2 by , 9 months ago
comment:4 by , 9 months ago
I suspect this will break 1 or 2 packages but we'll deal with it as updates roll in
comment:5 by , 9 months ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Fixed @ 3c247c07a983a05d108a226abecf60d688c0a982 - c-ares-1.32.0 2459c7741bd71e5ad1fd759dcdad4df2821d5b90 - gnutls-3.8.6 421e9388bebfed3f22ee086b3affec26ea8b6bad - libxml2-2.13.2 c4497730f7e12427abfa5f14e9735ee4e23f031c - p11-kit-0.25.5 2abd4f1fc7ebf5bbbca967332add67a4cd504b93 - graphviz-12.0.0 91e1a0dca1e169414b91b57262f1f0c0be969862 - libxslt-1.1.42 f27c359d9006b9304bb0c5a525f245a9cd233e78 - php-8.3.9 bc3dc0e2545f5bc6087cfaaadb7991989445cc4f - mesa-24.1.3
Note:
See TracTickets
for help on using tickets.
Added
-Denable_tcl={AUTO|ON|OFF}
option.-Denable_swig={AUTO|ON|OFF}
option.-Denable_sharp={AUTO|ON|OFF}
option.Changed
#2465
dot_builtins
against libsocket.dot_builtins
if building shared libraries (-DBUILD_SHARED_LIBS=ON
).polygon_t.style
member is now a struct.LEN
andMAXDOUBLE
constants have been removed.CMYK_BYTE
member of thecolor_type_t
enum and the correspondinggvolor_t.u.cmyk
field have been removed. The color format this mapped to was neither documented nor implemented correctly.$LD_LIBRARY_PATH
/$DYLD_LIBRARY_PATH
tricks.Agraph_t.n_id
field is now an opaque pointer.putGraphs
,putRects
, andshiftGraphs
now operate on floating-point points (pointf
) instead of integer points (point
).BF2B
macro has been removed.-Tmp
output format has been removed._GNU_SOURCE
norsincos
any more. None of the build systems attempt to discoversincos
any more.-Tfig
) supports up to 512 custom colors. The previous limit was 256, after which it would crash (see note in the “Fixed” section).tcldot_layout
function no longer tries to fallback to thedot
layout engine if the requested engine is unavailable but instead fails with an error message.render
command no longer ignores layout errors.write
command now does layout unconditionally, regardless of what output renderer is selected.BUILD_SHARED_LIBS
setting.obj_state_t.gradient_frac
is now adouble
.path.nbox
is now asize_t
.routesplines
miscalculations that led to lost edges and fatal errors have been avoided” in 11.0.0 has been reverted. The fix for this caused other problems.d
anddisc
parameters have been removed fromDtcompar_f
.disc
parameter has been removed fromDtfree_f
.Fixed
crow
arrowhead/tail with WindowsRelease
builds.#2490
aghtmlstr
has been removed.agrelabel_node
(or equivalently,agrename
when operating on a node) no longer corrupts the node-by-id set, causing a crash. This bug was preventinggxl2gv
from processing inputs that used nodename
attributes.#2300
#2538
-Tfig
) no longer crashes when handling more than 256 colors.scale
operation implemented by the TCL binding’s tclpathplan scales relative to the center of the points being scaled instead of reading uninitialized memory.dllimport
/dllexport
annotations when compiling static libraries on Windows and MinGW.#2556
concentrate=true
once again works. This was a regression in Graphviz 11.0.0.#2559
overlap="scale"
no longer causes nodes to be placed on top of one another. This was a regression in Graphviz 7.0.5.#2564
cluster=true
attribute as an alternative.#2187, #2555