From: Shawn Routhier Date: Wed, 6 Aug 2014 23:16:47 +0000 (-0700) Subject: [v4_1_esv] Update for 4.1-ESV-R10 X-Git-Tag: v4_1_esv_r10~1 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=5874bd82296b898a66b0670775f0308fe9314a3a;p=thirdparty%2Fdhcp.git [v4_1_esv] Update for 4.1-ESV-R10 --- diff --git a/README b/README index 320eafaea..c9e6f2d93 100644 --- a/README +++ b/README @@ -1,6 +1,6 @@ Internet Systems Consortium DHCP Distribution - Version 4.1-ESV-R10rc1 - 1 August 2014 + Version 4.1-ESV-R10 + 11 August 2014 README FILE @@ -139,12 +139,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.1-ESV-R10rc1.tar.gz - tar xvf dhcp-4.1-ESV-R10rc1.tar + gunzip dhcp-4.1-ESV-R10.tar.gz + tar xvf dhcp-4.1-ESV-R10.tar CONFIGURING IT -Now, cd to the dhcp-4.1-ESV-R10rc1 subdirectory that you've just created and +Now, cd to the dhcp-4.1-ESV-R10 subdirectory that you've just created and configure the source tree by typing: ./configure diff --git a/RELNOTES b/RELNOTES index 9a13d19a8..1c7f9cd5f 100644 --- a/RELNOTES +++ b/RELNOTES @@ -1,6 +1,6 @@ Internet Systems Consortium DHCP Distribution - Version 4.1-ESV-R10rc1 - 1 August 2014 + Version 4.1-ESV-R10 + 11 August 2014 Release Notes @@ -57,6 +57,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.1-ESV-R10rc1 + +- None + Changes since 4.1-ESV-R10b1 - Modify the linux and openwrt dhclient scripts to process information diff --git a/configure.ac b/configure.ac index ec66d998e..7f3cbcd69 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([DHCP], [4.1-ESV-R10rc1], [dhcp-users@isc.org]) +AC_INIT([DHCP], [4.1-ESV-R10], [dhcp-users@isc.org]) # we specify "foreign" to avoid having to have the GNU mandated files, # like AUTHORS, COPYING, and such