From: ellson Date: Tue, 18 Oct 2005 19:06:16 +0000 (+0000) Subject: update ChangeLog in preparation for 2.6 release X-Git-Tag: LAST_LIBGRAPH~32^2~7153 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=eef0d7b795369cf6e25729cb5bc57a5b3eedc0fb;p=graphviz update ChangeLog in preparation for 2.6 release --- diff --git a/ChangeLog b/ChangeLog index e8c3b136b..1edc00a58 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,19 @@ +August 25, 2005 + - release 2.6 + - experimentally moved source code management from CVS to GIT + - added iterator functions to script bindings + - more C-API tuning + - add "-c" switch to dot to explicitly generate plugin "config" file + instead of generating it as a side-effect of "dot -V" + - better support for binary relocation. + - plugin versioning and version checking + - clean up of header files + - provide statically linked "dot_static" + - additional "event" support for GUIs (e.g. the gtk one in graphviz-cairo) + - add some information about plugins to "dot -v" output. + - fix bugs 746, 750, 752, 753, 754, 756, 761, 763, 764, 765, 768, + 771, 772, 773, 774, 775, 776, 777 + - not a bug 757, 760, 770 July 20, 2005 - release 2.4 - major code restructuring