summaryrefslogtreecommitdiff
path: root/RELNOTES
diff options
context:
space:
mode:
authorShawn Routhier <sar@isc.org>2013-10-14 15:53:24 -0700
committerShawn Routhier <sar@isc.org>2013-10-14 15:53:24 -0700
commitd7d9c0c7c36d37fc42e51987af77207ced36d9bf (patch)
tree2f7b49de9f03c1097c109e425f0034accc3e7de9 /RELNOTES
parent1d851cff2c59ba728cf6a862db9b1890967de317 (diff)
downloadisc-dhcp-d7d9c0c7c36d37fc42e51987af77207ced36d9bf.tar.gz
-n [master]
Add code to support the standards version of DDNS
Diffstat (limited to 'RELNOTES')
-rw-r--r--RELNOTES9
1 files changed, 9 insertions, 0 deletions
diff --git a/RELNOTES b/RELNOTES
index 4f485f6c..81919f42 100644
--- a/RELNOTES
+++ b/RELNOTES
@@ -75,6 +75,15 @@ work on other platforms. Please report any problems and suggested fixes to
- Add support for using classes with v6.
[ISC-Bugs #26510]
+- Update the DDNS code to current standards and allow for sharing
+ of DDNS entries between v4 and v6 clients. The new code is used
+ if the ddns-update-style is set to "standard", the older code is
+ still available if ddns-update-style is set to "interim". The
+ oldest DDNS code "ad-hoc" has been removed. Thanks to Thomas Pegeot
+ who submitted a patch for this issue. This patch is based on
+ that work with some modifications.
+ [ISC-Bugs 21139]
+
Changes since 4.2.5
- Address static analysis warnings.