From 95ed4a1303e962f24e7678678b88f6940722d7e2 Mon Sep 17 00:00:00 2001 From: Shawn Routhier Date: Mon, 20 Aug 2012 13:32:13 -0700 Subject: [PATCH] [v4_1_esv-r7] Update version and dates for r7 --- README | 12 ++++++------ RELNOTES | 4 ++-- configure.ac | 2 +- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/README b/README index 8baa15ab9..0efe9dfe9 100644 --- a/README +++ b/README @@ -1,6 +1,6 @@ Internet Systems Consortium DHCP Distribution - Version 4.1-ESV-R6 - 23 July 2012 + Version 4.1-ESV-R7 + 10 September 2012 README FILE @@ -96,7 +96,7 @@ directory, it may not have up-to-date information). RELEASE STATUS -This is ISC DHCP 4.1-ESV-R6, an extended support (ESV) release that +This is ISC DHCP 4.1-ESV-R7, an extended support (ESV) release that provides patches for some security issues and several bugs. ESVs are intended for users who have longer upgrade constraints @@ -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-R6.tar.gz - tar xvf dhcp-4.1-ESV-R6.tar + gunzip dhcp-4.1-ESV-R7.tar.gz + tar xvf dhcp-4.1-ESV-R7.tar CONFIGURING IT -Now, cd to the dhcp-4.1-ESV-R6 subdirectory that you've just created and +Now, cd to the dhcp-4.1-ESV-R7 subdirectory that you've just created and configure the source tree by typing: ./configure diff --git a/RELNOTES b/RELNOTES index 6e35045fe..6ffb63505 100644 --- a/RELNOTES +++ b/RELNOTES @@ -1,6 +1,6 @@ Internet Systems Consortium DHCP Distribution - Version 4.1-ESV-R6 - 23 July 2012 + Version 4.1-ESV-R7 + 10 September 2012 Release Notes diff --git a/configure.ac b/configure.ac index e04beefd6..f2aa86d56 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([DHCP], [4.1-ESV-R6], [dhcp-users@isc.org]) +AC_INIT([DHCP], [4.1-ESV-R7], [dhcp-users@isc.org]) # we specify "foreign" to avoid having to have the GNU mandated files, # like AUTHORS, COPYING, and such -- 2.47.3