summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Markwalder <tmark@isc.org>2015-02-26 15:57:58 -0500
committerThomas Markwalder <tmark@isc.org>2015-02-26 15:57:58 -0500
commit133aeeff273b16b577b89dda43062c0f116eb1b8 (patch)
treecdc8522c624ad48965e67805bf2802070de06946
parent2de030f07ea669d9af6901b7945dfbfeb4d9dc21 (diff)
downloadisc-dhcp-133aeeff273b16b577b89dda43062c0f116eb1b8.tar.gz
[v4_1_esv] Pre-release tag prep for 4.1-ESV-R11: version #, copyright etc..
modified: README modified: RELNOTES modified: configure.ac
-rw-r--r--README16
-rw-r--r--RELNOTES13
-rw-r--r--configure.ac2
3 files changed, 16 insertions, 15 deletions
diff --git a/README b/README
index 40df3b34..8f99ca56 100644
--- a/README
+++ b/README
@@ -1,8 +1,8 @@
- Internet Systems Consortium DHCP Distribution
- Version 4.1-ESV-R11rc2
- 26 February 2015
+ Internet Systems Consortium DHCP Distribution
+ Version 4.1-ESV-R11
+ 05 March 2015
- README FILE
+ README FILE
You should read this file carefully before trying to install or use
the ISC DHCP Distribution.
@@ -98,7 +98,7 @@ directory, it may not have up-to-date information).
RELEASE STATUS
-This is ISC DHCP 4.1-ESV-R11rc2, 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-R11rc2.tar.gz
- tar xvf dhcp-4.1-ESV-R11rc2.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-R11rc2 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 b4cfcd2e..5adfd7c3 100644
--- a/RELNOTES
+++ b/RELNOTES
@@ -1,12 +1,13 @@
- Internet Systems Consortium DHCP Distribution
- Version 4.1-ESV-R11rc2
- 26 February 2015
+ Internet Systems Consortium DHCP Distribution
- Release Notes
+ Version 4.1-ESV-R11
+ 05 March 2015
- NEW FEATURES
+ Release Notes
-Version 4.1-ESV-R11rc2 is a maintenance release of an extended support version
+ NEW FEATURES
+
+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 c1772e72..2403925d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT([DHCP], [4.1-ESV-R11rc2], [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