]> granicus.if.org Git - graphviz/commitdiff
2.26.1 stable release
authorellson <devnull@localhost>
Fri, 22 Jan 2010 03:58:49 +0000 (03:58 +0000)
committerellson <devnull@localhost>
Fri, 22 Jan 2010 03:58:49 +0000 (03:58 +0000)
ChangeLog
configure.ac

index 8131f38873f0b8ae5bbc28403cb656e368588398..629f7e730be9b1cdc6e2bf78fc471f1523f26817 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,11 @@
-January 7, 2010
-    - Allow ranksep to specify multiple radial differences in twopi
-    - Allow the user to specify all pairwise distances in neato with model=mds
+January 19, 2010
+       - Release 2.26.1
+       - libcgraph.so   version bumped from 4 to 5 due to API changes
+       - Allow ranksep to specify multiple radial differences in twopi
+       - Allow the user to specify all pairwise distances in neato with
+       - Fixed bugs: 1280, 1409, 1567, 1583, 1624, 1631, 1655, 1708, 1709,
+       1727, 1784, 1792, 1798, 1800, 1813, 1814, 1830, 1831, 1833, 1836, 1839
+model=mds
 December 10, 2009
        - Release 2.26.0
        - Core features:
index 711056cd1974774dbe38458972121c495734d575..7bda82109af2f1508559ac5ba266566253c1db8b 100644 (file)
@@ -10,9 +10,9 @@ 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, 27)
+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)
+m4_define(graphviz_version_micro, 1)
 
 AC_INIT([graphviz],[graphviz_version_major.graphviz_version_minor.graphviz_version_micro],[http://www.graphviz.org/])