summaryrefslogtreecommitdiff
path: root/RELNOTES
diff options
context:
space:
mode:
authorThomas Markwalder <tmark@isc.org>2016-09-20 11:59:41 -0400
committerThomas Markwalder <tmark@isc.org>2016-09-20 11:59:41 -0400
commit1ab24549e011ce49fe572d4a338c1a8f0f30ffee (patch)
treeee003205bc1c27c7b062fa65b567a45abb9d4e75 /RELNOTES
parent0c4efec3e145c9c4de3f00b7d266491dc74f106b (diff)
downloadisc-dhcp-1ab24549e011ce49fe572d4a338c1a8f0f30ffee.tar.gz
[v4_3] Fixed sporadic server crash when lease-id-format is hex
Merges in rt43185.
Diffstat (limited to 'RELNOTES')
-rw-r--r--RELNOTES12
1 files changed, 7 insertions, 5 deletions
diff --git a/RELNOTES b/RELNOTES
index a6cb646a..581fee1a 100644
--- a/RELNOTES
+++ b/RELNOTES
@@ -52,6 +52,13 @@ 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.3.5b1
+
+- Corrected a bug which could cause the server to sporadically crash while
+ loading lease files with the lease-id-format is set to "hex". Our thanks
+ to Jay Ford, University of Iowa for reporting the issue.
+ [ISC-Bugs #43185]
+
Changes since 4.3.4
- Fixed util/bindvar.sh error handling.
@@ -61,11 +68,6 @@ by Eric Young (eay@cryptsoft.com).
of circuit id length.
[ISC-Bugs #42556]
-- Add support for including an encapsulated option in a response
- from the DHCPv6 server. This allows the v6 FQDN option to be
- returned in responses.
- [ISC-Bugs #29246]
-
- Add logic to test directory Makefiles to avoid copying Attfile(s)
when building within the source tree. This eliminates a noisy but
otherwise harmless error message when running "make check".