summaryrefslogtreecommitdiff
path: root/CHANGELOG
diff options
context:
space:
mode:
authorSimon Kelley <simon@thekelleys.org.uk>2021-10-19 15:33:41 +0100
committerSimon Kelley <simon@thekelleys.org.uk>2021-10-19 15:33:41 +0100
commit9560658c5ba27a370b97d30850db474ce67912b7 (patch)
tree4153609f157dd6ea0d5f19d7296124caba3c6eed /CHANGELOG
parent37a70d39e0cd49f086b757937fa8735e6263cd7a (diff)
downloaddnsmasq-9560658c5ba27a370b97d30850db474ce67912b7.tar.gz
Fix crash in PXE/netboot when DNS server disabled.
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 7a2e168..f202bbf 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -11,7 +11,11 @@ version 2.87
Add --filter-A and --filter-AAAA options, to remove IPv4 or IPv6
addresses from DNS answers.
+ Fix crash doing netbooting when --port is set to zero
+ to disable the DNS server. Thanks to Drexl Johannes
+ for the bug report.
+
version 2.86
Handle DHCPREBIND requests in the DHCPv6 server code.
Thanks to Aichun Li for spotting this omission, and the initial