summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Markwalder <tmark@isc.org>2016-08-26 14:45:19 -0400
committerThomas Markwalder <tmark@isc.org>2016-08-26 14:45:19 -0400
commitcf0016e95c24c684db500146e1bff2dc50223da5 (patch)
tree625dcc5eb42f81f96a6e6a13447394d3e0a98756
parentd46f66aef9d0764eb07265282fcfb826997491e2 (diff)
downloadisc-dhcp-cf0016e95c24c684db500146e1bff2dc50223da5.tar.gz
[v4_3] Pre-release tag prep for 4.3.5b1: version #, copyright etc...
-rw-r--r--README10
-rw-r--r--RELNOTES4
-rw-r--r--configure.ac2
-rw-r--r--omapip/connection.c2
-rw-r--r--util/bind.sh2
5 files changed, 11 insertions, 9 deletions
diff --git a/README b/README
index 75846327..f5a6fdcb 100644
--- a/README
+++ b/README
@@ -1,6 +1,6 @@
Internet Systems Consortium DHCP Distribution
- Version 4.3.4
- 29 March 2016
+ Version 4.3.5b1
+ 7 September 2016
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.3.5b1.tar.gz
+ tar xvf dhcp-4.3.5b1.tar
CONFIGURING IT
-Now, cd to the dhcp-4.3.4 subdirectory that you've just created and
+Now, cd to the dhcp-4.3.5b1 subdirectory that you've just created and
configure the source tree by typing:
./configure
diff --git a/RELNOTES b/RELNOTES
index a34f9782..38ec043a 100644
--- a/RELNOTES
+++ b/RELNOTES
@@ -1,6 +1,6 @@
Internet Systems Consortium DHCP Distribution
- Version 4.3.4
- 29 March 2016
+ Version 4.3.5b1
+ 7 September 2016
Release Notes
diff --git a/configure.ac b/configure.ac
index 8b58835c..e2f5ed0e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT([DHCP],[4.3.4],[dhcp-users@isc.org])
+AC_INIT([DHCP],[4.3.5b1],[dhcp-users@isc.org])
# we specify "foreign" to avoid having to have the GNU mandated files,
# like AUTHORS, COPYING, and such
diff --git a/omapip/connection.c b/omapip/connection.c
index abc1ac68..9aac0c80 100644
--- a/omapip/connection.c
+++ b/omapip/connection.c
@@ -3,7 +3,7 @@
Subroutines for dealing with connections. */
/*
- * Copyright (c) 2009-2014 by Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (c) 2009-2016 by Internet Systems Consortium, Inc. ("ISC")
* Copyright (c) 2004,2007 by Internet Systems Consortium, Inc. ("ISC")
* Copyright (c) 1999-2003 by Internet Software Consortium
*
diff --git a/util/bind.sh b/util/bind.sh
index f1ceaa50..54dd392a 100644
--- a/util/bind.sh
+++ b/util/bind.sh
@@ -59,6 +59,8 @@ case $# in
### For ease of use, this records the sticky tag of versions
### released with each point release.
###
+
+ 4.3.5b1) BINDTAG=v9_9_9_P2 ;;
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 ;;