From: ellson Date: Thu, 10 Dec 2009 23:29:14 +0000 (+0000) Subject: final preparations for 2.26 X-Git-Tag: LAST_LIBGRAPH~32^2~1504 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e24880342c7e125f1fbd1eb11a5702b9d0552111;p=graphviz final preparations for 2.26 --- diff --git a/ChangeLog b/ChangeLog index dfb0a93f7..d9bf42acc 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,16 +1,16 @@ December 10, 2009 - Release 2.26.0 - - Core: + - Core features: - added: "smyrna" - a new opengl-based viewer for large graphs - added: rudimentary "gml2gv", "gv2gml" converters - extended support for various image formats in node images - removed vestiges of codegens, now all putput formats supported - through plugins. Dropped some output formats for which + through plugins. Dropped some output formats for which plugins have not been developed: -Tdia, -Tmif - - gvpr converted to a library; additional array handling and - text processing functions added; language extended to allow - multiple BEG_G/N/E blocks. - - allow background images specified via xdot + - gvpr converted to a library; additional array handling and + text processing functions added; language extended to allow + multiple BEG_G/N/E blocks. + - allow background images specified via xdot - Ports added/dropped from nightly builds: (The dropped ports could probably be re-added if there was demand.) - added MacOSX SnowLeopard (multiarch: i386/x86_64/ppc) diff --git a/configure.ac b/configure.ac index 1cf54195c..b554abbce 100644 --- a/configure.ac +++ b/configure.ac @@ -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, 25) +m4_define(graphviz_version_minor, 26) #NB: the next line gets changed to a date/time string for development releases m4_define(graphviz_version_micro, 0)