# graphviz 14.1.1 - Product: graphviz (https://whatsnew.fyi/product/graphviz) - Vendor: graphviz - Date: 2025-12-13 - Version: 14.1.1 - Original notes: https://gitlab.com/graphviz/graphviz/-/tags/14.1.1 - Permalink: https://whatsnew.fyi/product/graphviz/releases/14.1.1 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** — When seeding random number generators with time(NULL), the result of getpid() is no longer also mixed in on non-Windows platforms - **fixed** — In the CMake build system, when WITH_SMYRNA is AUTO or unset, Smyrna enabling depends on the presence of Pangocairo - **fixed** — In the CMake build system, versions of dot with plugins built in are only linked against enabled plugins ###### Changed - When seeding random number generators with `time(NULL)`, the result of `getpid()` is no longer also mixed in. Previously this was the case on non-Windows platforms, impeding reproducibility and portability. ###### Fixed - In the CMake build system, when `WITH_SMYRNA` is `AUTO` or unset, Smyrna enabling depends on the presence of Pangocairo. - In the CMake build system, versions of `dot` with plugins built in are only linked against enabled plugins. #2795