]> git.ipfire.org Git - thirdparty/dhcp.git/commitdiff
[v4_1_esv] Pre-release tag prep for 4.1-ESV-R15: version #, copyright etc...
authorThomas Markwalder <tmark@isc.org>
Tue, 25 Jul 2017 15:20:18 +0000 (11:20 -0400)
committerThomas Markwalder <tmark@isc.org>
Tue, 25 Jul 2017 15:20:18 +0000 (11:20 -0400)
README
RELNOTES
configure.ac

diff --git a/README b/README
index 55b04b49610b6089b617798c16acba47b81bb154..11e6314cada7e212aa187b88d4b2500182666c54 100644 (file)
--- 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
index 04085c0cfc086906e37cd0f4f236bbd834171ca1..f063cf472842de08c7ee94bc127d2c42353edc7f 100644 (file)
--- 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
index 12293a38f50f5986cd93f9fd830144bd854a4ded..bec37912525904316c0d649e8f37219218c67306 100644 (file)
@@ -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