]> granicus.if.org Git - graphviz/commitdiff
update version number to 2.4
authorellson <devnull@localhost>
Wed, 20 Jul 2005 20:29:26 +0000 (20:29 +0000)
committerellson <devnull@localhost>
Wed, 20 Jul 2005 20:29:26 +0000 (20:29 +0000)
ChangeLog
configure.ac

index a8c0b15285c7ef086a7d932d983f7750a00ea602..e8c3b136b7fdce84e82d7c64c28e730b450a4795 100644 (file)
--- 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
index ddbc3a8737255a23088246639c9305e75018e21a..6e854f45a3b262da858f604230f2ac8321246c6a 100644 (file)
@@ -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)