]> git.ipfire.org Git - thirdparty/dhcp.git/commitdiff
[v4_1_esv] Pre-release tag prep for 4.1-ESV-R13: version #, copyright etc...
authorThomas Markwalder <tmark@isc.org>
Tue, 22 Mar 2016 14:43:06 +0000 (10:43 -0400)
committerThomas Markwalder <tmark@isc.org>
Tue, 22 Mar 2016 14:43:06 +0000 (10:43 -0400)
README
RELNOTES
configure.ac

diff --git a/README b/README
index f3f9e0bb99b44222ea0376084a3a93be1e6c5928..dbbe130db845a71c76365f63aa0feec9b08cadf6 100644 (file)
--- a/README
+++ b/README
@@ -1,6 +1,6 @@
               Internet Systems Consortium DHCP Distribution
-                       Version 4.1-ESV-R13b1
-                           09 March 2016
+                         Version 4.1-ESV-R13
+                           29 March 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-R13b1, an extended support (ESV) release that
+This is ISC DHCP 4.1-ESV-R13, 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-R13b1.tar.gz
-       tar xvf dhcp-4.1-ESV-R13b1.tar
+       gunzip dhcp-4.1-ESV-R13.tar.gz
+       tar xvf dhcp-4.1-ESV-R13.tar
 
                            CONFIGURING IT
 
-Now, cd to the dhcp-4.1-ESV-R13b1 subdirectory that you've just created and
+Now, cd to the dhcp-4.1-ESV-R13 subdirectory that you've just created and
 configure the source tree by typing:
 
        ./configure
index e90ef8ab81a73affa56b3701f1c43494e3e3be7a..d380eb30e3b4821e14e2751163d6a9df31784f14 100644 (file)
--- a/RELNOTES
+++ b/RELNOTES
@@ -1,13 +1,13 @@
               Internet Systems Consortium DHCP Distribution
 
-                          Version 4.1-ESV-R13b1
-                             09 March 2016
+                           Version 4.1-ESV-R13
+                             29 March 2016
 
                               Release Notes
 
                               NEW FEATURES
 
-Version 4.1-ESV-R13b1 is a maintenance release of an extended support version
+Version 4.1-ESV-R13 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/
@@ -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-R13b1
+
+- None
+
                        Changes since 4.1-ESV-R12
 
 - Corrected a static analyzer warning in common/execute.c
index bcf6602a748c455d268a293660eea9e9e3a4d097..e035184b6828a6f8757c9691a01d091406d647bc 100644 (file)
@@ -1,4 +1,4 @@
-AC_INIT([DHCP], [4.1-ESV-R13b1], [dhcp-users@isc.org])
+AC_INIT([DHCP], [4.1-ESV-R13], [dhcp-users@isc.org])
 
 # we specify "foreign" to avoid having to have the GNU mandated files,
 # like AUTHORS, COPYING, and such