# graphviz 14.0.2 - Product: graphviz (https://whatsnew.fyi/product/graphviz) - Vendor: graphviz - Date: 2025-10-19 - Version: 14.0.2 - Original notes: https://gitlab.com/graphviz/graphviz/-/tags/14.0.2 - Permalink: https://whatsnew.fyi/product/graphviz/releases/14.0.2 What's New is an index, not a publisher: every entry below links to the vendor's own release notes, which are the authoritative source. Entries are labelled where they are hand-curated sample data, pre-releases, or drawn from a secondary source such as a developer blog. Reuse: the summaries, labels and curation here are © What's New. Quote freely with attribution and a link back; wholesale republication of the corpus is not permitted — terms: https://whatsnew.fyi/terms. The vendors' own release notes remain their publishers'. --- See the CHANGELOG . ###### Changed - Quartz plugin code paths to support older macOS and iOS versions have been restored. Their removal was a regression in Graphviz 13.0.0. - In the CMake build system, whether Quartz-dependent components are built or not can now be controlled by the `-DWITH_QUARTZ={AUTO|ON|OFF}` option. - `dot_builtins`, when compiled with the CMake build system, now supports the Quartz plugin if it is enabled at build time. ###### Fixed - Memory corruption when using the Java bindings to render to a string has been corrected. This was a regression in Graphviz 2.49.0. - A minor typo in the `gvpr(3)` man page has been fixed. - Calling `gvpr(…, NULL)` no longer causes null pointer dereferences.