mirror of
git://git.code.sf.net/p/dhcpd-pools/code
synced 2025-12-16 15:57:00 +00:00
Update DataTables and Bootstrap versions. Add free IP counts to table. Replace yellow as warning with magenta that is easier to read from white background. Use italic and bold to emphasis warning and critical. Remove strips. Use ascent percent sort by default. Signed-off-by: Sami Kerola <kerolasa@iki.fi>
31 lines
1.1 KiB
Text
31 lines
1.1 KiB
Text
### Bugs
|
|
|
|
Reported-by: Huangyu: I found dhcpd-pools didn't consider if the
|
|
active lease's ends time is passed so it would still think the
|
|
lease is active even if dhcpd daemon is stopped for a long time,
|
|
the leases marked by "active" state in lease_file has expired in
|
|
fact.
|
|
|
|
### Feature requests
|
|
|
|
o Assigned IPs count (Nelson)
|
|
o Subnet counting class (Henryk)
|
|
o When time stamps are part of lease situation evaluation (see
|
|
bug 1) add a --now switch which will one can use to change when
|
|
expiry happens.
|
|
o Add lease time histogram support.
|
|
|
|
### When releasing
|
|
|
|
o Update gnulib
|
|
o Update bootstrap
|
|
o Update DataTables, and bootstrap versions; see https://datatables.net/download/index
|
|
o Update NEWS, webpages/index.html dateModified & version (remove old
|
|
doxygen before uploading new).
|
|
o Make annotated git tag
|
|
o ./configure --enable-doxygen && make distcheck
|
|
o gpg --armor --detach-sign dhcpd-pools*tar*
|
|
o Upload files to sourceforge
|
|
o mv doc/html webpages/doxygen
|
|
o PAGER=cat man -H ./man/dhcpd-pools.1 | tee ./webpages/man.html
|
|
o Send email to dhcpd-pools-announce@lists.sourceforge.net subject: Version 2.nn is released
|