mirror of
git://git.code.sf.net/p/dhcpd-pools/code
synced 2025-12-17 08:16:59 +00:00
Version 2.1
Signed-off-by: Sami Kerola <kerolasa@iki.fi>
This commit is contained in:
parent
74aef1c34e
commit
61b6acf2f5
52 changed files with 41412 additions and 9588 deletions
87
NEWS
87
NEWS
|
|
@ -1,94 +1,10 @@
|
|||
dhcpd-pools -- History of visible changes.
|
||||
|
||||
Copyright (C) 2006- Sami Kerola <kerolasa@iki.fi>
|
||||
Copyright (C) 2006, Sami Kerola <kerolasa@iki.fi>
|
||||
See the end for copying conditions.
|
||||
|
||||
Please send dhcpd-pools bug reports to kerolasa@iki.fi.
|
||||
|
||||
|
||||
Version 2.13
|
||||
* Autoreconf to get ./configure et al up to date.
|
||||
* PACKAGE_URL introduced to configure.ac
|
||||
* Dominic Germain sent xml, and detailed xml, outputs patch.
|
||||
* Dominic Germain pointed out include directive bug, which broke
|
||||
shared network name.
|
||||
* Anonymous contrib addition snmptest.pl which should provide
|
||||
some sort of SNMP integration.
|
||||
* Range statements have dynamic-bootp flag and it no longer will
|
||||
break analysis.
|
||||
|
||||
Version 2.12
|
||||
* Dan Thorson fixed formating.
|
||||
* Roar Pettersen pointed out posix_fadvice portability bug.
|
||||
* Roar Pettersen pointed out fclose(stdout) portability bug.
|
||||
* Clean up will ran at exit instead of end of program.
|
||||
* Stian Øvrevåge pointed out shared network assignment bug.
|
||||
|
||||
Version 2.11
|
||||
* Dan Thorson fixed memory boundary check for backup leases.
|
||||
|
||||
Version 2.10
|
||||
* posix_fadvice to make read-ahead quicker.
|
||||
* Dan Thorson contributions:
|
||||
o HTML output to be more beatyful.
|
||||
o Full HTML output.
|
||||
o Finglish to English translation.
|
||||
* Usage of autotools more properly.
|
||||
|
||||
Version 2.9
|
||||
|
||||
* Include files & shared network name bug fixed.
|
||||
* If first range had no leases analysis crashed.
|
||||
* Linux style indent.
|
||||
|
||||
Version 2.8
|
||||
* dhcpd-pools.c: Default will skip merge sorting.
|
||||
* getdata.c: Interpretation of range wrote without spaces fixed.
|
||||
* getdata.c: Shared network name ending to brace fixed.
|
||||
* Failover backup IP counting.
|
||||
* CSV output bug fixed.
|
||||
|
||||
Version 2.7
|
||||
* Some automake files to help make install pass without complains.
|
||||
* Function names to error messages where they where missing.
|
||||
* Some sort options where missing from help screen.
|
||||
* Manual page update.
|
||||
* Multi key sorting.
|
||||
* Range flip to support reverse order printing.
|
||||
* Output function & errno caused FreeBSD-7.0 to exit with error
|
||||
when there was no trouble.
|
||||
* Code cleanup.
|
||||
|
||||
Version 2.6
|
||||
* I forgot to follow include when I rewrote dhcpd.conf parser.
|
||||
* And the dhcpd.conf parser was still quite stupid.
|
||||
* All networks count was broken. Results before this version where bogus.
|
||||
* Feature: Touched IP counting.
|
||||
|
||||
Version 2.5
|
||||
* Feature:
|
||||
* Reverse order sorting
|
||||
* Option parsing fixed.
|
||||
* FreeBSD-7.0 output to file did not work.
|
||||
* Completely new dhcpd.conf parser.
|
||||
|
||||
Version 2.4
|
||||
* Feature:
|
||||
* Range output sorting.
|
||||
|
||||
Version 2.3
|
||||
* Bugfixes:
|
||||
* Ranges was matching strings that where not ranges.
|
||||
* Unchomped new lines made ascii raport to look bad.
|
||||
|
||||
|
||||
Version 2.2
|
||||
* Bugfixes:
|
||||
*. No ranges in dhcpd.conf -> crash.
|
||||
* Better error messages.
|
||||
* Possibility to limit output.
|
||||
* Dhcpd.conf include statement will be followed.
|
||||
|
||||
|
||||
Version 2.1
|
||||
* Bugfixs:
|
||||
|
|
@ -118,3 +34,4 @@ Copyright (C) 2006, Sami Kerola <kerolasa@iki.fi>
|
|||
document, or of portions of it, under the above conditions,
|
||||
provided also that they carry prominent notices stating who
|
||||
last changed them.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue