Penguin
Annotated edit history of ChangeLog version 1, including all changes. View license author blame.
Rev Author # Line
1 CraigBox 1 A common documentation file format that includes a list of changes between published (and sometimes unpublished) versions of software.
2
3 [Debian] packages have excellent changelogs. Here is an example of one, for the package of PerrysFirewallingScript that CraigBox maintains:
4
5 <verbatim>
6
7 linuxserver-firewall (0.65) unstable; urgency=low
8
9 * Add man page (thanks to John McPherson)
10 * Update README.Debian to refer to documentation
11
12 -- Craig Box <packages@wiki.example.org> Thu, 19 May 2005 10:45:33 +1200
13
14 linuxserver-firewall (0.64) unstable; urgency=low
15
16 * Remove ()s from sourcing rules.
17
18 -- Craig Box <packages@wiki.example.org> Mon, 9 May 2005 13:37:13 +1200
19
20 linuxserver-firewall (0.63) unstable; urgency=low
21
22 * Set LANG=C in firewall.functions in order to work around
23 bash accepting lower case letters in [A-Z].
24
25 Backed out some changes made to fix this.
26
27 -- Craig Box <packages@wiki.example.org> Thu, 5 May 2005 14:00:10 +1200
28
29 linuxserver-firewall (0.62) unstable; urgency=low
30
31 * Package for Ubuntu.
32
33 -- Craig Box <packages@wiki.example.org> Thu, 5 May 2005 10:46:41 +1200
34
35 linuxserver-firewall (0.61) unstable; urgency=low
36
37 * Fixed $CONFDIR in firewall.functions such that the per-if rules
38 are loaded.
39 * Set all rules executable.
40
41 -- Craig Box <packages@wiki.example.org> Wed, 6 Apr 2005 11:42:04 +1200
42
43 linuxserver-firewall (0.6) unstable; urgency=low
44
45 * Rebuild package due to loss of build source.
46
47 -- Craig Box <packages@wiki.example.org> Mon, 4 Apr 2005 14:56:45 +1200
48
49 linuxserver-firewall (0.5-REL3) unstable; urgency=low
50
51 * Updated to upstream REL3 version.
52 * Hardcoded more details (bad)
53
54 -- Craig Box <packages@wiki.example.org> Thu, 10 Jun 2004 11:47:25 +1200
55
56 linuxserver-firewall (0.3) unstable; urgency=low
57
58 * Added support for TCP ECN disabling and IP accounting
59
60 -- Craig Box <packages@wiki.example.org> Mon, 19 May 2003 19:40:53 +1200
61
62 linuxserver-firewall (0.2.2) unstable; urgency=low
63
64 * Now sets +x correctly on rulesets (makes running the firewall
65 much less painful)
66
67 -- Craig Box <packages@wiki.example.org> Mon, 19 May 2003 19:33:07 +1200
68
69 linuxserver-firewall (0.2) unstable; urgency=low
70
71 * Debian init script
72 * Moved classes.d and interfaces.d into /etc
73
74 -- Craig Box <packages@wiki.example.org> Mon, 5 May 2003 16:23:31 +1200
75
76 linuxserver-firewall (0.1-1) unstable; urgency=low
77
78 * Initial Release.
79
80 -- Craig Box <packages@wiki.example.org> Tue, 22 Apr 2003 04:32:24 +1200
81
82 </verbatim>