]> granicus.if.org Git - graphviz/commitdiff
2.38 stable release 2.38.0
authorJohn Ellson <john.ellson@comcast.net>
Sun, 13 Apr 2014 20:40:25 +0000 (16:40 -0400)
committerJohn Ellson <john.ellson@comcast.net>
Sun, 13 Apr 2014 20:40:25 +0000 (16:40 -0400)
ChangeLog
autogen.sh

index c11e8d3b847342fb009f78054d838daa556f8f18..5506e958cc541673e5cb582f86476451257de442 100644 (file)
--- 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 <S> 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 <b> and
-      version-specific output based on xdotversion
+       - New version of xdot supporting inline text characteristics such as <b> 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 <prefix>/share/graphviz/gvpr, and the that path is used as part of th
-      default built-in path for gvpr.
+       installed in <prefix>/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:
index 9dc66535484b757335edeafa3c806eb194983020..37a1c928371c7b79186b983b438a9bae30cb477a 100755 (executable)
@@ -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)