summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Markwalder <tmark@isc.org>2017-07-25 11:20:18 -0400
committerThomas Markwalder <tmark@isc.org>2017-07-25 11:20:18 -0400
commita45c13a8245a4d11a6534644f8afcf7f7097e8af (patch)
tree49b2bff87ed1a04f025096150afc40b76032c811
parentac766355bf21acd13577881e4695dd89ae6eaf9a (diff)
downloadisc-dhcp-a45c13a8245a4d11a6534644f8afcf7f7097e8af.tar.gz
[v4_1_esv] Pre-release tag prep for 4.1-ESV-R15: version #, copyright etc...
-rw-r--r--README12
-rw-r--r--RELNOTES12
-rw-r--r--configure.ac2
3 files changed, 15 insertions, 11 deletions
diff --git a/README b/README
index 55b04b49..11e6314c 100644
--- a/README
+++ b/README
@@ -1,6 +1,6 @@
Internet Systems Consortium DHCP Distribution
- Version 4.1-ESV-R15b1
- 14 July 2017
+ Version 4.1-ESV-R15
+ 31 July 2017
README FILE
@@ -98,7 +98,7 @@ directory, it may not have up-to-date information).
RELEASE STATUS
-This is ISC DHCP 4.1-ESV-R15b1, an extended support (ESV) release that
+This is ISC DHCP 4.1-ESV-R15, 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-R15b1.tar.gz
- tar xvf dhcp-4.1-ESV-R15b1.tar
+ gunzip dhcp-4.1-ESV-R15.tar.gz
+ tar xvf dhcp-4.1-ESV-R15.tar
CONFIGURING IT
-Now, cd to the dhcp-4.1-ESV-R15b1 subdirectory that you've just created and
+Now, cd to the dhcp-4.1-ESV-R15 subdirectory that you've just created and
configure the source tree by typing:
./configure
diff --git a/RELNOTES b/RELNOTES
index 04085c0c..f063cf47 100644
--- a/RELNOTES
+++ b/RELNOTES
@@ -1,13 +1,13 @@
Internet Systems Consortium DHCP Distribution
- Version 4.1-ESV-R15b1
- 14 July 2017
+ Version 4.1-ESV-R15
+ 31 July 2017
Release Notes
- NEW FEATURES
+ NEW FEATURES
-Version 4.1-ESV-R15b1 is a maintenance release of an extended support version
+Version 4.1-ESV-R15 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/
@@ -72,6 +72,10 @@ We welcome comments from DHCP users, about this or anything else we do.
Email Vicky Risk, Product Manager at vicky@isc.org or discuss on
dhcp-users@lists.isc.org.
+ Changes since 4.1-ESV-R15b1
+
+- None
+
Changes since 4.1-ESV-R14
- The server now allows the client identifier (option 61) to own leases
diff --git a/configure.ac b/configure.ac
index 12293a38..bec37912 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT([DHCP], [4.1-ESV-R15b1], [dhcp-users@isc.org])
+AC_INIT([DHCP], [4.1-ESV-R15], [dhcp-users@isc.org])
# we specify "foreign" to avoid having to have the GNU mandated files,
# like AUTHORS, COPYING, and such