]> git.ipfire.org Git - thirdparty/dhcp.git/commitdiff
[v4_1_esv] Pre-release tag prep for 4.1-ESV-R14: version #, copyright etc...
authorThomas Markwalder <tmark@isc.org>
Tue, 27 Sep 2016 18:26:12 +0000 (14:26 -0400)
committerThomas Markwalder <tmark@isc.org>
Tue, 27 Sep 2016 18:26:12 +0000 (14:26 -0400)
    README
    RELNOTES
    configure.ac

README
RELNOTES
configure.ac

diff --git a/README b/README
index 99801fed87f2c17e5a29d6be6cdc2fd591b474d5..8ef9cfd6178509d5617b2a88cb12a4f1ff532357 100644 (file)
--- a/README
+++ b/README
@@ -1,6 +1,6 @@
               Internet Systems Consortium DHCP Distribution
-                         Version 4.1-ESV-R14b1
-                           7 September 2016
+                         Version 4.1-ESV-R14
+                           5 October 2016
 
                              README FILE
 
@@ -98,7 +98,7 @@ directory, it may not have up-to-date information).
 
                            RELEASE STATUS
 
-This is ISC DHCP 4.1-ESV-R14b1, an extended support (ESV) release that
+This is ISC DHCP 4.1-ESV-R14, 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-R14b1.tar.gz
-       tar xvf dhcp-4.1-ESV-R14b1.tar
+       gunzip dhcp-4.1-ESV-R14.tar.gz
+       tar xvf dhcp-4.1-ESV-R14.tar
 
                            CONFIGURING IT
 
-Now, cd to the dhcp-4.1-ESV-R14b1 subdirectory that you've just created and
+Now, cd to the dhcp-4.1-ESV-R14 subdirectory that you've just created and
 configure the source tree by typing:
 
        ./configure
index d7d534e24546cbd5ceac4fc754f2c8a805d12d2a..05f604fcf37d0c30577c579f9d9fa230303ab414 100644 (file)
--- a/RELNOTES
+++ b/RELNOTES
@@ -1,7 +1,7 @@
               Internet Systems Consortium DHCP Distribution
 
-                           Version 4.1-ESV-R14b1
-                             7 September 2016
+                           Version 4.1-ESV-R14
+                            5 Octoboer 2016
 
                               Release Notes
 
@@ -58,6 +58,10 @@ ISC DHCP is open source software maintained by Internet Systems
 Consortium.  This product includes cryptographic software written
 by Eric Young (eay@cryptsoft.com).
 
+                       Changes since 4.1-ESV-R14b1
+
+- None
+
                        Changes since 4.1-ESV-R13
 
 - Correct error message in relay to use remote id length instead
index 7afdb531045bad745d231fe8a8546579794ef187..aef3de9cb1d9a9745964c06a61575d7f038cdd82 100644 (file)
@@ -1,4 +1,4 @@
-AC_INIT([DHCP], [4.1-ESV-R14b1], [dhcp-users@isc.org])
+AC_INIT([DHCP], [4.1-ESV-R14], [dhcp-users@isc.org])
 
 # we specify "foreign" to avoid having to have the GNU mandated files,
 # like AUTHORS, COPYING, and such