From eca48d28d31d13b3bc0d199bcab81910a08ae1da Mon Sep 17 00:00:00 2001 From: Diomidis Spinellis Date: Mon, 24 May 2010 07:45:27 +0000 Subject: [PATCH] New version. --- Makefile | 2 +- doc/cd-opt.xml | 13 +++++++++++++ doc/ver.xml | 19 ++++++++++++++++++- 3 files changed, 32 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 7fa2e78..32b2e92 100644 --- a/Makefile +++ b/Makefile @@ -2,7 +2,7 @@ # $Id$ # -VERSION?=5.2 +VERSION?=5.3 TAGVERSION=$(shell echo $(VERSION) | sed 's/\./_/g') BALL_TAR_GZ=UMLGraph-$(VERSION).tar.gz ZIPBALL=UMLGraph-$(VERSION).zip diff --git a/doc/cd-opt.xml b/doc/cd-opt.xml index cc391af..7ad9839 100644 --- a/doc/cd-opt.xml +++ b/doc/cd-opt.xml @@ -156,6 +156,19 @@ has to be manipulated by an automated tool
-d
Specify the output directory (defaults to the current directory).
+
-dotexecutable
Specify the path of the dot executable. +
+
-linkoffline
Specify +links to javadoc-generated documentation for external referenced classes. +The -linkoffline option takes two arguments: +the first for the string to be embedded in the href +links, the second telling it where to find the package-list. +Example: +
+-linkoffline http://developer.android.com/reference file:/home/doc/android/
+
+See the javadoc documentation for more details. +
-output
Specify the output file (default graph.dot). If the output directory is provided, -output can only specify a file name, otherwise a full path is accepted as well. diff --git a/doc/ver.xml b/doc/ver.xml index 942a798..ecf8e35 100644 --- a/doc/ver.xml +++ b/doc/ver.xml @@ -3,13 +3,30 @@
-
Version 5.3 Under development
+
Version 5.4 Under development
+
+ +
Version 5.3 2010-05-24
  • Sequence diagrams provide an option to specify whether objects are underlined or not.
  • Documentation generated with UMLGraph will process correctly non-ASCII characters. (Fix contributed by Gunho Kim.)
  • +
  • New -dotexecutable option allows the explicit specification of +dot's location. +(Contributed by Laird Nelson.)
  • +
  • UmlGraphDoc will obey the options specified through +@opt tags within Java files. +(Contributed by Laird Nelson.)
  • +
  • Use a logical font rather than a font file name for italics. +This fixes a problem with unresolved fonts under Windows and +modern versions of Graphviz. +(Suggested by Przemyslaw Szufel.)
  • +
  • Support for javadoc's -linkoffline option. +(Contributed by Nikita Kozlov.)
  • +
  • Do not show relations of hidden fields. +(Fix contributed by Cimballi.)