From: Shawn Routhier Date: Wed, 6 Aug 2014 22:38:59 +0000 (-0700) Subject: [master] Updates for 4.3.1 final X-Git-Tag: v4_3_1~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=906ec9a72a07aa06300fd73e2d3158708b54f685;p=thirdparty%2Fdhcp.git [master] Updates for 4.3.1 final --- diff --git a/README b/README index 179e3ce31..9357c454f 100644 --- a/README +++ b/README @@ -1,6 +1,6 @@ Internet Systems Consortium DHCP Distribution - Version 4.3.1rc1 - 1 August 2014 + Version 4.3.1 + 11 August 2014 README FILE @@ -141,12 +141,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.1rc1.tar.gz - tar xvf dhcp-4.3.1rc1.tar + gunzip dhcp-4.3.1.tar.gz + tar xvf dhcp-4.3.1.tar CONFIGURING IT -Now, cd to the dhcp-4.3.1rc1 subdirectory that you've just created and +Now, cd to the dhcp-4.3.1 subdirectory that you've just created and configure the source tree by typing: ./configure diff --git a/RELNOTES b/RELNOTES index 88d2f2d44..1480cb83b 100644 --- a/RELNOTES +++ b/RELNOTES @@ -1,6 +1,6 @@ Internet Systems Consortium DHCP Distribution - Version 4.3.1rc1 - 1 August 2014 + Version 4.3.1 + 11 August 2014 Release Notes @@ -52,6 +52,10 @@ ISC DHCP is open source software maintained by Internet Systems Consortium. This product includes cryptographic software written by Eric Young (eay@cryptsoft.com). + Changes since 4.3.1rc1 + +- None + Changes since 4.3.1b1 - Modify the linux and openwrt dhclient scripts to process information diff --git a/configure.ac b/configure.ac index 2b3661511..d5bd6de51 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([DHCP],[4.3.1rc1],[dhcp-users@isc.org]) +AC_INIT([DHCP],[4.3.1],[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 22c6f761e..352fe9e13 100644 --- a/util/bind.sh +++ b/util/bind.sh @@ -59,7 +59,7 @@ case $# in ### For ease of use, this records the sticky tag of versions ### released with each point release. ### - 4.3.1b1|4.3.1rc1) BINDTAG=v9_9_5_P1 ;; + 4.3.1b1|4.3.1rc1|4.3.1) BINDTAG=v9_9_5_P1 ;; 4.3.0) BINDTAG=v9_9_5 ;; 4.3.0rc1) BINDTAG=v9_9_5rc2 ;; 4.3.0b1) BINDTAG=v9_9_5rc1 ;;