summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Markwalder <tmark@isc.org>2017-12-11 09:39:24 -0500
committerThomas Markwalder <tmark@isc.org>2017-12-11 09:39:24 -0500
commitfa6c4c081fe58ddebd8af2ee8309cc1b92403ced (patch)
tree27aa34df7a06334129d4093014f910727895d26a
parent140612c8cb51825fdf9e5723afb78c997117ab2c (diff)
downloadisc-dhcp-fa6c4c081fe58ddebd8af2ee8309cc1b92403ced.tar.gz
[master] Updated release notes
-rw-r--r--RELNOTES3
1 files changed, 2 insertions, 1 deletions
diff --git a/RELNOTES b/RELNOTES
index 42e1fa75..8862573b 100644
--- a/RELNOTES
+++ b/RELNOTES
@@ -311,6 +311,7 @@ dhcp-users@lists.isc.org.
command line argument. Prior to this the only way to alter the value was at
compile time by changing DHCLIENT_DEFAULT_PREFIX_LEN in include/sites.h.
[ISC-Bugs #23252]
+ [ISC-Bugs #37221]
Changes since 4.3.0 (bug fixes)
@@ -1289,7 +1290,7 @@ dhcp-users@lists.isc.org.
to accomodate a change in behavior in BIND9 isc_heap_delete().
[ISC-bugs #46719]
-- Plugged a socket descriptor leak in OMAPI, that can occur when there is
+! Plugged a socket descriptor leak in OMAPI, that can occur when there is
data pending to be written to an OMAPI connection, when the connection
is closed by the reader. Thanks to Pavel Zhukov at RedHat for bringing
this issue to our attention and whose patch helped guide us in the right