diff options
-rw-r--r-- | README | 14 | ||||
-rw-r--r-- | RELNOTES | 8 | ||||
-rw-r--r-- | configure.ac | 2 | ||||
-rw-r--r-- | util/bind.sh | 1 |
4 files changed, 15 insertions, 10 deletions
@@ -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 @@ -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 ;; |