summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Markwalder <tmark@isc.org>2019-07-12 15:05:28 -0400
committerThomas Markwalder <tmark@isc.org>2019-07-12 15:05:28 -0400
commit6f4d2259f0e33acf8b14a9037e00240af728ddac (patch)
tree495cc41743ef08d99bc561a49356ceb81d8d9f9c
parent3ef549849bec6ffa07ba3f3515a4ff0af949188b (diff)
downloadisc-dhcp-6f4d2259f0e33acf8b14a9037e00240af728ddac.tar.gz
[master] Updated release notes
Replaced ISC-Bugs with Gitlab where needed (old habits die hard...)
-rw-r--r--RELNOTES12
1 files changed, 6 insertions, 6 deletions
diff --git a/RELNOTES b/RELNOTES
index 0d46b057..86eb3a90 100644
--- a/RELNOTES
+++ b/RELNOTES
@@ -102,7 +102,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.
- [ISC-Bugs #10,!6 git ebe4f7ae427fa91f561a0b6e5f242de08d319a16]
+ [Gitlab #10,!6 git ebe4f7ae427fa91f561a0b6e5f242de08d319a16]
Changes since 4.4.1 (Bug Fixes)
@@ -115,7 +115,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.
- [ISC-Bugs #3,!1 git cc35f84943df44dac2499f3e16e8aaba7d54191d]
+ [Gitlab #3,!1 git cc35f84943df44dac2499f3e16e8aaba7d54191d]
- Corrected a dual-stack mixed-mode issue that occurs when both
ddns-guard-id-must-match and ddns-other-guard-is-dynamic
@@ -123,21 +123,21 @@ 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.
- [ISC-Bugs #1,!2 git 9ef78585440f568da2a2a0093a8c40c49118e292]
+ [Gitlab #1,!2 git 9ef78585440f568da2a2a0093a8c40c49118e292]
- Corrected a compilation issue that occurred when building without DNS
update ability (e.g. by undefining NSUPDATE).
- [ISC-Bugs #16,!9 git ddb508ac083dae4ff83279dd240bad7f73a97b7d]
+ [Gitlab #16,!9 git ddb508ac083dae4ff83279dd240bad7f73a97b7d]
- 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.
- [ISC-Bugs #13,!7 git dfcbe359ab278cad70015994ca73ef50d626b23a]
+ [Gitlab #13,!7 git dfcbe359ab278cad70015994ca73ef50d626b23a]
- Made minor changes to eliminate warnings when compiled with GCC 9.
Thanks to Brett Neumeier for bringing the matter to our attention.
- [ISC-Bugs #15,!10 git c138f38bd00ceca4e1e51a4db7542a15ef79babd]
+ [Gitlab #15,!10 git c138f38bd00ceca4e1e51a4db7542a15ef79babd]
- Fixed potential memory leaks in parser error message generation
spotted by Coverity, CIDs: 1448191, 1448193, 1448194, 1448195