2
0
mirror of https://gitlab.isc.org/isc-projects/dhcp synced 2025-08-22 09:57:20 +00:00

[master] Pre-release tag prep for 4.3.3b1: version #, copyright etc...

This commit is contained in:
Thomas Markwalder 2015-07-30 15:11:11 -04:00
parent 253f67ae7f
commit 74a01dbb9a
9 changed files with 14 additions and 10 deletions

10
README
View File

@ -1,6 +1,6 @@
Internet Systems Consortium DHCP Distribution Internet Systems Consortium DHCP Distribution
Version 4.3.2 Version 4.3.3b1
05 March 2015 04 August 2015
README FILE README FILE
@ -142,12 +142,12 @@ information. On Digital Unix, type ``man pfilt''.
To build the DHCP Distribution, unpack the compressed tar file using To build the DHCP Distribution, unpack the compressed tar file using
the tar utility and the gzip command - type something like: the tar utility and the gzip command - type something like:
gunzip dhcp-4.3.2.tar.gz gunzip dhcp-4.3.3b1.tar.gz
tar xvf dhcp-4.3.2.tar tar xvf dhcp-4.3.3b1.tar
CONFIGURING IT 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 the source tree by typing:
./configure ./configure

View File

@ -1,6 +1,6 @@
Internet Systems Consortium DHCP Distribution Internet Systems Consortium DHCP Distribution
Version 4.3.2 Version 4.3.3b1
05 March 2015 04 August 2015
Release Notes Release Notes

View File

@ -1,6 +1,6 @@
.\" $Id: dhcp-options.5,v 1.50 2011/05/20 13:48:32 tomasz Exp $ .\" $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) 2004-2010 by Internet Systems Consortium, Inc. ("ISC")
.\" Copyright (c) 1996-2003 by Internet Software Consortium .\" Copyright (c) 1996-2003 by Internet Software Consortium
.\" .\"

View 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, # we specify "foreign" to avoid having to have the GNU mandated files,
# like AUTHORS, COPYING, and such # like AUTHORS, COPYING, and such

View File

@ -3,6 +3,7 @@
Helper routings for allowing LDAP to read configuration with GSSAPI/krb auth */ 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. * Copyright (c) 2014 William B.
* All rights reserved. * All rights reserved.
* *

View File

@ -1,6 +1,6 @@
.\" dhcpd.8 .\" 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) 2004-2007 by Internet Systems Consortium, Inc. ("ISC")
.\" Copyright (c) 1996-2003 by Internet Software Consortium .\" Copyright (c) 1996-2003 by Internet Software Consortium
.\" .\"

View File

@ -3,6 +3,7 @@
Routines for reading the configuration from LDAP */ Routines for reading the configuration from LDAP */
/* /*
* Copyright (c) 2010,2015 by Internet Systems Consortium, Inc. ("ISC")
* Copyright (c) 2003-2006 Ntelos, Inc. * Copyright (c) 2003-2006 Ntelos, Inc.
* All rights reserved. * All rights reserved.
* *

View File

@ -3,6 +3,7 @@
Helper routings for allowing LDAP to read configuration with GSSAPI/krb auth */ 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. * Copyright (c) 2014 William B.
* All rights reserved. * All rights reserved.
* *

View File

@ -59,6 +59,7 @@ case $# in
### For ease of use, this records the sticky tag of versions ### For ease of use, this records the sticky tag of versions
### released with each point release. ### 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.2|4.3.2rc2) BINDTAG=v9_9_7 ;;
4.3.2rc1) BINDTAG=v9_9_7rc2 ;; 4.3.2rc1) BINDTAG=v9_9_7rc2 ;;
4.3.2b1) BINDTAG=v9_9_7rc1 ;; 4.3.2b1) BINDTAG=v9_9_7rc1 ;;