summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrancis Dupont <fdupont@isc.org>2016-10-01 01:28:14 +0200
committerFrancis Dupont <fdupont@isc.org>2016-10-01 01:28:14 +0200
commitc4ea4af09348c8eb95ae1dbde7ff9692d233849a (patch)
tree213454f6972a13300b8b804459fc2e361eacb74a
parent6831578226aa308f2d90c10c1c5a41870e085ec6 (diff)
downloadisc-dhcp-c4ea4af09348c8eb95ae1dbde7ff9692d233849a.tar.gz
Updated RELNOTES
-rw-r--r--RELNOTES6
1 files changed, 6 insertions, 0 deletions
diff --git a/RELNOTES b/RELNOTES
index 224bde6d..2f855ede 100644
--- a/RELNOTES
+++ b/RELNOTES
@@ -101,6 +101,8 @@ by Eric Young (eay@cryptsoft.com).
(repo.isc.org/proj/git/prod/bind9.git) or the public
(https://source.isc.org/git/bind9.git) git repository into
bind/bind9 and then invoke the util/bind.sh script as usual.
+ Note this option is incompatible with "make dist" (and make "distcheck")
+ because no bind/bind.tar.gz nor bind/version.tmp files are available.
[ISC-Bugs #43236]
- Use the embedded bind libraries where they are built (vs where they
@@ -111,6 +113,10 @@ by Eric Young (eay@cryptsoft.com).
older (9.9) version of export bind libraries.
[ISC-Bugs #43215]
+- Made "make distcheck" to work with external bind libraries (aka
+ configure --with-libbind).
+ [ISC-Bugs #43285]
+
Changes since 4.3.0 (bug fixes)
- Tidy up several small tickets.