]> granicus.if.org Git - graphviz/commitdiff
Release 2.16.1
authorellson <devnull@localhost>
Thu, 13 Dec 2007 04:38:57 +0000 (04:38 +0000)
committerellson <devnull@localhost>
Thu, 13 Dec 2007 04:38:57 +0000 (04:38 +0000)
ChangeLog
configure.ac
tclpkg/gv/demo/modgraph.py

index 053565f6d76d13514e01f29c84dca5e6434eb7c3..d033ba58ececcf8d1b5eb224be3f95eb2bc6df9b 100644 (file)
--- 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,
index 411c1e0b33cd612027a8025fe0fe3ab53843f262..13351101c8b26657b67bde1267ca7e25bc00847f 100644 (file)
@@ -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 ===========================================================================
 
index 3db839d9ab4daf9f56e5bee236822848d070127f..80ca8dcfbb0f0ec89828d3e241c01ed4450b6637 100755 (executable)
@@ -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')