From: Thomas Markwalder Date: Tue, 27 Sep 2016 18:26:12 +0000 (-0400) Subject: [v4_1_esv] Pre-release tag prep for 4.1-ESV-R14: version #, copyright etc... X-Git-Tag: v4_1_esv_r14~1 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=38a09239a0cbab45f128e1e68dcaeca2247c7f7e;p=thirdparty%2Fdhcp.git [v4_1_esv] Pre-release tag prep for 4.1-ESV-R14: version #, copyright etc... README RELNOTES configure.ac --- diff --git a/README b/README index 99801fed8..8ef9cfd61 100644 --- a/README +++ b/README @@ -1,6 +1,6 @@ Internet Systems Consortium DHCP Distribution - Version 4.1-ESV-R14b1 - 7 September 2016 + Version 4.1-ESV-R14 + 5 October 2016 README FILE @@ -98,7 +98,7 @@ directory, it may not have up-to-date information). RELEASE STATUS -This is ISC DHCP 4.1-ESV-R14b1, an extended support (ESV) release that +This is ISC DHCP 4.1-ESV-R14, an extended support (ESV) release that provides patches for several bugs. ESVs are intended for users who have longer upgrade constraints @@ -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-R14b1.tar.gz - tar xvf dhcp-4.1-ESV-R14b1.tar + gunzip dhcp-4.1-ESV-R14.tar.gz + tar xvf dhcp-4.1-ESV-R14.tar CONFIGURING IT -Now, cd to the dhcp-4.1-ESV-R14b1 subdirectory that you've just created and +Now, cd to the dhcp-4.1-ESV-R14 subdirectory that you've just created and configure the source tree by typing: ./configure diff --git a/RELNOTES b/RELNOTES index d7d534e24..05f604fcf 100644 --- a/RELNOTES +++ b/RELNOTES @@ -1,7 +1,7 @@ Internet Systems Consortium DHCP Distribution - Version 4.1-ESV-R14b1 - 7 September 2016 + Version 4.1-ESV-R14 + 5 Octoboer 2016 Release Notes @@ -58,6 +58,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-R14b1 + +- None + Changes since 4.1-ESV-R13 - Correct error message in relay to use remote id length instead diff --git a/configure.ac b/configure.ac index 7afdb5310..aef3de9cb 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([DHCP], [4.1-ESV-R14b1], [dhcp-users@isc.org]) +AC_INIT([DHCP], [4.1-ESV-R14], [dhcp-users@isc.org]) # we specify "foreign" to avoid having to have the GNU mandated files, # like AUTHORS, COPYING, and such