From: John Ellson Date: Sun, 13 Apr 2014 20:40:25 +0000 (-0400) Subject: 2.38 stable release X-Git-Tag: 2.38.0 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f54ac2c9313ae80ccf76ef4ac6aa9be820a23126;p=graphviz 2.38 stable release --- diff --git a/ChangeLog b/ChangeLog index c11e8d3b8..5506e958c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,6 @@ +April 13, 2014 + - Release 2.38.0 + - Resolves bugs: 2409, 2413, 2417, 2420, 2422, 2423, 2425 March 27, 2014 - Enable packing for dot - Allow scaling to work for all non-dot layouts @@ -7,12 +10,12 @@ March 4, 2014 - 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. + 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. + node shape. January 11, 2014 - Release 2.36.0 - Resolves bugs: 2372, 2384, 2388, 2391, 2392, 2383, 2395, 2401, 2406 @@ -23,8 +26,8 @@ September 15, 2013 - Add element for strike-through to HTML-like labels. September 6, 2013 - Release 2.34.0 - - New version of xdot supporting inline text characteristics such as and - version-specific output based on xdotversion + - New version of xdot supporting inline text characteristics such as and + version-specific output based on xdotversion - Resolves bugs: 2325, 2326, 2333, 2334, 2337, 2338, 2340, 2343, 2345, 2346, 2349, 2350, 2351, 2352, 2353, 2354, 2357, 2359 - Resolves Redhat bug: BZ#847458 @@ -64,8 +67,8 @@ February 27, 2012 - Support arbitrary lists of layers; allow the user to specify arbitrary layers for output. February 24, 2012 - A collection of gvpr scripts, which were part of the source package, are now - installed in /share/graphviz/gvpr, and the that path is used as part of th - default built-in path for gvpr. + installed in /share/graphviz/gvpr, and the that path is used as part of th + default built-in path for gvpr. February 15, 2012 - Update libexpr to reflect Glenn Fowler's changes including scopes for variables. February 9, 2012 @@ -89,11 +92,11 @@ August 24, 2011 August 16, 2011 - Add tapered edges August 3, 2011 - - Add support for external labels + - Add support for external labels July 14, 2011 - - Add initial implementation of graphml2gv + - Add initial implementation of graphml2gv July 8, 2011 - - Add basic horizontal and vertical rules to html tables + - Add basic horizontal and vertical rules to html tables May 6, 2011 - Release 2.28.0 - incremented library api version: diff --git a/autogen.sh b/autogen.sh index 9dc665354..37a1c9283 100755 --- a/autogen.sh +++ b/autogen.sh @@ -11,7 +11,7 @@ dnl even => stable series dnl For the micro number: 0 => in-progress development dnl timestamp => tar-file snapshot or release m4_define(graphviz_version_major, 2) -m4_define(graphviz_version_minor, 37) +m4_define(graphviz_version_minor, 38) dnl NB: the next line gets changed to a date/time string for development releases m4_define(graphviz_version_micro, 0) m4_define(graphviz_version_date, $GRAPHVIZ_VERSION_DATE)