mirror of
git://git.code.sf.net/p/dhcpd-pools/code
synced 2025-12-18 08:47:00 +00:00
release: 2.20
Signed-off-by: Sami Kerola <kerolasa@iki.fi>
This commit is contained in:
parent
7685d08cf0
commit
c3f4ed5b35
2 changed files with 30 additions and 0 deletions
29
NEWS
29
NEWS
|
|
@ -5,6 +5,35 @@ See the end for copying conditions.
|
||||||
|
|
||||||
Please send dhcpd-pools bug reports to kerolasa@iki.fi.
|
Please send dhcpd-pools bug reports to kerolasa@iki.fi.
|
||||||
|
|
||||||
|
|
||||||
|
Version 2.20
|
||||||
|
$ git shortlog v2.19..v2.20
|
||||||
|
Cheer Xiao (3):
|
||||||
|
ignore /gnulib/
|
||||||
|
Replace all htonl in getdata.c with ntohl.
|
||||||
|
Fix spelling mistakes.
|
||||||
|
|
||||||
|
Sami Kerola (20):
|
||||||
|
analyze: use simpler comparison
|
||||||
|
analyze: sort ranges before analysis
|
||||||
|
sort: fix if else return statements
|
||||||
|
getdata: fix if else return statements
|
||||||
|
analyze, getdata: write functions in frequency order
|
||||||
|
getdata: stop looking after interesting field
|
||||||
|
getdata: skip strings before nth_field analysis
|
||||||
|
analyze: use gnulib
|
||||||
|
sort: fix get_order() if else return statement
|
||||||
|
(un)likely: use __builtin_expect to inform expected path
|
||||||
|
header: let gnulib do what it is best of
|
||||||
|
xstrstr: add function attributes
|
||||||
|
docs: fix spelling mistakes
|
||||||
|
getdata & analyze: fix first_ip and last_ip arithmetics
|
||||||
|
man: use configured dhcpd.conf and dhcpd.leases paths
|
||||||
|
build-sys: update gitignore
|
||||||
|
build-sys: clean up configure.ac
|
||||||
|
build-sys: make alarm warning & critical default configurable
|
||||||
|
man: fix errors in alarm warning and critical options text
|
||||||
|
release: 2.20
|
||||||
|
|
||||||
Version 2.19
|
Version 2.19
|
||||||
$ git shortlog v2.18..v2.19
|
$ git shortlog v2.18..v2.19
|
||||||
|
|
|
||||||
1
THANKS
1
THANKS
|
|
@ -23,3 +23,4 @@ Rezso Gajd
|
||||||
Robert Viou
|
Robert Viou
|
||||||
Enno Gröper
|
Enno Gröper
|
||||||
Ryan Malek
|
Ryan Malek
|
||||||
|
Cheer Xiao
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue