diff options
author | Thomas Markwalder <tmark@isc.org> | 2019-05-15 09:39:26 -0400 |
---|---|---|
committer | Thomas Markwalder <tmark@isc.org> | 2019-05-15 09:39:26 -0400 |
commit | 1c779d3b51f3ab9031b30d370ec398e1b5819137 (patch) | |
tree | 45fa5edfe4bcd506735a5dfaf919c60092fb4fe8 /RELNOTES | |
parent | 787b8c03684e82c4738fdb1c3a73349e7a412e76 (diff) | |
download | isc-dhcp-1c779d3b51f3ab9031b30d370ec398e1b5819137.tar.gz |
[#16,!9] Added missing NSUPDATE compilation logic
Added a release note.
client/dhclient.c
Only include dhclient_ddns_cb_free() if NSUPDATE is defined
includes/omapip/isclib.*
Only inlucde isc_result_t dns_client_init() if NSUPDATE is defined
Diffstat (limited to 'RELNOTES')
-rw-r--r-- | RELNOTES | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -109,6 +109,10 @@ by Eric Young (eay@cryptsoft.com). this dependency. [ISC-Bugs #3,!1 git #cc35f84943df44dac2499f3e16e8aaba7d54191d] +- Corrected a compilation issue that occurred when building without DNS + update ability (e.g. by undefining NSUPDATE). + [ISC-Bugs, #16,!9 git #TBD] + Changes since 4.4.0 (New Features) - none Changes since 4.4.0 (Bug Fixes) |