avoid to split each file name when reading every single line of it
[deps.git] / NEWS
blobdcb95b2ecdd102a3612c5973bcdbd2957d79be79
1 Version 0.3
3  Command-line changes:
5  * New --paper option to get a graph printable on paper (for now, only
6    a4, a3 and letter)
8 ==================================================
10 Version 0.2
12  Bugs fixed:
14  * --output would reject its argument.
16  * --focus and --showdropped caused invalid output.
18  Command-line changes:
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
44    as a label.
46 ==================================================
48 Version 0.1
50  Initial public release.