summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Markwalder <tmark@isc.org>2015-02-16 14:50:50 -0500
committerThomas Markwalder <tmark@isc.org>2015-02-16 14:50:50 -0500
commite0d5ce7146136bf328b9ae951f73ca2494578f82 (patch)
tree0d4b9237bc7e931b7e0297d426f56e0aacdedc6d
parent54bb31da5421e9e54174c0ee793c1460888fd0ab (diff)
downloadisc-dhcp-e0d5ce7146136bf328b9ae951f73ca2494578f82.tar.gz
[v4_1_esv] Pre-release tag prep for 4.1-ESV-R11rc1: version #, copyright etc..
-rw-r--r--README12
-rw-r--r--RELNOTES6
-rw-r--r--configure.ac2
3 files changed, 10 insertions, 10 deletions
diff --git a/README b/README
index 69583152..addfb0c1 100644
--- a/README
+++ b/README
@@ -1,6 +1,6 @@
Internet Systems Consortium DHCP Distribution
- Version 4.1-ESV-R11b1
- 29 January 2015
+ Version 4.1-ESV-R11rc1
+ 19 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-R11b1, an extended support (ESV) release that
+This is ISC DHCP 4.1-ESV-R11rc1, 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-R11b1.tar.gz
- tar xvf dhcp-4.1-ESV-R11b1.tar
+ gunzip dhcp-4.1-ESV-R11rc1.tar.gz
+ tar xvf dhcp-4.1-ESV-R11rc1.tar
CONFIGURING IT
-Now, cd to the dhcp-4.1-ESV-R11b1 subdirectory that you've just created and
+Now, cd to the dhcp-4.1-ESV-R11rc1 subdirectory that you've just created and
configure the source tree by typing:
./configure
diff --git a/RELNOTES b/RELNOTES
index ee86f3a4..df500476 100644
--- a/RELNOTES
+++ b/RELNOTES
@@ -1,12 +1,12 @@
Internet Systems Consortium DHCP Distribution
- Version 4.1-ESV-R11b1
- 29 January 2015
+ Version 4.1-ESV-R11rc1
+ 19 February 2015
Release Notes
NEW FEATURES
-Version 4.1-ESV-R11b1 is a maintenance release of an extended support version
+Version 4.1-ESV-R11rc1 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 76dd42a7..7ae385a7 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT([DHCP], [4.1-ESV-R11b1], [dhcp-users@isc.org])
+AC_INIT([DHCP], [4.1-ESV-R11rc1], [dhcp-users@isc.org])
# we specify "foreign" to avoid having to have the GNU mandated files,
# like AUTHORS, COPYING, and such