From 3e4b9d70dd890f0fc4895d059b951ea0f364d852 Mon Sep 17 00:00:00 2001 From: Shawn Routhier Date: Tue, 4 Dec 2012 17:51:21 -0800 Subject: [PATCH] [v4_1_esv] Update versions and dates for 4.1-ESV-R8b1 --- README | 14 +++++++------- RELNOTES | 6 +++--- configure.ac | 2 +- 3 files changed, 11 insertions(+), 11 deletions(-) diff --git a/README b/README index a50ecb633..c7f7dd02d 100644 --- a/README +++ b/README @@ -1,6 +1,6 @@ Internet Systems Consortium DHCP Distribution - Version 4.1-ESV-R7 - 10 September 2012 + Version 4.1-ESV-R8b1 + 11 December 2012 README FILE @@ -96,8 +96,8 @@ directory, it may not have up-to-date information). RELEASE STATUS -This is ISC DHCP 4.1-ESV-R7, an extended support (ESV) release that -provides patches for some security issues and several bugs. +This is ISC DHCP 4.1-ESV-R8b1, an extended support (ESV) release that +provides patches for several bugs. ESVs are intended for users who have longer upgrade constraints Please see our web page http://www.isc.org/downloads/extended-support @@ -137,12 +137,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-R7.tar.gz - tar xvf dhcp-4.1-ESV-R7.tar + gunzip dhcp-4.1-ESV-R8b1.tar.gz + tar xvf dhcp-4.1-ESV-R8b1.tar CONFIGURING IT -Now, cd to the dhcp-4.1-ESV-R7 subdirectory that you've just created and +Now, cd to the dhcp-4.1-ESV-R8b1 subdirectory that you've just created and configure the source tree by typing: ./configure diff --git a/RELNOTES b/RELNOTES index 46c3b3a93..736a338e1 100644 --- a/RELNOTES +++ b/RELNOTES @@ -1,12 +1,12 @@ Internet Systems Consortium DHCP Distribution - Version 4.1-ESV-R7 - 10 September 2012 + Version 4.1-ESV-R8b1 + 11 December 2012 Release Notes NEW FEATURES -Version 4.1-ESV-R7 is a security release of an extended support version (ESV) +Version 4.1-ESV-R8b1 is a maintenance release of an extended support version (ESV) release. ESVs are intended for users who have longer upgrade constraints. Please see our web page http://www.isc.org/downloads/extended-support for more information on ESVs. diff --git a/configure.ac b/configure.ac index 9a8ef72ae..a4c762992 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([DHCP], [4.1-ESV-R7], [dhcp-users@isc.org]) +AC_INIT([DHCP], [4.1-ESV-R8b1], [dhcp-users@isc.org]) # we specify "foreign" to avoid having to have the GNU mandated files, # like AUTHORS, COPYING, and such -- 2.47.3