summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRazvan Becheriu <razvan@isc.org>2019-06-13 13:41:26 +0300
committerRazvan Becheriu <razvan@isc.org>2019-09-06 18:39:45 +0300
commit230d8be619cb4ad8f73cf26a33c1469088afe106 (patch)
treea0b2ae60c323824d54d78d3b76600693ac6ec685
parent4c52982ab4e7e3d84caff21aab086fd10603a042 (diff)
downloadisc-dhcp-230d8be619cb4ad8f73cf26a33c1469088afe106.tar.gz
[#19, !14] updated RELNOTES
-rw-r--r--RELNOTES6
1 files changed, 5 insertions, 1 deletions
diff --git a/RELNOTES b/RELNOTES
index 09e1ac50..a21b8506 100644
--- a/RELNOTES
+++ b/RELNOTES
@@ -89,10 +89,14 @@ by Eric Young (eay@cryptsoft.com).
Changes since 4.4.1 (New Features)
+- Fixed define flags when using HAVE_SO_BINDTODEVICE and SO_BINDTODEVICE.
+ Thanks to Joe LeVeque for reporting the issue.
+ [ISC-Bugs #19,!14 git TBD]
+
- A new configuration parameter, ping-cltt-secs (v4 operation only), has
been added to allow the user to specify the number of seconds that must
elapse since CLTT before a ping check is conducted. Prior to this, the
- value was hard coded at 60 seconds. Please see the server man pages for
+ value was hard coded at 60 seconds. Please see the server man pages for
a more detailed discussion.
[ISC-Bugs #36283]