]> granicus.if.org Git - graphviz/commitdiff
Change version for graphviz-2.22
authorellson <devnull@localhost>
Wed, 4 Mar 2009 01:51:33 +0000 (01:51 +0000)
committerellson <devnull@localhost>
Wed, 4 Mar 2009 01:51:33 +0000 (01:51 +0000)
ChangeLog
configure.ac
graphviz.spec.in

index c09bb68c18535ffc1ee72c9a55279f7a88891b22..6a10d90891920b4a96340ace0526221fd5ffa24a 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,4 @@
-March 1, 2009
+March 3, 2009
        - Release 2.22
        - Core:
                - libgvc api changed, version bumped.  Affects third party
@@ -7,9 +7,16 @@ March 1, 2009
                  plugins for graphviz.
                - 90% conversion to cgraph has been done, but not enabled yet,
                  (and yes, its true what they say about the last 10% )
+               - drop libagraph from distribution  (use libcgraph)
                - layout code completely converted to floating point.
                - new "dot -P" option for generating a graph of available
                  plugins.
+               - registered MIME type:  text/vnd.graphviz for .gv files
+               - rename files from .dot to .gv to avoid conflict with
+                 Word templates.  .dot still supported, but deprecated.
+               - new command: mm2gv   (matrix-market graph file conversion)
+               - rename commands:      dot2gxl -> gv2gxl
+                                       gxl2dot -> gxl2gv
        - Plugins:
                - new rsvg plugin for support of node shapes in SVG format
                - new gs plugin for support of node shapes in PS format
@@ -50,13 +57,6 @@ March 1, 2009
                1568, 1569, 1570, 1571, 1573, 1577, 1578, 1579, 1580, 1581,
                1582, 1584, 1586,
                
-August 2, 2008
-       - drop libagraph from distribution - part of migration to libcgraph
-       - rename file format from .dot to .gv to avoid conflict with Word templates
-       - registered MIME type:  text/vnd.graphviz
-       - new command: mm2gv   (matrix-market to gv graph file conversion)
-       - rename commands:      dot2gxl -> gv2gxl
-                               gxl2dot -> gxl2gv
 June 25, 2008
        - Release 2.20.2
        - Fix bug in HTML-like labels 
index 7d382986c65bf41c8a236b2a27d47100a6e95634..451768d9b293b220661e3aeb13f47f5e9917d7ef 100644 (file)
@@ -10,7 +10,7 @@ dnl                       even => stable series
 dnl For the micro number: 0 => in-progress development (from cvs)
 dnl                       timestamp => tar-file snapshot or release
 m4_define(graphviz_version_major, 2)
-m4_define(graphviz_version_minor, 21)
+m4_define(graphviz_version_minor, 22)
 #NB: the next line gets changed to a date/time string for development releases
 m4_define(graphviz_version_micro, 0)
 
index ea0a2b2551e9e0023f24b004d43e9cccb141aafa..1d36affc614ffcbe3c1e0d6c4c85488c626bec7c 100644 (file)
@@ -732,6 +732,9 @@ rm -rf %{buildroot}
 #-- changelog --------------------------------------------------
 
 %changelog
+* Tue Mar 03 2009 John Ellson <ellson@research.att.com>
+- release graphviz-2.22 - see ChangeLog for details
+
 * Fri Oct 26 2007 John Ellson <ellson@research.att.com>
 - reinstated binary relocatability in AT&T's rpms since we need it internally
 * Wed Aug 15 2007 John Ellson <ellson@research.att.com>