From: ellson Date: Wed, 20 Jul 2005 20:29:26 +0000 (+0000) Subject: update version number to 2.4 X-Git-Tag: LAST_LIBGRAPH~32^2~7395 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9b339bf2f0692a2f3f971ba17cafe2ba335f336c;p=graphviz update version number to 2.4 --- diff --git a/ChangeLog b/ChangeLog index a8c0b1528..e8c3b136b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,8 +1,10 @@ -July 15, 2005 +July 20, 2005 - release 2.4 - major code restructuring - - new plugin architecture - - new script-language bindings using swig + - new plugin architecture (e.g. see separate package: graphviz-cairo ) + - new script-language bindings using swig (perl, ruby, python, tcl, java ... ) + - C-API now in libgvc (no more dotneato.[ch] or dotneato-config.sh] + - pkgconfig now used for reusable libraries - lefty upgrade - fix bugs 156, 255, 492, 631, 641, 647, 659, 662, 665, 670, 690, 691, 701, 702, 703, 705, 730, 731, 732, 741, 743 diff --git a/configure.ac b/configure.ac index ddbc3a873..6e854f45a 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ # Process this file with autoconf to produce a configure script -AC_INIT(graphviz, 2.3) +AC_INIT(graphviz, 2.4) AC_CONFIG_SRCDIR(configure.ac) AC_CONFIG_AUX_DIR(config)