summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Markwalder <tmark@isc.org>2019-10-14 10:05:03 -0400
committerThomas Markwalder <tmark@isc.org>2019-10-14 10:05:03 -0400
commit921c231b1d5587a6944f348d8e25669bc47c1b04 (patch)
treee642214a08d38637ea4c64b2be2b7fa0bdb1e4a2
parent6088ee2935aabe5a8805c47b910a891c49600744 (diff)
downloadisc-dhcp-33-fix-dhcpd-dhcrelay-in-v6-mode-operation-on-openbsd.tar.gz
[#33] Removed MRs and git commits from RELNOTES33-fix-dhcpd-dhcrelay-in-v6-mode-operation-on-openbsd
-rw-r--r--RELNOTES20
1 files changed, 10 insertions, 10 deletions
diff --git a/RELNOTES b/RELNOTES
index fbd3fafd..cd8d3a47 100644
--- a/RELNOTES
+++ b/RELNOTES
@@ -91,7 +91,7 @@ by Eric Young (eay@cryptsoft.com).
- Fixed define flags when using SO_BINDTODEVICE. Thanks to Joe LeVeque for
reporting the issue.
- [ISC-Bugs #19,!14 git b402cd22b030c4bcfbba19d1f67dde599fdc1703]
+ [ISC-Bugs #19]
- A new configuration parameter, ping-cltt-secs (v4 operation only), has
been added to allow the user to specify the number of seconds that must
@@ -106,7 +106,7 @@ by Eric Young (eay@cryptsoft.com).
than in seconds (via ping-timeout). When greater than zero, the value
of ping-timeout-ms will override the value of ping-timeout. Thanks
to Jay Doran from Bluecat Networks for suggesting this feature.
- [Gitlab #10,!6 git ebe4f7ae427fa91f561a0b6e5f242de08d319a16]
+ [Gitlab #10]
Changes since 4.4.1 (Bug Fixes)
@@ -119,7 +119,7 @@ by Eric Young (eay@cryptsoft.com).
- Bind9 now defaults to requiring python to build. The Makefile for
building Bind9 when bundled with ISC DHCP was modified to turn off
this dependency.
- [Gitlab #3,!1 git cc35f84943df44dac2499f3e16e8aaba7d54191d]
+ [Gitlab #3]
- Corrected a dual-stack mixed-mode issue that occurs when both
ddns-guard-id-must-match and ddns-other-guard-is-dynamic
@@ -127,35 +127,35 @@ by Eric Young (eay@cryptsoft.com).
the presence of a guard record belonging to another client as
a case of no guard record at all. Thanks to Fernando Soto
from BlueCat Networks for reporting this issue.
- [Gitlab #1,!2 git 9ef78585440f568da2a2a0093a8c40c49118e292]
+ [Gitlab #1]
- Corrected a compilation issue that occurred when building without DNS
update ability (e.g. by undefining NSUPDATE).
- [Gitlab #16,!9 git ddb508ac083dae4ff83279dd240bad7f73a97b7d]
+ [Gitlab #16]
- Corrected an issue that was causing the server, when running in
DHPCv4 mode, to segfault when class lease limits are reached.
Thanks to Peter Nagy at Porion-Digital for reporting the matter
and submitting a patch.
- [Gitlab #13,!7 git dfcbe359ab278cad70015994ca73ef50d626b23a]
+ [Gitlab #13]
- Made minor changes to eliminate warnings when compiled with GCC 9.
Thanks to Brett Neumeier for bringing the matter to our attention.
- [Gitlab #15,!10 git c138f38bd00ceca4e1e51a4db7542a15ef79babd]
+ [Gitlab #15]
- Fixed potential memory leaks in parser error message generation
spotted by Coverity, CIDs: 1448191, 1448193, 1448194, 1448195
- [Gitlab #30,!16 git d73dd575a2353960568aed80d51e1e299137c982]
+ [Gitlab #30]
- Updated URL of IEEE oui.txt in contrib/dhcp-lease-list.pl. Thanks
to Tommy Smith for contributing the patch.
- [Gitlab #26,!15 git c6c4db599aa5fb562e95e723cef00a3e30c3b14b]
+ [Gitlab #26]
- Applied a patch from OpenBSD to always set the scope id of outbound
DHPCv6 packets. Note this change only applies when compiling under
OpenBSD. Thanks to Brad Smith at OpenBSD from bringing it to our
attention.
- [Gitlab #33,!17 git TBD]
+ [Gitlab #33]
Changes since 4.4.0 (New Features)
- none