ChangeLog obsoleted
[debian/dhcpd-pools.git] / ChangeLog
1 The end of ChangeLog; Fri Jan 21 18:15:50 2011 +0100
2
3 See "git log" for change information aftger that point of time.
4
5 2011-01-21  Sami Kerola  <kerolasa@iki.fi>
6         * Autoreconf done & PACKAGE_URL introduced.
7         * PACKAGE_URL introduced to configure.ac
8         * Dominic Germain sent xml, and detailed xml, outputs
9           patch.
10         * Dominic Germain pointed out include directive bug,
11           which broke shared network name.
12         * Anonymous contrib addition snmptest.pl which should
13           provide some sort of SNMP integration.
14         * Range statements have dynamic-bootp flag and it no
15           longer will break analysis.
16
17 2009-11-04  Sami Kerola  <kerolasa@iki.fi>
18         * Roar Pettersen pointed out portability bug related to
19           posix\1ffadvice arguments.
20         * Roar Pettersen pointed out fclose(stdout) portability
21           bug.
22         * Clean up function set to be ran at exit instead of end
23           of main().
24
25 2009-05-14  Dan Thorson
26         * Memory boundary check. Lack of this caused illegal memory
27           refrences when there was plenty of backup leases.
28
29 2009-02-18  Sami Kerola  <kerolasa@iki.fi> && Dan Thorson
30         * posix_fadvice to make read-ahead quicker. (SK)
31         * HTML output to be more beatyful. (DT)
32         * --format H as a full html. (DT)
33         * Finglish to English translation. (DT)
34         * Autotools update, now done by the book. (SK)
35
36 2008-09-06  Sami Kerola  <kerolasa@iki.fi>
37         * Release 2.9 - bug fixes.
38         * Bug report from Fredrik Vöcks
39           - Include files & shared network name bug fixed.
40           - If first range had no leases analysis crashed.
41         * Linux style indent.
42         * Autotool files update.
43
44 2008-06-21  Sami Kerola  <kerolasa@iki.fi>
45         * dhcpd-pools.c: Default will skip merge sorting.
46         * getdata.c: Interpretation of range wrote without spaces fixed.
47         * getdata.c: Shared network name ending to brace fixed.
48         * Failover backup IP counting.
49         * CSV output bug fixed.
50
51 2008-05-18  Sami Kerola  <kerolasa@iki.fi>
52         * Some automake files to help make install pass without complains.
53         * Function names to error messages where they where missing.
54         * Some sort options where missing from help screen.
55         * Manual page update.
56         * Multi key sorting.
57         * Range flip to support reverse order printing.
58         * Output function & errno caused FreeBSD-7.0 to exit with error
59           when there was no trouble.
60         * Code cleanup.
61
62 2008-05-10  Sami Kerola  <kerolasa@iki.fi>
63         * Release 2.6
64         * Last version did not follow include directives.
65         * The dhcpd.conf parser was still quite stupid.
66         * Touched IP counting.
67         * All networks count was completely broken.
68
69 2008-05-05  Sami Kerola  <kerolasa@iki.fi>
70         * Release 2.5
71         * Reverse order for output sorting.
72         * Options parsing fixed.
73         * Bug report by Roar Pettersen
74           - FreeBSD-7.0 output to file does not work.
75           - Not quite sure will it work even this release.
76             Help needed, I don't have FreeBSD-7.0.
77         * Completely new dhcpd.conf parser.
78
79 2008-04-30  Sami Kerola  <kerolasa@iki.fi>
80         * Release 2.4
81         * Sorting for range output.
82
83 2008-04-20  Sami Kerola  <kerolasa@iki.fi>
84         * Release 2.3
85         * From bug report by Frank Bulk.
86           - Ranges was matching strings that where not ranges.
87           - Unchomped new lines made ascii raport to look bad.
88         * Thank's Frank.
89
90 2006-03-27  Sami Kerola  <kerolasa@iki.fi>
91         * Release 2.2
92         * No ranges defined -> crash bug fixed.
93         * Better error messages for command line options.
94         * File flushes more clean and error messages added.
95         * Possibility to limit what is printed out.
96         * Output limit update to man page.
97         * Include statement is now followed thou relative paths
98           are problem.
99
100 2006-03-13  Sami Kerola  <sami.kerola@iki.fi>
101
102         * Release 2.1
103         * parse_config function inserts end of line where there
104           is ; character in configuration. Fixes htonl bug.
105         * Version number was 0.01 in version 2.0. Note to meself
106           remember increment version number when version changes.
107         * CSV output format.
108         * Manual page.
109         * Autotools are used more like they should be used.
110         * Error reporter wrapper eprintf.
111
112 2006-02-28  Sami Kerola  <sami.kerola@iki.fi>
113
114         * Release 2.0.
115         * Porting from awk to c.
116         * HTML table output format.