]> git.ipfire.org Git - thirdparty/dhcp.git/commitdiff
[master] Pre-release tag prep for 4.4.0a1: version #, copyright etc...
authorThomas Markwalder <tmark@isc.org>
Mon, 11 Dec 2017 16:47:03 +0000 (11:47 -0500)
committerThomas Markwalder <tmark@isc.org>
Mon, 11 Dec 2017 16:47:03 +0000 (11:47 -0500)
 Changes to be committed:
modified:   README
modified:   RELNOTES
modified:   configure.ac
modified:   includes/heap.h
modified:   includes/t_api.h
modified:   util/bind.sh

README
RELNOTES
configure.ac
includes/heap.h
includes/t_api.h
util/bind.sh

diff --git a/README b/README
index 08945625c5c5af7f004cd12c030bbbeda8afab27..86064b7ac442d443a097e08bc5c93d532712b9e0 100644 (file)
--- a/README
+++ b/README
@@ -1,6 +1,6 @@
              Internet Systems Consortium DHCP Distribution
-                           Version 4.3.4
-                           29 March 2016
+                           Version 4.4.0a1
+                           11 December 2017
 
                              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.4.tar.gz
-       tar xvf dhcp-4.3.4.tar
+       gunzip dhcp-4.4.0a1.tar.gz
+       tar xvf dhcp-4.4.0a1.tar
 
                            CONFIGURING IT
 
-Now, cd to the dhcp-4.3.4 subdirectory that you've just created and
+Now, cd to the dhcp-4.4.0a1 subdirectory that you've just created and
 configure the source tree by typing:
 
        ./configure
index 4fe8a26b778431aca66b6068e3d99e096b0bc65f..56445eb54d13aab212fa4a99bcc9db3174061dd5 100644 (file)
--- a/RELNOTES
+++ b/RELNOTES
@@ -1,6 +1,6 @@
                 Internet Systems Consortium DHCP Distribution
-                            Version 4.4.0-dev
-                             29 March 2016
+                           Version 4.4.0a1
+                           11 December 2017
 
                              Release Notes
 
index 0cec4d223ccdc8f784f399e7ccc1a46492ba7e7b..1eed36171ee0e87379bdb43e38c4661efb7627df 100644 (file)
@@ -1,4 +1,4 @@
-AC_INIT([DHCP],[4.4.0-dev],[dhcp-users@isc.org])
+AC_INIT([DHCP],[4.4.0a1],[dhcp-users@isc.org])
 
 
 # we specify "foreign" to avoid having to have the GNU mandated files,
index 0b67d314e29b0cd763097e4549077d9e6ca37b65..06029c523d119404193666aa54d101227d939bca 100644 (file)
@@ -1,6 +1,6 @@
 /*
  * Copyright (C) 2004-2017  Internet Systems Consortium, Inc. ("ISC")
- * Copyright (C) 1997-2001  Internet Software Consortium.
+ * Copyright (C) 1997-2003  Internet Software Consortium.
  *
  * 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 36fde941cb6f4135ec184266dbe04538383f50c5..ec40bcac55b08e33bf1714ae2836a6d5622e1234 100644 (file)
@@ -1,6 +1,6 @@
 /*
  * Copyright (C) 2004-2017  Internet Systems Consortium, Inc. ("ISC")
- * Copyright (C) 1999-2001  Internet Software Consortium.
+ * Copyright (C) 1999-2003  Internet Software Consortium.
  *
  * 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 b4a8461affd6d86573e7f51246dd17c3154b4db8..8fe5a25e7ece0fcc6a9ff0ede9275c70ba1f07cf 100644 (file)
@@ -58,7 +58,7 @@ case $# in
        ### For ease of use, this records the sticky tag of versions
        ### released with each point release.
        ###
-       4.4.0-dev) noSNAP=snapshot BINDTAG=v9_11 ;;
+       4.4.0a1) noSNAP=snapshot BINDTAG=v9_11_2 ;;
        4.3.4|4.3.4b1) BINDTAG=v9_9_8_P4 ;;
        4.3.3) BINDTAG=v9_9_7_P3 ;;
        4.3.3b1) BINDTAG=v9_9_7_P2 ;;