From 5b0c4dfdbe9ccba59c8ca914283cfb3aed5f41bc Mon Sep 17 00:00:00 2001 From: Thomas Markwalder Date: Fri, 20 Feb 2015 06:51:44 -0500 Subject: [PATCH] [v4_1_esv] Pre-release tag prep for 4.1-ESV-R11: version #, copyright etc.. --- README | 12 ++++++------ RELNOTES | 6 +++--- configure.ac | 2 +- 3 files changed, 10 insertions(+), 10 deletions(-) diff --git a/README b/README index addfb0c1f..a4f01a5b8 100644 --- a/README +++ b/README @@ -1,6 +1,6 @@ Internet Systems Consortium DHCP Distribution - Version 4.1-ESV-R11rc1 - 19 February 2015 + Version 4.1-ESV-R11 + 26 February 2015 README FILE @@ -98,7 +98,7 @@ directory, it may not have up-to-date information). RELEASE STATUS -This is ISC DHCP 4.1-ESV-R11rc1, an extended support (ESV) release that +This is ISC DHCP 4.1-ESV-R11, 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-R11rc1.tar.gz - tar xvf dhcp-4.1-ESV-R11rc1.tar + gunzip dhcp-4.1-ESV-R11.tar.gz + tar xvf dhcp-4.1-ESV-R11.tar CONFIGURING IT -Now, cd to the dhcp-4.1-ESV-R11rc1 subdirectory that you've just created and +Now, cd to the dhcp-4.1-ESV-R11 subdirectory that you've just created and configure the source tree by typing: ./configure diff --git a/RELNOTES b/RELNOTES index df500476b..eb7de4e3d 100644 --- a/RELNOTES +++ b/RELNOTES @@ -1,12 +1,12 @@ Internet Systems Consortium DHCP Distribution - Version 4.1-ESV-R11rc1 - 19 February 2015 + Version 4.1-ESV-R11 + 26 February 2015 Release Notes NEW FEATURES -Version 4.1-ESV-R11rc1 is a maintenance release of an extended support version +Version 4.1-ESV-R11 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/software-support-policy/ diff --git a/configure.ac b/configure.ac index 7ae385a77..f793fe6e8 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([DHCP], [4.1-ESV-R11rc1], [dhcp-users@isc.org]) +AC_INIT([DHCP], [4.1-ESV-R11], [dhcp-users@isc.org]) # we specify "foreign" to avoid having to have the GNU mandated files, # like AUTHORS, COPYING, and such -- 2.47.3