summaryrefslogtreecommitdiff
path: root/RELNOTES
diff options
context:
space:
mode:
authorThomas Markwalder <tmark@isc.org>2020-01-10 09:19:53 -0500
committerThomas Markwalder <tmark@isc.org>2020-01-14 10:09:11 -0500
commit4ad524bd4d31b1ce12c2c9b627c5a28992750afc (patch)
tree07ab52ae2c709fd0f2804a371a6c13006fffc078 /RELNOTES
parent5c23b618b2f54db287d678593172fb2def52b77b (diff)
downloadisc-dhcp-4ad524bd4d31b1ce12c2c9b627c5a28992750afc.tar.gz
[#75] Added target interface name to socket init failure logs
modified: RELNOTES common/socket.c
Diffstat (limited to 'RELNOTES')
-rw-r--r--RELNOTES7
1 files changed, 6 insertions, 1 deletions
diff --git a/RELNOTES b/RELNOTES
index 51c61454..e081c0c0 100644
--- a/RELNOTES
+++ b/RELNOTES
@@ -104,7 +104,7 @@ ISC DHCP is open source software maintained by Internet Systems
Consortium. This product includes cryptographic software written
by Eric Young (eay@cryptsoft.com).
- Changes since 4.4.2b1
+ Changes since 4.4.2b1 (Bug Fixes)
- Added a clarification on DHCPINFORMs and server authority to
dhcpd.conf.5
@@ -114,6 +114,11 @@ by Eric Young (eay@cryptsoft.com).
is defined.
[Gitlab #72]
+- Added the interface name to socket initialization failure log messages.
+ Prior to this the log messages stated only the error reason without
+ stating the target interface.
+ [Gitlab #75]
+
Changes since 4.4.1 (New Features)
- A new configuration parameter, ping-cltt-secs (v4 operation only), has