diff --git a/README b/README index 2e0aff01..4d566957 100644 --- 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 diff --git a/RELNOTES b/RELNOTES index a7579242..f2165ec6 100644 --- 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 diff --git a/common/dhcp-options.5 b/common/dhcp-options.5 index 508b0061..179da910 100644 --- a/common/dhcp-options.5 +++ b/common/dhcp-options.5 @@ -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 .\" diff --git a/configure.ac b/configure.ac index a9c3b8f4..8792b345 100644 --- a/configure.ac +++ b/configure.ac @@ -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 diff --git a/includes/ldap_krb_helper.h b/includes/ldap_krb_helper.h index 879bc447..81976528 100644 --- a/includes/ldap_krb_helper.h +++ b/includes/ldap_krb_helper.h @@ -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. * diff --git a/server/dhcpd.8 b/server/dhcpd.8 index 239dd488..103128d5 100644 --- a/server/dhcpd.8 +++ b/server/dhcpd.8 @@ -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 .\" diff --git a/server/ldap.c b/server/ldap.c index b3eba57d..2893b823 100644 --- a/server/ldap.c +++ b/server/ldap.c @@ -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. * diff --git a/server/ldap_krb_helper.c b/server/ldap_krb_helper.c index 1dcab802..d66a0002 100644 --- a/server/ldap_krb_helper.c +++ b/server/ldap_krb_helper.c @@ -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. * diff --git a/util/bind.sh b/util/bind.sh index 81e4d9a4..c9688379 100644 --- a/util/bind.sh +++ b/util/bind.sh @@ -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 ;;