5 * New --paper option to get a graph printable on paper (for now, only
8 ==================================================
14 * --output would reject its argument.
16 * --focus and --showdropped caused invalid output.
20 * New --prefixstrip option to make the graph more readable by
21 stripping a common prefix from all filenames.
23 * Obsolete (pre 0.1 !) --allfiles option was completely dropped.
25 Other end-user-visible changes
27 * More documentation has been written.
29 * The default project-class (and the sample wesnoth class) now
30 provide default singleton level-2 groups (so "--group 2-2" should
31 work on all projects).
33 Changes for the class writer:
35 * The tool expect a project class to build its dependency graph in an
36 init() method, instead of in the constructor.
38 * The project class constructor now takes an additional prefixstrip
39 argument. More changes to come in this area to cause such changes
40 to be less disruptive in the future.
42 * A project class can now specify excuses for abusive dependencies,
43 to be shown in as edges of a different color, and with the excuse
46 ==================================================
50 Initial public release.