summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVicky Risk <vicky@isc.org>2022-09-22 13:36:22 +0000
committerVicky Risk <vicky@isc.org>2022-09-22 13:36:22 +0000
commit3986c618e0cbff0d2f4f800ce92ee5a6deb87888 (patch)
treea60b1559421bdb5152b9ca543a1f13976a951f05
parent8659ea0ea649a01b4d7a6e7fa029aa25b37a81d0 (diff)
downloadisc-dhcp-3986c618e0cbff0d2f4f800ce92ee5a6deb87888.tar.gz
Update RELNOTES
-rw-r--r--RELNOTES18
1 files changed, 8 insertions, 10 deletions
diff --git a/RELNOTES b/RELNOTES
index c51a42c7..43de88b8 100644
--- a/RELNOTES
+++ b/RELNOTES
@@ -7,11 +7,10 @@
Version 4.1-ESV-R16-P2 is a security release of an extended support version
(ESV) fixing a possible reference counter overflow in the server while adding
options to lease query responses and a possible memory leak in the client and
-server when parsing inbound packets with malformed FQDN options. ESVs are
-intended for users who have longer upgrade constraints. Please see our web page:
-http://www.isc.org/downloads/software-support-policy/
+server when parsing inbound packets with malformed FQDN options.
-for more information on ESVs.
+NOTE: The client and relay components are End-Of-Life.
+This is the final release for those components.
ISC DHCP 4.1.x includes several new DHCPv6 features that were not included
in DHCP 4.0.x. These include:
@@ -27,7 +26,7 @@ in DHCP 4.0.x. These include:
- Basic and partial DHCPv6 leasequery support
There are a number of DHCPv6 limitations and features missing in this
-release, which will be addressed in the future:
+release:
- Only a single address is supported per IA.
@@ -56,13 +55,12 @@ ISC DHCP is open source software maintained by Internet Systems
Consortium. This product includes cryptographic software written
by Eric Young (eay@cryptsoft.com).
-Our next major version of ISC DHCP, version 4.4.0, will be re-licensed under
+Our next major version of ISC DHCP, version 4.4.0, has been re-licensed under
the Mozilla Public License, MPL 2.0. To read the MPL 2.0 license terms, please
refer to: https://www.mozilla.org/en-US/MPL/2.0/.
-This change will apply to ISC DHCP version 4.4.0 and any 4.4.x versions. Older
-versions already published under the ISC license will remain under the ISC
-license. Those unsure whether or not the license change affects their use of
+This branch, 4.1-ESV, remains under the ISC license.
+Those unsure whether or not the license change affects their use of
ISC DHCP, or who wish to discuss how to comply with the license may contact
ISC at info@isc.org or use https://www.isc.org/mission/contact/.
@@ -79,7 +77,7 @@ dhcp-users@lists.isc.org.
CVE: CVS-2022-2928
! Corrected a memory leak that occurs when unpacking a packet that has an
- FQDN option (81) that contains a label whose lenght is greater than 63.
+ FQDN option (81) that contains a label with length greater than 63 bytes.
[Gitblab #254]
CVE: CVS-2022-2929