summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Markwalder <tmark@isc.org>2017-12-11 11:47:03 -0500
committerThomas Markwalder <tmark@isc.org>2017-12-11 11:47:03 -0500
commit437756f711bc586e92465b295f5527edecacecd3 (patch)
tree4e7535729dff07f7a86eefcb843f135b694f0659
parentf1fc5ede225a74f61ad994334c2dbdc6cfdd306f (diff)
downloadisc-dhcp-437756f711bc586e92465b295f5527edecacecd3.tar.gz
[master] Pre-release tag prep for 4.4.0a1: version #, copyright etc...
Changes to be committed: modified: README modified: RELNOTES modified: configure.ac modified: includes/heap.h modified: includes/t_api.h modified: util/bind.sh
-rw-r--r--README10
-rw-r--r--RELNOTES4
-rw-r--r--configure.ac2
-rw-r--r--includes/heap.h2
-rw-r--r--includes/t_api.h2
-rw-r--r--util/bind.sh2
6 files changed, 11 insertions, 11 deletions
diff --git a/README b/README
index 08945625..86064b7a 100644
--- 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
diff --git a/RELNOTES b/RELNOTES
index 4fe8a26b..56445eb5 100644
--- 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
diff --git a/configure.ac b/configure.ac
index 0cec4d22..1eed3617 100644
--- a/configure.ac
+++ b/configure.ac
@@ -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,
diff --git a/includes/heap.h b/includes/heap.h
index 0b67d314..06029c52 100644
--- a/includes/heap.h
+++ b/includes/heap.h
@@ -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
diff --git a/includes/t_api.h b/includes/t_api.h
index 36fde941..ec40bcac 100644
--- a/includes/t_api.h
+++ b/includes/t_api.h
@@ -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
diff --git a/util/bind.sh b/util/bind.sh
index b4a8461a..8fe5a25e 100644
--- a/util/bind.sh
+++ b/util/bind.sh
@@ -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 ;;