diff options
author | Thomas Markwalder <tmark@isc.org> | 2016-09-20 11:59:41 -0400 |
---|---|---|
committer | Thomas Markwalder <tmark@isc.org> | 2016-09-20 11:59:41 -0400 |
commit | 1ab24549e011ce49fe572d4a338c1a8f0f30ffee (patch) | |
tree | ee003205bc1c27c7b062fa65b567a45abb9d4e75 /RELNOTES | |
parent | 0c4efec3e145c9c4de3f00b7d266491dc74f106b (diff) | |
download | isc-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-- | RELNOTES | 12 |
1 files changed, 7 insertions, 5 deletions
@@ -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". |