]> git.ipfire.org Git - thirdparty/dhcp.git/commitdiff
[master] Pre-release tag prep for 4.4.0: version #, copyright etc... v4_4_0
authorThomas Markwalder <tmark@isc.org>
Fri, 26 Jan 2018 19:01:57 +0000 (14:01 -0500)
committerThomas Markwalder <tmark@isc.org>
Fri, 26 Jan 2018 19:01:57 +0000 (14:01 -0500)
README
RELNOTES
configure
configure.ac
configure.ac+lt
configure.ac-base
configure.ac-lt
includes/dhcpd.h
server/dhcpd.conf.5
tests/unittest.sh.in
util/bind.sh

diff --git a/README b/README
index f98e3b63f029eacf15a829338ec267183cfb6858..01d6490019ef0f46df411a22d7bec474a6768a2c 100644 (file)
--- a/README
+++ b/README
@@ -1,6 +1,6 @@
              Internet Systems Consortium DHCP Distribution
-                           Version 4.4.0b1
-                           09 January 2018
+                            Version 4.4.0
+                           31 January 2018
 
                              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.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
index 69e441b48d621fcf44704bf19e2ced27d243292d..cd269fac59a3968cdb33549cfd869bd88c93cf9f 100644 (file)
--- a/RELNOTES
+++ b/RELNOTES
@@ -1,6 +1,6 @@
                 Internet Systems Consortium DHCP Distribution
-                           Version 4.4.0b1
-                           09 January 2018
+                            Version 4.4.0
+                           31 January 2018
 
                              Release Notes
 
index e9b8649410c93a482253bd4dddb35da3c2061149..d0137c6a0c2948453e0a8760f058bd3f78c49284 100755 (executable)
--- a/configure
+++ b/configure
@@ -1,6 +1,6 @@
 #! /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>.
 #
@@ -580,8 +580,8 @@ MAKEFLAGS=
 # 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=''
 
@@ -1350,7 +1350,7 @@ if test "$ac_init_help" = "long"; then
   # 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]...
 
@@ -1420,7 +1420,7 @@ fi
 
 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
 
@@ -1591,7 +1591,7 @@ fi
 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.
@@ -2384,7 +2384,7 @@ cat >config.log <<_ACEOF
 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 $@
@@ -3251,7 +3251,7 @@ fi
 
 # Define the identity of the package.
  PACKAGE='dhcp'
- VERSION='4.4.0b1'
+ VERSION='4.4.0'
 
 
 cat >>confdefs.h <<_ACEOF
@@ -8102,7 +8102,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
 # 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
@@ -8168,7 +8168,7 @@ _ACEOF
 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\\"
 
index 203cf57c94ef73c9524d79baf1ecc35a193e5f35..d6924bf955b658769aef81f24d168420c17f0d60 100644 (file)
@@ -1,4 +1,4 @@
-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,
index 26b2383c437bdf6168d12bb9c44adc1e221fa808..2281f1db4ef6dcf36f80f36ed3c30fbfe412153e 100644 (file)
@@ -1,4 +1,4 @@
-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])
index 7a512f84261407aaa77b0661d9e31070c378002c..9e277884e2923c4e22b3f653db7ebed1773b05e7 100644 (file)
@@ -1,4 +1,4 @@
-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
index 203cf57c94ef73c9524d79baf1ecc35a193e5f35..d6924bf955b658769aef81f24d168420c17f0d60 100644 (file)
@@ -1,4 +1,4 @@
-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,
index 24c8146fadcaea27edda5afae5f0b9c78cea3597..eecc5d72ae1bee0cb45d20f5dbbc5856999616ac 100644 (file)
@@ -3,7 +3,7 @@
    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
index 878f1b6cea87b34c75f030944d8751ba4161c6b6..17330d4e3f332047434b932e923f47c3592ce69d 100644 (file)
@@ -1,6 +1,6 @@
 .\"    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
index d97fe409c18640cbeeb9850e8cb835a350f1bbd5..354432fbbeb6ec2dc7d8d2c77c92db624bc08d61 100755 (executable)
@@ -1,6 +1,6 @@
 #!/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
index 52b61da5956bb5459dca6e1f4e9eccc6147a2917..815ffd71ac9f857e4e8713a3baf0faa3d694aefc 100644 (file)
@@ -58,6 +58,7 @@ case $# in
        ### 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 ;;