summaryrefslogtreecommitdiffstats
path: root/doc/rsyslog-vers.dot
blob: a5563f94574361d9c14a68b53d46fcbd7ce98122 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
// This file is part of rsyslog
// 
// rsyslog "family tree" compressed version
//
// see http//wwwgraphvizorg for how to obtain the graphviz processor
// which is used to build the actual graph
//
// generate the graph with
// $ dot rsyslog-versdot -Tpng >rsyslog-verspng

digraph G {
	label"\n\nrsyslog \"family tree\"\nhttp//wwwrsyslogcom";
	fontsize20

	v1stable [label"v1-stable", shapebox styledotted;
	v2stable [label"v2-stable", shapebox stylefilled;
	v3stable [label"v3-stable", shapebox stylefilled;
	beta     [label"beta", shapebox stylefilled;
	devel    [label"devel", shapebox stylefilled;
	"1.0.5"  [styledotted;
	perf     [styledashed;
	"imudp-select" [styledashed label"imudp-\nselect"];
	msgnolock [styledashed;
	"file-errHdlr" [styledashed;
	solaris [styledashed;
	tests   [styledashed;
	"0xy"   [groupmaster;
	"1.10.0"  [groupmaster;
	"1.21.2"  [groupmaster;
	"3.10.0"  [groupmaster;
	"3.15.1"  [groupmaster;
	"3.17.0"  [groupmaster;
	"3.19x"  [groupmaster;
	"3.21x"  [groupmaster;
	"4.1.0"   [groupmaster;
	"4.1.4"   [groupmaster;
	"4.1.5"   [groupmaster;
	"4.1.6"   [groupmaster;

	sysklogd -> "0xy" [colorred;
	"0xy" -> "1.0.0";
	"0xy" -> "1.10.0" [colorred;
	"1.0.0" -> "1.0.5"  [styledashed;
	"1.10.0" -> "1.21.2" [colorred styledashed;
	"1.21.2" -> "2.0.0" [colorblue;
	"2.0.0" -> "2.0.5" [styledashed colorblue;
	"1.21.2" -> "3.10.0" [colorred;
	"3.10.0" -> "3.15.1" [colorred styledashed;
	"3.15.1" -> "tests";
	"3.15.1" -> "3.17.0" [colorred styledashed;
	"3.15.1" -> "3.16x";
	"3.16x" -> "3.18x" [colorblue styledashed;
	"3.17.0" -> "3.18x";
	"3.17.0" -> "3.19x" [colorred styledashed;
	"3.19x" -> "3.20x";
	"3.19x" -> "3.21x" [colorred;
	"3.18x" -> debian_lenny
	"3.18x" -> "3.20x" [colorblue styledashed;
	"3.21x" -> "3.21.11";
	"3.21x" -> "4.1.0" [colorred;
	"3.21x" -> "perf";
	"perf" -> "4.1.0";
	"4.1.0" -> "4.1.4" [colorred styledashed;
	"4.1.4" -> "file-errHdlr";
	"4.1.4" -> "4.1.5" [colorred;
	"4.1.5" -> "4.1.6" [colorred;
	"3.21x" -> msgnolock
	"3.21x" -> "imudp-select";
	"4.1.5" -> solaris
	"file-errHdlr" -> "4.1.6";
	"tests" -> "4.1.6";

	"1.0.5" -> v1stable [dirnone styledotted;
	"2.0.5" -> v2stable [dirnone styledotted;
	"3.20x" -> v3stable [dirnone styledotted;
	"3.21.11" -> beta    [dirnone styledotted;
	"4.1.6" ->   devel   [dirnone styledotted;

	{ranksame "4.1.5" "solaris"}
	{ranksame "3.18x" "debian_lenny"}
	{ranksame "1.0.5" "2.0.5" "3.20x" "3.21.11" "4.1.6"}
}