]> git.ipfire.org Git - thirdparty/dhcp.git/commitdiff
[v4_1_esv] Pre-release tag prep for 4.1-ESV-R12b1: version #, copyright etc...
authorThomas Markwalder <tmark@isc.org>
Fri, 31 Jul 2015 11:13:01 +0000 (07:13 -0400)
committerThomas Markwalder <tmark@isc.org>
Fri, 31 Jul 2015 11:13:01 +0000 (07:13 -0400)
README
RELNOTES
common/dhcp-options.5
configure.ac
includes/dhcpd.h
server/confpars.c
server/dhcpd.8
server/dhcpv6.c

diff --git a/README b/README
index 8f99ca56cd88c2455159b496938bd0192953d881..9114795dc043bddcccab604867838914a2832d26 100644 (file)
--- a/README
+++ b/README
@@ -1,6 +1,6 @@
               Internet Systems Consortium DHCP Distribution
-                          Version 4.1-ESV-R11
-                            05 March 2015
+                          Version 4.1-ESV-R12b1
+                            04 August 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-R11, an extended support (ESV) release that
+This is ISC DHCP 4.1-ESV-R12b1, 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-R11.tar.gz
-       tar xvf dhcp-4.1-ESV-R11.tar
+       gunzip dhcp-4.1-ESV-R12b1.tar.gz
+       tar xvf dhcp-4.1-ESV-R12b1.tar
 
                            CONFIGURING IT
 
-Now, cd to the dhcp-4.1-ESV-R11 subdirectory that you've just created and
+Now, cd to the dhcp-4.1-ESV-R12b1 subdirectory that you've just created and
 configure the source tree by typing:
 
        ./configure
index 79cb662f2f45d977974b09de1388e350fa2edc04..efecb6b47301ad643ccf423a1770f25a71e5d930 100644 (file)
--- a/RELNOTES
+++ b/RELNOTES
@@ -1,13 +1,13 @@
               Internet Systems Consortium DHCP Distribution
 
-                            Version 4.1-ESV-R11
-                              05 March 2015
+                            Version 4.1-ESV-R12b1
+                              04 August 2015
 
                               Release Notes
 
                               NEW FEATURES
 
-Version 4.1-ESV-R11 is a maintenance release of an extended support version
+Version 4.1-ESV-R12b1 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/
index 5a89e89745f955206351fa2e2fa5cb1369e0a19d..9db08a4187bd272bb9a7c3d94bc44cefbf10a8e9 100644 (file)
@@ -1,6 +1,6 @@
 .\"    $Id: dhcp-options.5,v 1.43.8.4 2010/07/13 20:57:18 dhankins Exp $
 .\"
-.\" Copyright (c) 2012-2014 by Internet Systems Consortium, Inc. ("ISC")
+.\" Copyright (c) 2012-2015 by Internet Systems Consortium, Inc. ("ISC")
 .\" Copyright (c) 2004-2010 by Internet Systems Consortium, Inc. ("ISC")
 .\" Copyright (c) 1996-2003 by Internet Software Consortium
 .\"
index 2403925dc9ec93ec0de059b21d24877b99ed9e64..564c8b711125f9cff3592a7b08a3770b46ccfcee 100644 (file)
@@ -1,4 +1,4 @@
-AC_INIT([DHCP], [4.1-ESV-R11], [dhcp-users@isc.org])
+AC_INIT([DHCP], [4.1-ESV-R12b1], [dhcp-users@isc.org])
 
 # we specify "foreign" to avoid having to have the GNU mandated files,
 # like AUTHORS, COPYING, and such
index 1bad3c7a11775cd99f612e58714dce80f673fbd8..ae548e51ce4a8fa3b0cce97ecbdfc1d060a52e14 100644 (file)
@@ -3,7 +3,7 @@
    Definitions for dhcpd... */
 
 /*
- * Copyright (c) 2004-2014 by Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (c) 2004-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 f592a4e5cc647520df12aa879dd67694cd79f824..997ac1f25b4cf35800afafc443d22dea597e3b47 100644 (file)
@@ -3,7 +3,7 @@
    Parser for dhcpd config file... */
 
 /*
- * Copyright (c) 2004-2014 by Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (c) 2004-2015 by Internet Systems Consortium, Inc. ("ISC")
  * Copyright (c) 1995-2003 by Internet Software Consortium
  *
  * Permission to use, copy, modify, and distribute this software for any
index 28687257ec83d15e62287cd54f77b68329490d10..a56aee9f448553503053e66514575e8402d4fd8f 100644 (file)
@@ -1,6 +1,6 @@
 .\"    dhcpd.8
 .\"
-.\" Copyright (c) 2009-2012 by Internet Systems Consortium, Inc. ("ISC")
+.\" Copyright (c) 2009-2015 by Internet Systems Consortium, Inc. ("ISC")
 .\" Copyright (c) 2004-2007 by Internet Systems Consortium, Inc. ("ISC")
 .\" Copyright (c) 1996-2003 by Internet Software Consortium
 .\"
index 6de0b9fff7704e71ccb76ade5a7dff0c73f2bc4c..a54ec6e3ddaa276913fc25b02c3325303cb0bfd0 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2006-2014 by Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) 2006-2015 by Internet Systems Consortium, Inc. ("ISC")
  *
  * Permission to use, copy, modify, and distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above