diff --git a/Makefile b/Makefile index f25ad38..a776be6 100644 --- a/Makefile +++ b/Makefile @@ -2,7 +2,7 @@ # $Id$ # -VERSION?=4.2 +VERSION?=4.3 TAGVERSION=$(shell echo $(VERSION) | sed 's/\./_/g') TARBALL=UMLGraph-$(VERSION).tar.gz ZIPBALL=UMLGraph-$(VERSION).zip diff --git a/doc/ver.xml b/doc/ver.xml index 2aabee9..e5b4167 100644 --- a/doc/ver.xml +++ b/doc/ver.xml @@ -3,16 +3,24 @@
-
Version 4.2 Under development
+
Version 4.4 Under development
+
    +
+ +
Version 4.3 2006/03/03
+
    +
  • Now using HTML labels in dot files. This allows for a different font + in each row of the class nodes. Added options + to control fonts for class names, packages and tags. (Andrea Aime) +
  • +
+ +
Version 4.2 (internal release)
  • Correct the handling of qualified class names following the extends keyword (Arnaud Rogues).
  • -
  • Now using HTML labels in dot files. This allows for a different font - in each row of the class nodes. Added options - to control fonts for class names, packages and tags. (Andrea Aime) -
  • Relationship inference support. When enabled UMLGraph will try to - compute relationships and dependecies by field/method/import + compute relationships and dependecies by field/method/import statements examination. (Andrea Aime)
  • Standard class lookup for association targets. The target can be @@ -20,12 +28,12 @@ the extends keyword (Arnaud Rogues).
  • information, imports and standard visibility rules will be applied to determine the actual class (Andrea Aime) -
  • A views feature provides the ability to specify +
  • A views feature provides the ability to specify option overrides for classes satisfying specific conditions and to generate multiple diagrams in a single doclet invocation. See the new tags @view, @match and the command line parameters -d, -view, -views (Andrea Aime)
  • -
  • Options can be reset to their default value using the "@opt !option" +
  • Options can be reset to their default value using the "@opt !option" syntax (useful for local overrides and in views) (Andrea Aime)
  • Javadoc documentation (Andrea Aime).
  • Centralized option handling in the Option class (even for command line