Re: [Dnsmasq-discuss] Announce: dnsmasq-2.84 - sort and semantic versioning

2021-01-30 Thread - Neustradamus -
No 2.84 in the CHANGELOG: http://www.thekelleys.org.uk/dnsmasq/CHANGELOG Can you update it? And can you solve the website problem? - http://www.thekelleys.org.uk/dnsmasq/doc.html -> http://www.thekelleys.org.uk/dnsmasq/index.html Thanks in advance. De

[Dnsmasq-discuss] Potentially unused variables in dnsmasq.c

2021-01-30 Thread Dirk Fieldhouse
The trivial patch below, against 2.84, removes "unused variable" warnings when building with -DNO_DHCP. /df --- a/src/dnsmasq.c +++ b/src/dnsmasq.c @@ -55,8 +55,10 @@ int main (int argc, char **argv) int need_cap_net_admin = 0; int need_cap_net_raw = 0; int need_cap_net_bind_service =