mirror of
git://git.code.sf.net/p/dhcpd-pools/code
synced 2025-12-14 14:57:00 +00:00
release: 3.0
Signed-off-by: Sami Kerola <kerolasa@iki.fi>
This commit is contained in:
parent
a1d2bd2cf7
commit
e6e90b4d62
5 changed files with 2144 additions and 2040 deletions
59
NEWS
59
NEWS
|
|
@ -7,6 +7,65 @@ Please send dhcpd-pools bug reports to kerolasa@iki.fi.
|
|||
|
||||
gpg: Signature is crated using RSA key ID 8ED396E37E38D471A00530D3A9553245FDE9B739.
|
||||
|
||||
|
||||
Version 3.0
|
||||
Sami Kerola (56):
|
||||
release: update web page meta data
|
||||
update sitemap
|
||||
output: make output_analysis() to be regular function
|
||||
getdata: fix typo
|
||||
output: add output helper functions
|
||||
output: add color support to text output
|
||||
output: include earlier missing data to json output
|
||||
output: add --skip-ok option
|
||||
other: add --skip-ok to usage() output
|
||||
output: json nan values need quoting
|
||||
other: do not use 'else' after 'return'
|
||||
getdata: do not use 'else' after 'continue'
|
||||
include: use project specific header guard
|
||||
output: use range_output_helper() value in output_xml()
|
||||
output: add mustach templating support
|
||||
output: add separate first_ip and last_ip to json and mustach outputs
|
||||
docs: add mustach sample files
|
||||
tests: add mustach check
|
||||
output: make mustach processing more robust
|
||||
output: avoid mixing ntop_ipaddr() output buffers
|
||||
output: do not skip over first range in mustach output
|
||||
output: save and reuse output helper results
|
||||
output: add must_put_err() utility function
|
||||
output: include stdlib.h to avoid compilation error
|
||||
gnulib: use nstrftime instead of strftime
|
||||
build-sys: omit mustach compilation when it cannot work
|
||||
usage: add error message informing mustach support is not available
|
||||
output: deduplicate file closing code
|
||||
clean up: remove unused variable
|
||||
all files: replace global variables with runtime config state structure
|
||||
all files: re-indent
|
||||
analyze: bug fix shared networks counts
|
||||
other: add Jose Bollo to version output credits
|
||||
output: improve mustach template parsing error
|
||||
analysis: shared networks to be linked list
|
||||
output: make --skip-ok to effect --perfdata
|
||||
output: move shared net andn range status check to output_helper
|
||||
output: make warning and critical colors work in html output
|
||||
output: display more entries in html table by default
|
||||
output: shared net can be in suppressed state
|
||||
output: improve html table
|
||||
hash: include stdlib.h to avoid implicit declarations
|
||||
clean up: fix couple compiler warnings
|
||||
thanks: add Troy D. Hanson to credits about uthash
|
||||
samples: add prometheus text file collector mustach template
|
||||
output: make --skip to take arguments what will be skipped
|
||||
misc: move command line option parsing to separate function
|
||||
misc: move couple enums from global scope to file scope
|
||||
docs: improve doxygen documentation
|
||||
output: remove unused variable attribute
|
||||
output: add more items to mustach tags
|
||||
output: unify time stamp creations
|
||||
orther: fix xstrstr_init() memcmp() return value usage
|
||||
output: add some trivia data to json output
|
||||
usage: --skip=ignored is actually 'suppressed'
|
||||
release: 3.0
|
||||
|
||||
Version 2.29
|
||||
Boris Lytochkin (1):
|
||||
|
|
|
|||
10
TODO
10
TODO
|
|
@ -20,12 +20,14 @@ o Add lease time histogram support.
|
|||
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 Update NEWS, webpages/index.html dateModified & version
|
||||
o Make annotated git tag
|
||||
o ./configure --enable-doxygen && make distcheck
|
||||
o BROWSER=cat man -H ./man/dhcpd-pools.1 | tee ./webpages/man.html
|
||||
o gpg --armor --detach-sign dhcpd-pools*tar*
|
||||
* Update sitemap
|
||||
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
|
||||
o sftp index.html man.html doxygen/* -> sourceforge web
|
||||
remove old doxygen before uploading new
|
||||
o Send email to dhcpd-pools-announce@lists.sourceforge.net subject: Version 3.n is released
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
.TH DHCPD-POOLS "1" "2017-01-06" "@VERSION@" "User Commands"
|
||||
.TH DHCPD-POOLS "1" "2017-11-15" "@VERSION@" "User Commands"
|
||||
.SH NAME
|
||||
dhcpd-pools \- ISC dhcpd pools usage analysis
|
||||
.SH SYNOPSIS
|
||||
|
|
|
|||
|
|
@ -89,8 +89,8 @@ that is maintained by Trond Hasle Amundsen.</p>
|
|||
<<a href="mailto:kerolasa@iki.fi">kerolasa@iki.fi</a>></p>
|
||||
<div style="visibility:hidden">
|
||||
<span itemprop="datePublished" datetime="2006-03-13T00:00:00+0000">Mon Mar 13 00:00:00 GMT 2006</span>
|
||||
<span itemprop="dateModified" datetime="2017-09-23T08:28:26+01:00">Sat Sep 23 08:28:26 BST 2017</span>
|
||||
<span itemprop="version">2.29</span>
|
||||
<span itemprop="dateModified" datetime="2017-11-15T12:47:30+0000">Wed Nov 15 12:47:30 GMT 2017</span>
|
||||
<span itemprop="version">3.0</span>
|
||||
<span itemprop="license">FreeBSD License</span>
|
||||
<a href="http://dhcpd-pools.sourceforge.net/" itemprop="url"></a>
|
||||
<div itemprop="offers" itemscope itemtype="http://schema.org/Offer">
|
||||
|
|
@ -99,7 +99,7 @@ that is maintained by Trond Hasle Amundsen.</p>
|
|||
</div>
|
||||
<div itemprop="aggregateRating" itemscope itemtype="http://schema.org/AggregateRating">
|
||||
<span itemprop="ratingValue">5</span> (
|
||||
<span itemprop="ratingCount">1</span> ratings )
|
||||
<span itemprop="ratingCount">2</span> ratings )
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
|||
4107
webpages/sitemap.txt
4107
webpages/sitemap.txt
File diff suppressed because it is too large
Load diff
Loading…
Add table
Add a link
Reference in a new issue