diff options
author | Shawn Routhier <sar@isc.org> | 2011-02-18 18:18:20 +0000 |
---|---|---|
committer | Shawn Routhier <sar@isc.org> | 2011-02-18 18:18:20 +0000 |
commit | 919f14071d9dd69d1c09321ba8f9b74ab0e75655 (patch) | |
tree | 8e9257f64cfd5681cc55009b3cd8ecd4062b5b3c /RELNOTES | |
parent | ef86959bc0cc547c6f23e51321fa6b649957739d (diff) | |
download | isc-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-- | RELNOTES | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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] |