]> git.ipfire.org Git - thirdparty/dhcp.git/commitdiff
[master] Pre-release tag prep for 4.3.3b1: version #, copyright etc...
authorThomas Markwalder <tmark@isc.org>
Thu, 30 Jul 2015 19:11:11 +0000 (15:11 -0400)
committerThomas Markwalder <tmark@isc.org>
Thu, 30 Jul 2015 19:11:11 +0000 (15:11 -0400)
README
RELNOTES
common/dhcp-options.5
configure.ac
includes/ldap_krb_helper.h
server/dhcpd.8
server/ldap.c
server/ldap_krb_helper.c
util/bind.sh

diff --git a/README b/README
index 2e0aff01169315228a4d3da9d32766ee70b80655..4d566957617260a27b0d104c6122c88b64dd814d 100644 (file)
--- a/README
+++ b/README
@@ -1,6 +1,6 @@
              Internet Systems Consortium DHCP Distribution
-                             Version 4.3.2
-                             05 March 2015
+                             Version 4.3.3b1
+                             04 August 2015
 
                              README FILE
 
@@ -142,12 +142,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.3.2.tar.gz
-       tar xvf dhcp-4.3.2.tar
+       gunzip dhcp-4.3.3b1.tar.gz
+       tar xvf dhcp-4.3.3b1.tar
 
                            CONFIGURING IT
 
-Now, cd to the dhcp-4.3.2 subdirectory that you've just created and
+Now, cd to the dhcp-4.3.3b1 subdirectory that you've just created and
 configure the source tree by typing:
 
        ./configure
index a7579242864801f39f0a031aeef0060637567080..f2165ec6559e1513c4533322728953c33998a1e9 100644 (file)
--- a/RELNOTES
+++ b/RELNOTES
@@ -1,6 +1,6 @@
                 Internet Systems Consortium DHCP Distribution
-                             Version 4.3.2
-                             05 March 2015
+                             Version 4.3.3b1
+                             04 August 2015
 
                              Release Notes
 
index 508b0061b2665c30b2cf126f328dfa4027508483..179da91075800619eab570bfa0a130ce478e035d 100644 (file)
@@ -1,6 +1,6 @@
 .\"    $Id: dhcp-options.5,v 1.50 2011/05/20 13:48:32 tomasz 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 a9c3b8f4c8233ffcc9560193d56fcda4ad2c6b92..8792b34502cdce18f1756660f045b2b224435127 100644 (file)
@@ -1,4 +1,4 @@
-AC_INIT([DHCP],[4.3.2],[dhcp-users@isc.org])
+AC_INIT([DHCP],[4.3.3b1],[dhcp-users@isc.org])
 
 # we specify "foreign" to avoid having to have the GNU mandated files,
 # like AUTHORS, COPYING, and such
index 879bc447384fdf8b0b54c3fbe2c58d68a79a7464..819765283b47343967e8d99e2519c69a61211548 100644 (file)
@@ -3,6 +3,7 @@
    Helper routings for allowing LDAP to read configuration with GSSAPI/krb auth */
 
 /*
+ * Copyright (c) 2015 by Internet Systems Consortium, Inc. ("ISC")
  * Copyright (c) 2014 William B.
  * All rights reserved.
  *
index 239dd488368239ab8b56341f7bc3f8843f2388e0..103128d598ab23984f49a5acfd7794a7331a1147 100644 (file)
@@ -1,6 +1,6 @@
 .\"    dhcpd.8
 .\"
-.\" Copyright (c) 2009-2012 by Internet Systems Consortium, Inc. ("ISC")
+.\" Copyright (c) 2009-2012,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 b3eba57d119c9edafb6d56b230e2d65620a2aeeb..2893b8235891a29915035c0a5ac6b813cb005598 100644 (file)
@@ -3,6 +3,7 @@
    Routines for reading the configuration from LDAP */
 
 /*
+ * Copyright (c) 2010,2015 by Internet Systems Consortium, Inc. ("ISC")
  * Copyright (c) 2003-2006 Ntelos, Inc.
  * All rights reserved.
  *
index 1dcab802a5848d070d4fd249dbbd4985dabc4224..d66a00021bbf4ed825edaac8725db72b74547787 100644 (file)
@@ -3,6 +3,7 @@
    Helper routings for allowing LDAP to read configuration with GSSAPI/krb auth */
 
 /*
+ * Copyright (c) 2015 by Internet Systems Consortium, Inc. ("ISC")
  * Copyright (c) 2014 William B.
  * All rights reserved.
  *
index 81e4d9a44a6ad825f502075e7bb021c8ee7cda90..c9688379c5978f03b6d7947c7210cb751064b45c 100644 (file)
@@ -59,6 +59,7 @@ case $# in
        ### For ease of use, this records the sticky tag of versions
        ### released with each point release.
        ###
+       4.3.3b1) BINDTAG=v9_9_7_P2 ;;
        4.3.2|4.3.2rc2) BINDTAG=v9_9_7 ;;
        4.3.2rc1) BINDTAG=v9_9_7rc2 ;;
        4.3.2b1) BINDTAG=v9_9_7rc1 ;;