summaryrefslogtreecommitdiffhomepage
path: root/docs/change_log_conf.xml
blob: 1b99da9504839834038bd73b9a3896848f752d16 (plain) (blame)
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
<?xml version="1.0" ?>
<!DOCTYPE configuration SYSTEM "change_log_conf.dtd" >

<configuration>

<generic>
<length>76</length>
<start>    *) </start>
<indent>       </indent>
</generic>

<rpm>
<length>76</length>
<start>- </start>
<indent>  </indent>
</rpm>

<deb>
<length>76</length>
<start>  * </start>
<indent>    </indent>
</deb>

<changes>
    <title>Changes with </title>
    <length>65</length>

    <bugfix>Bugfix</bugfix>
    <feature>Feature</feature>
    <change>Change</change>
    <security>Security</security>
    <workaround>Workaround</workaround>

    <month> Jan </month>
    <month> Feb </month>
    <month> Mar </month>
    <month> Apr </month>
    <month> May </month>
    <month> Jun </month>
    <month> Jul </month>
    <month> Aug </month>
    <month> Sep </month>
    <month> Oct </month>
    <month> Nov </month>
    <month> Dec </month>

    <day>Sun</day>
    <day>Mon</day>
    <day>Tue</day>
    <day>Wed</day>
    <day>Thu</day>
    <day>Fri</day>
    <day>Sat</day>
</changes>

</configuration>