1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 682 683 684 685 686 687 688 689 690 691 692 693 694 695 696 697 698 699 700 701 702 703 704 705 706 707 708 709 710 711 712 713 714 715 716 717 718 719 720 721 722 723 724 725 726 727 728 729 730 731 732 733 734 735 736 737 738 739 740 741 742 743
|
February 3, 2006
- release 2.8
- (POTENTIAL INCOMPATIBILITY) The default input scaling, in the
absence of a "-s" switch, has been changed from inches to points.
The new behavior of "neato" is equivalent to "neato -s72".
The old behavior can be restored with "neato -s1".
The purpose of this change is to avoid a Frequently-Made-Mistake
when using "neato -n" to process a previously generated layout.
Previously it was necessary to use "neato -n -s72", but with this
change the default matches dot's output and the "-s72" is not required.
- Added pseudo layout engines: "dot -Knop" and dot -Knop1" equivalent
to "neato -n"
- Added pseodo layout engine: "dot -Knop2" equivalent to "neato -n2"
- Add support for color namespaces; add Brewer color data
- Add support for simulated duplex edges using parallel edges:
head arrow takes first color, tail arrow takes second color.
- source code management moved back to CVS until GIT matures a bit more
- distribute separe rpms for binares of language bindings :
- Add a small pad region around graph renderings to allow for finite
penwidths at the drawing edges
- Add protonode(g) and E=protoedge(g) functions to simplify
language bindings.
- Add special purpose code to deal with html labels from language
bindings.
- Various portability fixes for: HPUX, Mac OS/X, Cygwin, Windows.
- Fix bugs 784, 786, 787, 788, 789, 790, 791, 793, 795, 796, 798, 799,
800, 801, 804, 806, 811, 812, 817, 820, 821, 823, 824, 825, 830,
837, 839, 841, 842, 843, 848, 850, 851, 854, 855, 856, 857, 858,
859, 861, 863, 866, 867, 869, 872, 874, 876, 877
August 28, 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" (not incl. in rpms)
- additional "event" support for GUIs (e.g. "DotEdit" graphviz-cairo)
- add some information about plugins to "dot -v" output.
- lefty/dotty fixes
- fix bugs 746, 750, 752, 753, 754, 756, 761, 763, 764, 765, 768,
771, 772, 773, 774, 775, 776, 777, 778
- not a bug 757, 760, 770
July 20, 2005
- release 2.4
- major code restructuring
- 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
April 7, 2005
- release 2.2.1
- correct license headers to CPL in .cpp files
- undo indentation cleanup to dynagraph .h files
- fix bugs: 183, 247, 419, 615, 616, 625, 626, 627, 643,
646, 651, 658, 661, 664, 674
- fix buffer overrun in Gvfilepath construction
January 19, 2005
- release 2.2
- fix bugs: 86, 345, 517, 579, 580, 597, 600, 601, 604
- use the original cpl1.0.txt as the license master, instead of CPL.html - fix for bug generating in memory bitmaps that was affecting webdot
- fixes for windows builds
- documentation updates
December 11, 2004
- release 2.0
- new CPL license
- re indent all sources
December 11, 2004
- release 1.18
dotneato
- fix bugs: 451, 536, 545, 547, 548, 559, 561, 565, 572
- increase max size of HTML tables.
- spline cluster edges in fdp
- center userimages in nodes
- support user images in HTML table cells
- syntax extension for node:port:compass as well as node:compass
- FreeBSD fixes
- sync with gd-2.0.32
- attempt to catch some out-of-memory conditions with very large graphs
- support background and node-fill partial transparency when truecolor=true
September 14, 2004
- release 1.16
dotneato
- fix bugs: 275, 523, 526, 527, 529, 534
August 30, 2004
- release 1.14
dotneato
- the official gd now has support support for GIFs again - the
internal gd is now closely sync'ed with the official version
and will eventually be removed in favor of using a
separate installation of the official version.
- gd has new support for FontConfig (thanks to Dag Lem)
NB. the fontname attribute in graphs is now a font pattern
as understood by fontconfig (e.g. fontname="Times-Italic"),
unless it contains a '/' in which case it is interpreted as
a font path as before.
- gd provides support for html4 entities in decimal, hex or named, e.g "<"
- "dot -v" debugging output now reports fontname -> fontpath resolutions
- PostScript generated by -Tps now uses "xshow" operator for strings
for better matching of bitmap and PostScript outputs.
- ability to use an external gd-2.0.29 version of libgd (EXPERIMENTAL)
- new feature: parallel edges by using a ":" separated list of edge colors
- new feature: rankdir=BT and rankdir=RL (thanks to Dag Lem)
- new layout engine: fdp - force directed placement (EXPERIMENTAL)
a neato-like undirected layout engine that produces
clustered symmetric layouts.
Supports edges between clusters and nodes.
- updated neato engine: now using stress majorization as the default,
which avoids the potential for cycling
- model=subset in neato provides a third distance function, where
two nodes sharing many nodes will be place farther apart
- shape=none now equivalent to shape=plaintext
- fix label justification with \l and \r
- first cut at <FONT> support added to html labels
- various color transparency fixes
- various fixes for UTF8 and Latin[12] character encodings.
- various cluster fixes.
- improved hyperlink support in -Tsvg
- support tooltips on clusters in client-side imagemaps
gvpr
- add support for scanf and friends
general
- greater use of shared libraries.
- pkg-config files provided for shared libraries (EXPERIMENTAL)
- "./configure --disable-shared --enable-static" works if needed
- C++ wrappers on all header files (thanks to Victor Wodecki)
- various configuration and portablity fixes
- provide pdf version of man pages
- Windows package provides graphviz libraries and header files
- Closed bugs: 195, 198, 234, 321, 330, 399, 401, 406, 410, 411,
412, 413, 415, 416, 417, 423, 424, 427, 430, 431, 433, 434, 435,
438, 441, 442, 444, 445, 449, 450, 452, 454, 457, 458, 462, 463,
464, 467, 468, 469, 471, 475, 480, 482, 485, 495, 496, 498, 499,
500, 501, 504, 508, 511, 512, 514
March 5, 2004
- added glyphwidths.ps support utility
March 1, 2004
- release 1.12
- general
- rename bcc -> bcomps to avoid name conflict with "Bruce's C Compiler"
on Redhat distributions.
- all build without X11 (fix problem in lefty tree)
- remove from distribution:
dag, fdp, geo, grid, incr, shape, tcldgr, tcldgl
- dotneato
- fix "brown-bag" problem resulting in PNG and JPEG errors on RH8 and RH9.
February 23, 2004
- release 1.11
- general
- fix windows builds
- add tool "bcc" to distribution
- dotneato
- add -Gviewport="X,Y,Z,x,y" where XY are the dimensions of a viewport
in device coordinates (pixels), Z is a zooming factor, x,y is the
location of the center of the viewport in graph coordinates.
Supported in bitmap and imagemap outputs only.
- fix memory leak in gd/gdft.c
- clean up calculation of whitespace around labels
- dotty, lefty
- fix for bug #400
December 23, 2003
- added dijkstra (single source distance) filter
September 10, 2003
- general
- removed CVS directories from .tar.gz distributions
- add "config" directory to contain some of the autoconf clutter
- only remove flex products with "make maintainer-clean" to
avoid trying to regenerate them after "make distclean"
basically this is to avoid the broken flex on Debian.
- suppress complaints from ./configure about config.rpath
- doc/build.html updated with notes about Windows builds
- build fixes for Forte 6sp2 compiler on Sun -xarch=v9a (64bit)
- build fixes for OpenBSD
- improved configure testing for Tcl/Tk
- various bug fixes, internal restructuring, etc
- dotneato
- fix problem with extra escape chars in .fig output
- support for "setlinewidth" in -Tfig
- improved splines in -Tfig
- add manpage for dotneato-config
- neato: add defaultdist graph attribute to set distance
between components
- first cut at html table formatter add. not ready for use yet
as the syntax is going to change some more.
- tools
- renamed "colorize" to "gvcolor" to avoid conflict on Debian
- renamed "gpr" to "gvpr" to avoid conflict on Debian
- add fflush() to acyclic, ccomps, gvcolor, tred, dot2gxl
to try to fix truncated output when used in php or perl cgi scripts
July 9, 2003
- rerelease 1.10 with ast_common.h fix in -devel rpms
July 3, 2003
- declare this version 1.10
- general
- "mkdir obj;cd obj;../configure;make" now works (bug #293)
- "make prefix=xxx" now works (bug #274)
- "--with-wish=xxx" now works (bug #270)
- remove generated file: ast_common.h from source distributions
- make GIF support configurable
- added .cvsignore thoughout source tree to reduce CVS noise
- FAQ updates
- documentation updates for gpr
- improve portability of dotneato-config, but requires libtool now
- improvements to error processing for library users
-gd
- sync with gd-2.0.15
- optimize line drawing code
- dot, neato, twopi
- fix bugs 240,270,274,293,298,303
- support "peripheries=0" without crashing
- add support for "dia" output format (-Tdia)
- espf fixes (use of showpage)
- svg fixes (coordinates and viewBox)
- ismap/imap, fixes (quoting of label strings)
- fix to "point" shape
- improve (m|c|re)alloc usage
- improve handling of very-small fonts in bitmap outputs.
- various fixes for multiple -T -o feature
- add support for splines to records and ports (neato)
- various improvements to libpack
- dot_init_graph and neato_init_graph external for library users
- cluster improvements (neato)
- fix support for truecolor
- normalize splines so that they now always go from tail to head
- add some simple help text for any unrecognized option
(e.g. -? -h --help)
- tools
- extend gpr language to allow access to command-line arguments
- add sqrt() function to gpr
- add new tool - gvpack
- tcldot
- use .dll extension if on windows
- doted demo
- use tcl's file requestor instead of homebrew
- add zooming controlled by mousewheel
- support additonal export formats
January 31, 2003
- declare this version 1.9
(3-level version numbering has been dropped now
that we have nightly snapshot builds with their
own extended numbering.)
- general
- config.h is no longer installed. config.h is generated by
./configure for the current build only. It may not be
applicable for derivative builds.
- improve ICONV configure tests
- lots of janitor-work to clean up warning messages from -Wall
- use @OBJEXT@ in Makefile.am so that .obj is used under cygwin
- fixes for Solaris builds
- use libpng-config if available
- reduce long build times due to touching ast_common.h too often
- improve dependency tracking. "make -j8" now works with distcc
- autogen.sh fixes to work on RH7.3, RH8.0, and Solaris.
- eliminate use of suffix rules which confused some makes.
- DOT language allows '+' for concatenation of quoted strings
- dot, neato, twopi
- fix bugs 209, 210, 214, 216, 217, 222, 224, 225, 229,
230, 233, 236, 237
- update gd into alignment with gd-2.0.9
- change to make libagraph output compatible with libgraph input
- add shapes: septagon, pentagon, a_ediamond, rect, rectangle
- introduce "ND_...", "ED_...", "GD_...", node/edge/graph-data
accessor macros in partial preparation for use of
libagraph in dot.
- add libdotneato.so, dotneato.h, dotneato-config
to aid use of dot libraries by user apps based
on installed graphviz-devel rpm and without access
to graphviz sources.
- new xdot output format providing detailed drawing instructions
- new -y command line flag, inverts y coordinates
- support multple -T when -o given, as in:
cat xxx.dot | dot -Tpng -Tcmap -o xxx
which produces xxx.png and xxx.cmap from a single
layout computation. Intended for use in CGI programs.
- agraph
- correct callback ordering for deletions
- tools
- add gxl2dot and dot2gxl for GXL language conversions
- gvui now provides *map output
- tcldot, tcldgr, tcldgl
- improve tcl8.4 support
- extend search path for tcl.h to include /usr/local/include/tcl8.4/
in support of BSD install conventions.
- dynagraph
- many fixes
- change to not build dynagraph by default (use --with-dynagraph)
- docs
- dotguide updates
September 27, 2002
- declare this version 1.8.10
- general
- various configure.in fixes and simplifications
- change configure to now build dynagraph by default
"--without-dynagraph" is supported
- fix graphviz.spec.in to partition packages properly
graphviz no longer depends on graphviz-tcl.
- Makefile.old cleanups
- configure.old now set version number automatically from
configure.in
- dot, neato, twopi
- Initial support for image node shapes + URL fetch.
- Made number of dimensions a runtime variable in neato.
- Bug fix in vrmlgen for degenerate splines.
- Bug fix - ordering=in should now work
- Bug fix - layers no numbered from 0 to match PS requirements
- Bug fix - don't draw arrows on invisible edges
- Bug fix - when pack=true and ratio is set
- Bug fix - agraph/scan.l to work with latest flex beta
August 2, 2002
- declare this version 1.8.9
- general
- split rpm into:
graphviz, graphviz-tcl, graphviz-graphs, graphviz-devel
- gcc3 warning cleanup
- Install lincdt, libgraph, libagraph, libgd, libpathplan, libexp,
and libpack so that they can be used by other programs.
Headers and man3 in graphviz-devel
- dynagraph, graphsearch
- New tools based on libagraph and written in C++
- dot, neato, twopi
- Add node and edge tooltips for use with -Tcmap
\N,\E,\H,\T substitutions also work in tooltips.
- Add alt="label_string" to -Tcmap
- Add edge-label and port mappings to -Tps and -Tps2 so
that edges can be hyperlinked in PDF documents.
- Add support for \E (edge name), \H (head-node name),
\T (tail-node name) substitutions in edge labels and edge URLs
- Add support for stylesheet="file.css" for use in -Tsvg
- Fix -Tpic to work with recent gpic (Bruce Lilly)
- Fix alignment of imagemaps to images.
- Fix "transparent" color support in -Tsvg
- Fix support for graph [URL="default.html"] in -Tsvg and -Tcmap.
- Fix '&' escaping in URLs in -Tsvg
- Fix infinite loop in dot layout algorithm
- Fix text rotations again (hopefully freetype is stable now.)
- Cluster layout improvements
- Clean up warning messages from pathplan
- Consolidation of mapping code from imapgen.c and ismapgen.c into mapgen.c
- gpr
- Added additional mode to extract components based sharing an
edge or a cluster
- Fix test for getopt
- tcl-based tools
- Disable tcl-based tool building if tcl/tk not available
with stubs support.
- documentation updates: FAQ, dotguide, dot.1
July 5, 2002
- declare 1.8.7 a "brown bag" release
and declare this version 1.8.8
- remove wrong assert in gdgen.c
- fix graph centering in bitmap outputs
- provide enough margins
- fix line widths after scaling
(test with directed/proc3d.dot)
- fix text rotations (requires libfreetype.so.6.3.1)
(test with directed/NaN.dot)
July 5, 2002
- declare this version 1.8.7
- Fix missing "]" in ihi demo.
July 2, 2002
- Add URL mappings for clusters: svg,svgz,ps,ismap,imap,cmap.
- Fix to avoid white edges in bitmap outputs when bgcolor is set.
- Improve sizing and position of strings in bitmap outputs
when using builtin fonts (when font file not found).
- Fix \N substitution in edge URLs in imap and cmap outputs.
- Add -Tcmap for client-side imagemaps.
- Generate warnings instead of access violation for EPSF file problems.
- Various spline fixes in neato.
- Fixes to pack.c
- Add feature to ccomps to allow extraction of individual component
by number or node.
- Cdt make to use iffe provided in the tools directory.
- Various Makefile.old fixes.
- Use HAVE_LIBZ to remove GD2 format if libz not available.
Now bare-bones programs can be built without any add-on libraries.
- Modified dot grammar to allow simple name attributes in attribute
lists. Thus, [splines] is equivalent to [splines=true]. Adopted
the same convention for command line attributes -G, -E and -N.
In addition, such command line attributes now override any
competing initial attribute statements.
- HP-UX 11.11 build fixes for struct dioattr.
- Fix for bug #158 "Nodes disappear with ports"
- Various Windows-specific #ifdefs
- Fix edge coordinates in -Tplain.
May 24, 2002
- declare this version 1.8.6
May 19, 2002
- Fixed segfault from use of bgcolor in clusters.
May 15, 2002
- Changed install location of architecture-independent demo
scripts and graphs to <prefix>/share/graphviz/ to conform to FHS.
- Avoid multiple linking of libfreetype (and others) which caused
problems on SunOS-2.8.
May 6, 2002
- Factored out some duplicated arrow code from dotgen/splines.c
and neatorgen/splines.c into common/arrows.c.
- Added new arrow types: halfopen, box, obox, crow.
- Touched up the arrow designs so that they look better at default size.
- Modified/extended graphs/directed/newarrows.dot to show new arrows.
May 3, 2002
- Added some UML arrow types from Diomidis Spinellis <dds@aueb.gr>
empty, invempty, open, diamond, odiamond.
May 2, 2002
- Added new pack option to neato. This causes each connected component
to be laid out separately, and then the resulting graphs are packed
together in a single layout.
- Amended neato to accept new tee arrowhead.
April 19, 2002
- Coords of rectangles changed to left/top right/bottom in -Timap.
- Generate COPYING from LICENSE.html during ./authogen.sh,
remove COPYING from CVS.
April 16, 2002
- Minor license file patches.
- Corrected one of those reversed flat edge bugs again.
April 11, 2002
- declared this version 1.8.5
- various portability fixes
- various SVG fixes and optimizations
April 5, 2002:
- declared this version 1.8.4
- SVG renderer:
- make graph|node|edge ids unique, particularly for multiedges
- put graph|node|edge names in <title>...</title>
- use some property inheritance to reduce size of output
- fix compile errors when no zlib
- updated DTD reference
- GD renderer:
- Minimal Type1 font support:
- look in /usr/lib/X11/fonts/Type1/
- look for .pfa or .pfb font files based on fontname
- run gdgen.c through dos2unix - problems with gcc on SuSE
- fix Mac-OSX build problems:
- improve strto[u]ll configure tests
- add -fno-common for extern problem
- function renamed to avoid conflicts (vis -> visibility)
- add configure tests for search.h, malloc.h, getopt.h, errno.h
- improve configure tests for FILE struct features
- add configure tests for lrand48
- add new demo graphs:
- graphs/undirected/Heawood.dot
- graphs/undirected/Petersen.dot
- neato:
- fix for -x implementation in neato (Bug 77)
- fix spline problem (Bug 87)
- fix some divide-by-zero problems
- twopi:
- fix Bug 117
- update man pages for unconnected graphs capability
- added arrowhead or arrowtail = tee
March 22, 2002:
- add dotneato/pack code to twopi
- add contrib/prune to gnu build and install
March 20, 2002:
- declared this version 1.8.3
- fixed parse error for lines starting with '#' in .dot files
- fixed a recently introduced bug that caused failure of:
digraph G { {rank = same; A -> B; B -> A } }
- updated DOCTYPE header in SVG outputs
- added dotneato/common/xbuf.[ch] for dynamic string handling
to avoid sprintf buffer overruns.
- twopigen - handle special case of graphs with < 3 nodes.
- neato - handle point shapes
- added fontcolor support to svg
March 14, 2002:
- Fixed bug 109
- Removed duplicate definitions for str[n]casecmp
- Added missing declarations needed for Windows
- Cleaned up warning messages from set but unused variables
- Removed use of DOS preprocessor variable; uniformly replaced by MSWIN32
March 8, 2002:
- declared this version 1.8.2
- Mainly to fix a missed static buffer problem which trips up the
Windows community
March 1, 2002:
- declared this version 1.8.1
- Bug fixes reported from user testing of 1.8.0, especially problem
with SVG output
February 25, 2002:
- updated dotguide.tex and moved to LaTeX article format
- added webdot.cgi perl script, enhanced to accept the same
argument format as John's tcl version (so it can also
serve neato and twopi graph layouts).
February 7, 2002: graphviz-1.8.0 pre
- declared this version 1.8.0
February 5, 2002: graphviz-1.7.17-0
- various 64bit portability fixes
- various bug fixes
January 2, 2002: graphviz-1.7.16-0
- dotneato
- fix bugs in -Tps output due to pen/fill color changes
- various -Tfig.c fixes
- various portability fixes
December 28, 2001: graphviz-1.7.15-0
-dotneato
- introduce damping factor into neato's solver
- clean up pencolor v fillcolor code so that filled polygons are drawn
just once if the renderer is capable (e.g. svg, fig)
- complete -Tfig support (xfig format)
December 11, 2001: graphviz-1.7.14-0
-dotneato
- add -Tsvgz (compressed SVG) support
December 11, 2001: graphviz-1.7.13-0
- dotneato
- fontwidth fixes
- remove some potential buffer overruns
- escape '&' in SVG, unless it is already part of a UTF entity sequence
- recognize Times_New_Roman and Courier_New as default font names.
- improve -liconv support in configure
- clean up some compiler warnings
- dynagraph
- change "round" to "ROUND" to avoid conflict with system headers on linux
December 03, 2001: graphviz-1.7.12-0
- dotneato
- add -Tplain-ext which includes port identifiers edge records
- escape '>' with '>' in edge ids and edge URLs in -Tsvg.
- spline fixes
- mincross fixes
- improved text alignment in nodes - particularly in bitmap outputs.
- fixed text scaling problems for 8-bit characters (e.g. umlauts)
- add graph lexer and postscript support for extended characters
- lefty
- fix for X11 displays
- pathplan
- added workaround for gcc-0.96 bug when "-O2 -mcpu=686 -ffast-math"
October 22, 2001: graphviz-1.7.11-0
- dotneato
- svg - fix landscape "y" direction
- fix text rotation (works in batik, not yet in sodipodi or amaya)
- fix linewidth
- fix xmnls:xlink reference
- doc
- Dot.ref - updated
- graphs/directed
- newarrows.dot expanded
- honda-tokoro.dot added
October 21, 2001: graphviz-1.7.10-0
- lefty & dotty
- realign code with EK's master tree.
includes fix for dirty trails when dragging nodes in dotty.
- dotneato
- svg - kludge escape of "<" & ">" characters in labels.
- general
- generate doxygen documentation on http://www.graphviz.org/
August 20, 2001: graphviz-1.7.9-0
- general
- first release from relocated cvs server
- dotneato
- fix for abort from spline code
- fix for crash from gd tiling code
August 15, 2001: graphviz-1.7.8-0
- general
- Update gd to gd-2.0.1 with extensions
- dotneato
- more spline fixes
- add suport for "#rgb" color specification
- add twopi layout engine (circular layouts)
July 13, 2001: graphviz-1.7.7-0
- Synchronization release prior to relocating CVS server.
- general
- some Makefile fixes for OpenBSD
- some FAQ updates
- dotneato
- self-edge fixes
- spline fixes
- libgraph
- parser fixes
July 1, 2001: graphviz-1.7.6-3
- general
- portability fixes (including 14 charater file names !)
- memory leak fixes
- "make test" targets in graphs/directed, graphs/undirected
- configure
- add support for building without X11, Tk, Tcl
- add hooks for dmalloc and ElectricFence debugging
- dotneato
- spline fixes
- cluster fixes
- fix label centering
- fix support for graph margins in bitmapped outputs
- correction to PostScript preamble
- SVG generator improvement - now works with Amaya and SodiPodi
- tcldot
- now uses Tcl Channels properly for input
- fixes for linewidth support
- command extensions
- listattributes now accepts list
- queryattributes now accepts list
- setattributes now accepts list
- queryattributevalues - new command
- generates list of pairs compatible with setattributes
- dotty
- passthrough keyboard events
- doted
- fix resizing problems
- add PNG and SVG output formats
April 27, 2001: graphviz-1.7.6
NEW FEATURES
Added a collection of graph processing tools:
acyclic : a filter that takes a directed graph as input
and outputs a copy of the graph with sufficient edges
reversed to make the graph acyclic.
ccomps : decomposes graphs into their connected components,
printing the components to standard output.
colorize : is a filter that sets node colors from initial
seed values. Colors flow along edges from tail to head.
gc : a graph analogue to wc in that it prints to standard
output the number of nodes, edges, connected components or
clusters contained in the input files.
gpr : a graph stream editor inspired by awk. It copies
input graphs to its output, possibly transforming their
structure and attributes, creating new graphs, or
printing arbitrary information.
nop : reads a stream of graphs and prints each in
pretty-printed (canonical) format on stdout.
sccmap : decomposes digraphs into strongly connected components
and an auxiliary map of the relationship between components.
tred : computes the transitive reduction of directed graphs,
and prints the resulting graphs to standard output. This
removes edges implied by transitivity.
unflatten : is a preprocessor to dot that is used to improve
the aspect ratio of graphs having many leaves or disconnected
nodes. The usual layout for such a graph is generally very
wide or tall. unflatten inserts invisible edges or adjusts
the minlen on edges to improve layout compaction.
FIXES
Add FAQ
Change PNG default background color from transparent to white
because of the difficulty some viewers have with transparency.
Add support for [color=transparent]
Fix broken support for specific capitalized fontnames
(Times Helvetica Arial Courier)
Fix broken support for DOTFONTPATH
Some bitmap font scaling fixes - we're still not happy with
bitmap font scaling as some labels still exceed the area
allocated by the layout engines.
Some -Timap fixes for mouse sensitive graphs on web pages
Some cluster layout fixes
Fix for [rankdir=LR] problems when using neato layout engine
Some neato layout fixes
Updates to unix.dot
Various OS and distro fixes
December 23, 2000: graphviz-1.7.5
- update to gd-1.8.4 and freetype2
- add support for font paths
December 15, 2000: graphviz-1.7.4
-various cluster fixes
-separate support for node fillcolor from pencolor (see dot.1)
-add support for dotted and dashed lines to bitmap renderers (PNG, GIF etc)
-add support for varying linewidth to bitmap renderers
-remove libtcldot dependence on lingdtclft (already statically included)
-various fixes to build processes, GNU and non-GNU
graphviz-1.7.3 .....
May 3, 2000: removed webdot into its own CVS module and rpm package
April 16, 2000: Use check for "gdImagePng" to make sure that we have
recent version of libgd. <ellson@graphviz.org>
April 14, 2000: Add Tcldgl and dge demo <ellson@graphviz.org>
April 14, 2000: Add dynagraph libraries <north@research.att.com>
April 14, 2000: Flatten directory hierachy of sources <ellson@graphviz.org>
April 14, 2000: Fix X11 library detection for lefty:
src/configure.in, src/lefty/Makefile.in
<ellson@graphviz.org>
April 14, 2000: Fix pic support:
src/dotneato/picgen.c,
src/dotneato/emit.c,
webdot/tcl/webdot.tcl
<Bruce Lilly>
April 7, 2000: Upgrade webdot installation process:
webdot/Makefile, webdot/README
<ellson@graphviz.org>
March 13, 2000: Support for virtual hosts in webdot/webdot.tcl, add
"puts $skt "Host: $server" Michael Tillberg <mt@proteome.com>
March 13, 2000: Fix to src/graph/parser.y line 149
"if ((e->head == t->node) && !(Agraph_type & AGDIGRAPH)) {"
Stephen North <north@research.att.com>
March 13, 2000: Use AM_PROG_LIBTOOL instead of AC_PROG_LIBTOOL
in configure.in. John Ellson <ellson@graphviz.org>
|