summaryrefslogtreecommitdiff
path: root/RELNOTES
diff options
context:
space:
mode:
authorShawn Routhier <sar@isc.org>2011-02-18 18:18:20 +0000
committerShawn Routhier <sar@isc.org>2011-02-18 18:18:20 +0000
commit919f14071d9dd69d1c09321ba8f9b74ab0e75655 (patch)
tree8e9257f64cfd5681cc55009b3cd8ecd4062b5b3c /RELNOTES
parentef86959bc0cc547c6f23e51321fa6b649957739d (diff)
downloadisc-dhcp-919f14071d9dd69d1c09321ba8f9b74ab0e75655.tar.gz
Handle some DDNS corner cases better. Maintain the DDNS transaction
information when updating a lease and cancel any existing transactions when removing the ddns information. [ISC-Bugs #23103]
Diffstat (limited to 'RELNOTES')
-rw-r--r--RELNOTES5
1 files changed, 5 insertions, 0 deletions
diff --git a/RELNOTES b/RELNOTES
index 83485959..0a8e70ee 100644
--- a/RELNOTES
+++ b/RELNOTES
@@ -198,6 +198,11 @@ work on other platforms. Please report any problems and suggested fixes to
option 6rd 16 10 2001:: 1.2.3.4, 5.6.7.8;
+- Handle some DDNS corner cases better. Maintain the DDNS transaction
+ information when updating a lease and cancel any existing transactions
+ when removing the ddns information.
+ [ISC-Bugs #23103]
+
Changes since 4.2.0b2
- Add declaration for variable in debug code in alloc.c. [ISC-Bugs #21472]