summaryrefslogtreecommitdiff
path: root/RELNOTES
diff options
context:
space:
mode:
authorThomas Markwalder <tmark@isc.org>2019-03-20 13:48:25 -0400
committerThomas Markwalder <tmark@isc.org>2019-05-16 14:43:57 -0400
commit9ef78585440f568da2a2a0093a8c40c49118e292 (patch)
tree21d82c8bd9480202cc14486998705821525c06bb /RELNOTES
parent787b8c03684e82c4738fdb1c3a73349e7a412e76 (diff)
downloadisc-dhcp-9ef78585440f568da2a2a0093a8c40c49118e292.tar.gz
[#1,!2] Fix server interpretation of guard record results in DSMM
Added a release note common/dns.c build_dsmm_fwd_add3() - modified to add a prerequisite when ddns-guard-id-must-match is enabled.
Diffstat (limited to 'RELNOTES')
-rw-r--r--RELNOTES10
1 files changed, 9 insertions, 1 deletions
diff --git a/RELNOTES b/RELNOTES
index ad9cab2c..9d1080d2 100644
--- a/RELNOTES
+++ b/RELNOTES
@@ -107,7 +107,15 @@ by Eric Young (eay@cryptsoft.com).
- Bind9 now defaults to requiring python to build. The Makefile for
building Bind9 when bundled with ISC DHCP was modified to turn off
this dependency.
- [ISC-Bugs #3,!1 git #cc35f84943df44dac2499f3e16e8aaba7d54191d]
+ [ISC-Bugs #3,!1 git #cc35f84943df44dac2499f3e16e8aaba7d54191d]
+
+- Corrected a dual-stack mixed-mode issue that occurs when both
+ ddns-guard-id-must-match and ddns-other-guard-is-dynamic
+ are enabled and that caused the server to incorrectly interpret
+ the presence of a guard record belonging to another client as
+ a case of no guard record at all. Thanks to Fernando Soto
+ from BlueCat Networks for reporting this issue.
+ [ISC-Bugs #1, !2 git TBD]
Changes since 4.4.0 (New Features)
- none