-March 1, 2009
+March 3, 2009
- Release 2.22
- Core:
- libgvc api changed, version bumped. Affects third party
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
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
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)
#-- 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>