]> git.ipfire.org Git - thirdparty/dhcp.git/commitdiff
[v4_1_esv] Pre-release tag prep for 4.1-ESV-R12: version #, copyright etc...
authorThomas Markwalder <tmark@isc.org>
Wed, 26 Aug 2015 18:32:28 +0000 (14:32 -0400)
committerThomas Markwalder <tmark@isc.org>
Wed, 26 Aug 2015 18:32:28 +0000 (14:32 -0400)
README
RELNOTES
client/dhclient.8
configure.ac

diff --git a/README b/README
index 9114795dc043bddcccab604867838914a2832d26..7e382ac47805cd6f4fca7ea947a7d002fd90392d 100644 (file)
--- a/README
+++ b/README
@@ -1,6 +1,6 @@
               Internet Systems Consortium DHCP Distribution
-                          Version 4.1-ESV-R12b1
-                            04 August 2015
+                          Version 4.1-ESV-R12
+                           03 September 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-R12b1, an extended support (ESV) release that
+This is ISC DHCP 4.1-ESV-R12, 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-R12b1.tar.gz
-       tar xvf dhcp-4.1-ESV-R12b1.tar
+       gunzip dhcp-4.1-ESV-R12.tar.gz
+       tar xvf dhcp-4.1-ESV-R12.tar
 
                            CONFIGURING IT
 
-Now, cd to the dhcp-4.1-ESV-R12b1 subdirectory that you've just created and
+Now, cd to the dhcp-4.1-ESV-R12 subdirectory that you've just created and
 configure the source tree by typing:
 
        ./configure
index 01bcb9373e336aadb71de30241fd29c23ea3ea90..9383f4753ef9cf3fe4d72ff96b2995cfb1fd7b12 100644 (file)
--- a/RELNOTES
+++ b/RELNOTES
@@ -1,13 +1,13 @@
               Internet Systems Consortium DHCP Distribution
 
-                            Version 4.1-ESV-R12b1
-                              04 August 2015
+                            Version 4.1-ESV-R12
+                              03 September 2015
 
                               Release Notes
 
                               NEW FEATURES
 
-Version 4.1-ESV-R12b1 is a maintenance release of an extended support version
+Version 4.1-ESV-R12 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-R12b1
+
+- None
+
                        Changes since 4.1-ESV-R11
 
 - The server now does a better check to see if it can allocate the memory
index 5814c069849cf6981faacb5481ff62cc7be306f8..d175b420f19e1375da281540bb27c0e0d18e91e1 100644 (file)
@@ -1,6 +1,6 @@
 .\"    $Id: dhclient.8,v 1.30.8.4.6.1 2011/04/15 22:26:20 sar Exp $
 .\"
-.\" Copyright (c) 2004,2007-2014 by Internet Systems Consortium, Inc. ("ISC")
+.\" Copyright (c) 2004,2007-2015 by Internet Systems Consortium, Inc. ("ISC")
 .\" Copyright (c) 1996-2003 by Internet Software Consortium
 .\"
 .\" Permission to use, copy, modify, and distribute this software for any
index 564c8b711125f9cff3592a7b08a3770b46ccfcee..ca68ccc57f428c590e547012284f046490616bfa 100644 (file)
@@ -1,4 +1,4 @@
-AC_INIT([DHCP], [4.1-ESV-R12b1], [dhcp-users@isc.org])
+AC_INIT([DHCP], [4.1-ESV-R12], [dhcp-users@isc.org])
 
 # we specify "foreign" to avoid having to have the GNU mandated files,
 # like AUTHORS, COPYING, and such