From 4df003370511fcabc0c05d7920f03be08094aeb7 Mon Sep 17 00:00:00 2001 From: Andreas Gruenbacher Date: Sat, 13 Mar 2004 14:22:59 +0000 Subject: - Add `quilt graph' command for generating a dependency graph between patches. This requires the graphviz package for removing transitive edges (optional) and for rendering the graph. Please note that the graph command itself is minimal, while the underlying scripts/dependency-graph is more flexible. - The spec file was missing the quilt.1 man page. --- quilt.changes | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'quilt.changes') diff --git a/quilt.changes b/quilt.changes index de6e2bc..abf8ca4 100644 --- a/quilt.changes +++ b/quilt.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Sat Mar 13 15:16:49 CET 2004 - agruen@suse.de + +- Add `quilt graph' command for generating a dependency graph + between patches. This requires the graphviz package for + removing transitive edges (optional) and for rendering the + graph. Please note that the graph command itself is minimal, + while the underlying scripts/dependency-graph is more flexible. + ------------------------------------------------------------------- Wed Mar 10 10:46:56 CET 2004 - agruen@suse.de -- cgit