Graphviz Changelog

What's new in Graphviz 2.41.0 Dev

Jul 10, 2017
  • Remove usage of ast_common.h

New in Graphviz 2.40.0 Dev (Jul 10, 2017)

  • network-simplex fixes and optimization (Stephen North)
  • built-in tred tool now available in the various swig generated language bindings (John Ellson)
  • number rounding added to SVG renderer (same as PS and TK rounding) to aid regression testing. (John Ellson)
  • additional regressson test framework, used in Travis CI builds. (Erwin Janssen)
  • PHP7 support (requires swig-3.0.11 or later). (John Ellson)
  • Allow user to specify clustering algorithm in gvmap. (Emden Gansner)
  • Add Sierpinski graph generator to gvgen. (Emden Gansner)
  • Extensive code cleanup (Erwin Janssen)
  • Removal of libgd source - use vanilla libgd from separate install
  • Windows builds (Erwin Janssen)
  • Appveyor CI for automated Windows build testing (Erwin Janssen)
  • Travis CI for Fedora/Centos builds (Erwin Janssen)
  • Added JSON output format, -Tjson (Emden Gansner)
  • New curved arrowhead, cylinder node shape.
  • Resolves bugs: 2599, 1172
  • Experimenting with Travis CI
  • Add cylinder shape for databases.
  • Free installed plugins
  • Update makefile for dot so that the using libpanco_C in the static build include PANGOFT2 as well as PANGOCAIRO_LIBS (needed for some versions of Ubuntu)
  • Add json output format
  • output class value in svg files

New in Graphviz 2.39.0 Build 20160106 (Jan 7, 2016)

  • Add plain shape for use with HTML-like labels.
  • Add icurve arrowhead.

New in Graphviz 2.38.0 (Apr 28, 2014)

  • Resolves bugs: 2409, 2413, 2417, 2420, 2422, 2423, 2425
  • Enable packing for dot
  • Allow scaling to work for all non-dot layouts
  • Add overline text characteristic.
  • Fix bugs in gvpr and gv.cpp so edges can be created in subgraphs.
  • Add edgepaint program for coloring edges to make them easier to tell apart.
  • Modify neato to avoid unnecessary translations of output. This allows positions given on input to remain the same on output.
  • Fix swig java package to work and support gv.renderresult.
  • Fix test for the absence of layout (old test relied on statically allocated Agraphinfo_t).
  • HTML-like tables and cells can now specify which borders should be drawn.
  • The fixedsize attribute now takes the value "shape" which allows labels much larger than the node shape.

New in Graphviz 2.36.0 (Jan 13, 2014)

  • Resolves bugs: 2372, 2384, 2388, 2391, 2392, 2383, 2395, 2401, 2406
  • Various MacOS Fixes from Pixleglow.
  • Remove old libgraph sources from distributions.
  • Move master git repo to github.com
  • Add element for strike-through to HTML-like labels.