Internet Systems Consortium DHCP Distribution
- Version 4.4.0b1
- 09 January 2018
+ Version 4.4.0
+ 31 January 2018
README FILE
To build the DHCP Distribution, unpack the compressed tar file using
the tar utility and the gzip command - type something like:
- gunzip dhcp-4.4.0b1.tar.gz
- tar xvf dhcp-4.4.0b1.tar
+ gunzip dhcp-4.4.0.tar.gz
+ tar xvf dhcp-4.4.0.tar
CONFIGURING IT
-Now, cd to the dhcp-4.4.0b1 subdirectory that you've just created and
+Now, cd to the dhcp-4.4.0 subdirectory that you've just created and
configure the source tree by typing:
./configure
Internet Systems Consortium DHCP Distribution
- Version 4.4.0b1
- 09 January 2018
+ Version 4.4.0
+ 31 January 2018
Release Notes
#! /bin/sh
# Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.69 for DHCP 4.4.0b1.
+# Generated by GNU Autoconf 2.69 for DHCP 4.4.0.
#
# Report bugs to <dhcp-users@isc.org>.
#
# Identity of this package.
PACKAGE_NAME='DHCP'
PACKAGE_TARNAME='dhcp'
-PACKAGE_VERSION='4.4.0b1'
-PACKAGE_STRING='DHCP 4.4.0b1'
+PACKAGE_VERSION='4.4.0'
+PACKAGE_STRING='DHCP 4.4.0'
PACKAGE_BUGREPORT='dhcp-users@isc.org'
PACKAGE_URL=''
# Omit some internal or obsolete options to make the list less imposing.
# This message is too long to be a string in the A/UX 3.1 sh.
cat <<_ACEOF
-\`configure' configures DHCP 4.4.0b1 to adapt to many kinds of systems.
+\`configure' configures DHCP 4.4.0 to adapt to many kinds of systems.
Usage: $0 [OPTION]... [VAR=VALUE]...
if test -n "$ac_init_help"; then
case $ac_init_help in
- short | recursive ) echo "Configuration of DHCP 4.4.0b1:";;
+ short | recursive ) echo "Configuration of DHCP 4.4.0:";;
esac
cat <<\_ACEOF
test -n "$ac_init_help" && exit $ac_status
if $ac_init_version; then
cat <<\_ACEOF
-DHCP configure 4.4.0b1
+DHCP configure 4.4.0
generated by GNU Autoconf 2.69
Copyright (C) 2012 Free Software Foundation, Inc.
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
-It was created by DHCP $as_me 4.4.0b1, which was
+It was created by DHCP $as_me 4.4.0, which was
generated by GNU Autoconf 2.69. Invocation command line was
$ $0 $@
# Define the identity of the package.
PACKAGE='dhcp'
- VERSION='4.4.0b1'
+ VERSION='4.4.0'
cat >>confdefs.h <<_ACEOF
# report actual input values of CONFIG_FILES etc. instead of their
# values after options handling.
ac_log="
-This file was extended by DHCP $as_me 4.4.0b1, which was
+This file was extended by DHCP $as_me 4.4.0, which was
generated by GNU Autoconf 2.69. Invocation command line was
CONFIG_FILES = $CONFIG_FILES
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
ac_cs_version="\\
-DHCP config.status 4.4.0b1
+DHCP config.status 4.4.0
configured by $0, generated by GNU Autoconf 2.69,
with options \\"\$ac_cs_config\\"
-AC_INIT([DHCP],[4.4.0b1],[dhcp-users@isc.org])
+AC_INIT([DHCP],[4.4.0],[dhcp-users@isc.org])
# we specify "foreign" to avoid having to have the GNU mandated files,
-AC_INIT([DHCP],[4.4.0b1],[dhcp-users@isc.org])
+AC_INIT([DHCP],[4.4.0],[dhcp-users@isc.org])
# for libtool
AC_CONFIG_MACRO_DIR([m4])
-AC_INIT([DHCP],[4.4.0b1],[dhcp-users@isc.org])
+AC_INIT([DHCP],[4.4.0],[dhcp-users@isc.org])
@BEGIN WITH LIBTOOL
# for libtool
-AC_INIT([DHCP],[4.4.0b1],[dhcp-users@isc.org])
+AC_INIT([DHCP],[4.4.0],[dhcp-users@isc.org])
# we specify "foreign" to avoid having to have the GNU mandated files,
Definitions for dhcpd... */
/*
- * Copyright (c) 2004-2017 by Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (c) 2004-2018 by Internet Systems Consortium, Inc. ("ISC")
* Copyright (c) 1996-2003 by Internet Software Consortium
*
* This Source Code Form is subject to the terms of the Mozilla Public
.\" dhcpd.conf.5
.\"
-.\" Copyright (c) 2004-2017 by Internet Systems Consortium, Inc. ("ISC")
+.\" Copyright (c) 2004-2018 by Internet Systems Consortium, Inc. ("ISC")
.\" Copyright (c) 1996-2003 by Internet Software Consortium
.\"
.\" This Source Code Form is subject to the terms of the Mozilla Public
#!/bin/sh
#
-# Copyright (C) 2015-2017 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) 2015-2018 Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
### For ease of use, this records the sticky tag of versions
### released with each point release.
###
+ 4.4.0) noSNAP=snapshot BINDTAG=v9_11_2_P1 ;;
4.4.0b1) noSNAP=snapshot BINDTAG=v9_11_2 ;;
4.4.0a1) noSNAP=snapshot BINDTAG=v9_11_2 ;;
4.3.4|4.3.4b1) BINDTAG=v9_9_8_P4 ;;