1 The end of ChangeLog; Fri Jan 21 18:15:50 2011 +0100
2 See "git log" for change information.
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
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.
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
21 * Clean up function set to be ran at exit instead of end
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.
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)
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.
41 * Autotool files update.
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.
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.
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.
61 2008-05-10 Sami Kerola <kerolasa@iki.fi>
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.
68 2008-05-05 Sami Kerola <kerolasa@iki.fi>
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.
78 2008-04-30 Sami Kerola <kerolasa@iki.fi>
80 * Sorting for range output.
82 2008-04-20 Sami Kerola <kerolasa@iki.fi>
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.
89 2006-03-27 Sami Kerola <kerolasa@iki.fi>
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
99 2006-03-13 Sami Kerola <sami.kerola@iki.fi>
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.
108 * Autotools are used more like they should be used.
109 * Error reporter wrapper eprintf.
111 2006-02-28 Sami Kerola <sami.kerola@iki.fi>
114 * Porting from awk to c.
115 * HTML table output format.