From: ellson Date: Thu, 13 Dec 2007 04:38:57 +0000 (+0000) Subject: Release 2.16.1 X-Git-Tag: LAST_LIBGRAPH~32^2~4980 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=09e4435db173a99141e79d31e05c79a7d9e3eafc;p=graphviz Release 2.16.1 --- diff --git a/ChangeLog b/ChangeLog index 053565f6d..d033ba58e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +December 12, 2007 + - Release 2.16.1 + - Fixed bugs: 1228, 1234, 1238, 1239, 1245 + - Improvements to PHP binding + - Improvements to OCAML binding + - Make regression tests run from the build tree, rather than require installation + - Repair freetype detection on RedHat-7 (Yes, people still use it!!) + - Fix zoom-at-mouse-location in -Txlib and -Tgtk + - Fix some dotty regressions November 9, 2007 - Release 2.16 - Fixed bugs: 456, 473, 1021, 1153, 1154, 1155, 1159, 1160, 1162, diff --git a/configure.ac b/configure.ac index 411c1e0b3..13351101c 100644 --- a/configure.ac +++ b/configure.ac @@ -4,7 +4,7 @@ AC_PREREQ(2.54) # Package name and version number, (as distinct from shared library version) -AC_INIT(graphviz, 2.17) +AC_INIT(graphviz, 2.16.1) dnl =========================================================================== diff --git a/tclpkg/gv/demo/modgraph.py b/tclpkg/gv/demo/modgraph.py index 3db839d9a..80ca8dcfb 100755 --- a/tclpkg/gv/demo/modgraph.py +++ b/tclpkg/gv/demo/modgraph.py @@ -34,5 +34,4 @@ for rec in modules: gv.edge(n, gv.node(G, usedby)) gv.layout(G, 'dot') -# The 'gtk' renderer is provided by graphviz-cairo -gv.render(G, 'png', 'modgraph.png') +gv.render(G, 'xlib')