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