summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Markwalder <tmark@isc.org>2017-07-25 09:55:38 -0400
committerThomas Markwalder <tmark@isc.org>2017-07-25 09:55:38 -0400
commit7a54276a28b7f1c4137011b86a9dd67b1400cf65 (patch)
treec567a5dc649f729d0177b725b259e3f023659455
parent46017f1b88ba99e12fec9943181da4c31cb91f1d (diff)
downloadisc-dhcp-7a54276a28b7f1c4137011b86a9dd67b1400cf65.tar.gz
[v4_3] Pre-release tag prep for 4.3.6: version #, copyright etc...
-rw-r--r--README14
-rw-r--r--RELNOTES8
-rw-r--r--configure.ac2
-rw-r--r--util/bind.sh1
4 files changed, 15 insertions, 10 deletions
diff --git a/README b/README
index 410bf7f1..32a7a5a1 100644
--- a/README
+++ b/README
@@ -1,8 +1,8 @@
- Internet Systems Consortium DHCP Distribution
- Version 4.3.6b1
- 7 July 2017
+ Internet Systems Consortium DHCP Distribution
+ Version 4.3.6
+ 31 July 2017
- README FILE
+ README FILE
You should read this file carefully before trying to install or use
the ISC DHCP Distribution.
@@ -142,12 +142,12 @@ information. On Digital Unix, type ``man pfilt''.
To build the DHCP Distribution, unpack the compressed tar file using
the tar utility and the gzip command - type something like:
- gunzip dhcp-4.3.6b1.tar.gz
- tar xvf dhcp-4.3.6b1.tar
+ gunzip dhcp-4.3.6.tar.gz
+ tar xvf dhcp-4.3.6.tar
CONFIGURING IT
-Now, cd to the dhcp-4.3.6b1 subdirectory that you've just created and
+Now, cd to the dhcp-4.3.6 subdirectory that you've just created and
configure the source tree by typing:
./configure
diff --git a/RELNOTES b/RELNOTES
index 01830272..dd40aaf4 100644
--- a/RELNOTES
+++ b/RELNOTES
@@ -1,6 +1,6 @@
Internet Systems Consortium DHCP Distribution
- Version 4.3.6b1
- 14 July 2017
+ Version 4.3.6
+ 31 July 2017
Release Notes
@@ -66,6 +66,10 @@ We welcome comments from DHCP users, about this or anything else we do.
Email Vicky Risk, Product Manager at vicky@isc.org or discuss on
dhcp-users@lists.isc.org.
+ Changes since 4.3.6b1
+
+- None
+
Changes since 4.3.5
- The server now allows the client identifier (option 61) to own leases
diff --git a/configure.ac b/configure.ac
index 79325d2e..cdfa352d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT([DHCP],[4.3.6b1],[dhcp-users@isc.org])
+AC_INIT([DHCP],[4.3.6],[dhcp-users@isc.org])
# we specify "foreign" to avoid having to have the GNU mandated files,
# like AUTHORS, COPYING, and such
diff --git a/util/bind.sh b/util/bind.sh
index 8f43ed9f..fc4f0da8 100644
--- a/util/bind.sh
+++ b/util/bind.sh
@@ -59,6 +59,7 @@ case $# in
### For ease of use, this records the sticky tag of versions
### released with each point release.
###
+ 4.3.6) noSNAP=snapshot BINDTAG=v9_9_11 ;;
4.3.6b1) noSNAP=snapshot BINDTAG=v9_9_11b1 ;;
4.3.6-dev) noSNAP=snapshot BINDTAG=v9_9 ;;
4.3.5) BINDTAG=v9_9_9_P3 ;;