From 15bf748ba744f883b4dd09bce188b70c64521d80 Mon Sep 17 00:00:00 2001 From: ellson Date: Fri, 22 Jan 2010 03:58:49 +0000 Subject: [PATCH] 2.26.1 stable release --- ChangeLog | 11 ++++++++--- configure.ac | 4 ++-- 2 files changed, 10 insertions(+), 5 deletions(-) diff --git a/ChangeLog b/ChangeLog index 8131f3887..629f7e730 100644 --- 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: diff --git a/configure.ac b/configure.ac index 711056cd1..7bda82109 100644 --- a/configure.ac +++ b/configure.ac @@ -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/]) -- 2.40.0