Import from release candidate 2.13.
[debian/dhcpd-pools.git] / NEWS
1 dhcpd-pools -- History of visible changes.
2
3 Copyright (C) 2006- Sami Kerola <kerolasa@iki.fi>
4 See the end for copying conditions.
5
6 Please send dhcpd-pools bug reports to kerolasa@iki.fi.
7
8 \f
9 Version 2.13
10 * Autoreconf to get ./configure et al up to date.
11 * PACKAGE_URL introduced to configure.ac
12 * Dominic Germain sent xml, and detailed xml, outputs patch.
13 * Dominic Germain pointed out include directive bug, which broke
14   shared network name.
15 * Anonymous contrib addition snmptest.pl which should provide
16   some sort of SNMP integration.
17 * Range statements have dynamic-bootp flag and it no longer will
18   break analysis.
19 \f
20 Version 2.12
21 * Dan Thorson fixed formating.
22 * Roar Pettersen pointed out posix_fadvice portability bug.
23 * Roar Pettersen pointed out fclose(stdout) portability bug.
24 * Clean up will ran at exit instead of end of program.
25 * Stian Øvrevåge pointed out shared network assignment bug.
26 \f
27 Version 2.11
28 * Dan Thorson fixed memory boundary check for backup leases.
29 \f
30 Version 2.10
31 * posix_fadvice to make read-ahead quicker.
32 * Dan Thorson contributions:
33   o HTML output to be more beatyful.
34   o Full HTML output.
35   o Finglish to English translation.
36 * Usage of autotools more properly.
37 \f
38 Version 2.9
39
40 * Include files & shared network name bug fixed.
41 * If first range had no leases analysis crashed.
42 * Linux style indent.
43 \f
44 Version 2.8
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 \f
51 Version 2.7
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 \f
62 Version 2.6
63 * I forgot to follow include when I rewrote dhcpd.conf parser.
64 * And the dhcpd.conf parser was still quite stupid.
65 * All networks count was broken. Results before this version where bogus.
66 * Feature: Touched IP counting.
67 \f
68 Version 2.5
69 * Feature:
70 * Reverse order sorting
71 * Option parsing fixed.
72 * FreeBSD-7.0 output to file did not work.
73 * Completely new dhcpd.conf parser.
74 \f
75 Version 2.4
76 * Feature:
77 * Range output sorting.
78 \f
79 Version 2.3
80 * Bugfixes:
81 * Ranges was matching strings that where not ranges.
82 * Unchomped new lines made ascii raport to look bad.
83
84 \f
85 Version 2.2
86 * Bugfixes:
87 *. No ranges in dhcpd.conf -> crash.
88 * Better error messages.
89 * Possibility to limit output.
90 * Dhcpd.conf include statement will be followed.
91
92 \f
93 Version 2.1
94 * Bugfixs:
95 *. Range statements misinterpred.
96 *. CSV output format.
97 *. Manual page.
98
99 \f
100 Version 2.0
101
102 * Version 1.x was awk script this is one done with C.
103 * Only new feature is HTML output.
104
105 \f
106 -------------------------------------------------------
107 Copying information:
108
109 Copyright (C) 2006, Sami Kerola <kerolasa@iki.fi>
110
111    Permission is granted to anyone to make or distribute verbatim
112    copies of this document as received, in any medium, provided
113    that the copyright notice and this permission notice are
114    preserved, thus giving the recipient permission to
115    redistribute in turn.
116
117    Permission is granted to distribute modified versions of this
118    document, or of portions of it, under the above conditions,
119    provided also that they carry prominent notices stating who
120    last changed them.