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