]> granicus.if.org Git - graphviz/commitdiff
final preparations for 2.26
authorellson <devnull@localhost>
Thu, 10 Dec 2009 23:29:14 +0000 (23:29 +0000)
committerellson <devnull@localhost>
Thu, 10 Dec 2009 23:29:14 +0000 (23:29 +0000)
ChangeLog
configure.ac

index dfb0a93f7f1fcc58ff441b82a225170dbd77c4ce..d9bf42accca1c4943fa315f0386bc3d072018d7f 100644 (file)
--- 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)
index 1cf54195c632de121a570321a5e06246c664594a..b554abbceb7fb1adc622d2645fd1378f8db22c97 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, 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)