summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Markwalder <tmark@isc.org>2016-09-27 15:38:06 -0400
committerThomas Markwalder <tmark@isc.org>2016-09-27 15:38:06 -0400
commit9cb937761e3083ae6c21fc58c837a40b938172c0 (patch)
treee5d9fda6fcb6cfb3e06493ec4561b5acd7497546
parent15da3515b4bf2de437253fc3fcfdd3672c729c42 (diff)
downloadisc-dhcp-9cb937761e3083ae6c21fc58c837a40b938172c0.tar.gz
[v4_3] Pre-release tag prep for 4.3.5: version #, copyright etc...
Changes to be committed: README RELNOTES common/parse.c common/tests/misc_unittest.c configure.ac util/bind.sh
-rw-r--r--README10
-rw-r--r--RELNOTES4
-rw-r--r--common/parse.c2
-rw-r--r--common/tests/misc_unittest.c2
-rw-r--r--configure.ac2
-rw-r--r--util/bind.sh2
6 files changed, 11 insertions, 11 deletions
diff --git a/README b/README
index f5a6fdcb..aefe8574 100644
--- a/README
+++ b/README
@@ -1,6 +1,6 @@
Internet Systems Consortium DHCP Distribution
- Version 4.3.5b1
- 7 September 2016
+ Version 4.3.5
+ 5 October 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.5b1.tar.gz
- tar xvf dhcp-4.3.5b1.tar
+ gunzip dhcp-4.3.5.tar.gz
+ tar xvf dhcp-4.3.5.tar
CONFIGURING IT
-Now, cd to the dhcp-4.3.5b1 subdirectory that you've just created and
+Now, cd to the dhcp-4.3.5 subdirectory that you've just created and
configure the source tree by typing:
./configure
diff --git a/RELNOTES b/RELNOTES
index f3dd2d69..cf44b3e6 100644
--- a/RELNOTES
+++ b/RELNOTES
@@ -1,6 +1,6 @@
Internet Systems Consortium DHCP Distribution
- Version 4.3.5b1
- 7 September 2016
+ Version 4.3.5
+ 5 October 2016
Release Notes
diff --git a/common/parse.c b/common/parse.c
index b8ccf9df..a358004b 100644
--- a/common/parse.c
+++ b/common/parse.c
@@ -3,7 +3,7 @@
Common parser code for dhcpd and dhclient. */
/*
- * Copyright (c) 2004-2015 by Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (c) 2004-2016 by Internet Systems Consortium, Inc. ("ISC")
* Copyright (c) 1995-2003 by Internet Software Consortium
*
* Permission to use, copy, modify, and distribute this software for any
diff --git a/common/tests/misc_unittest.c b/common/tests/misc_unittest.c
index 0f9b80cf..f858a222 100644
--- a/common/tests/misc_unittest.c
+++ b/common/tests/misc_unittest.c
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2014 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) 2014-2016 Internet Systems Consortium, Inc. ("ISC")
*
* Permission to use, copy, modify, and/or distribute this software for any
* purpose with or without fee is hereby granted, provided that the above
diff --git a/configure.ac b/configure.ac
index e2f5ed0e..8cce0801 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT([DHCP],[4.3.5b1],[dhcp-users@isc.org])
+AC_INIT([DHCP],[4.3.5],[dhcp-users@isc.org])
# we specify "foreign" to avoid having to have the GNU mandated files,
# like AUTHORS, COPYING, and such
diff --git a/util/bind.sh b/util/bind.sh
index 54dd392a..b189a551 100644
--- a/util/bind.sh
+++ b/util/bind.sh
@@ -59,7 +59,7 @@ case $# in
### For ease of use, this records the sticky tag of versions
### released with each point release.
###
-
+ 4.3.5) BINDTAG=v9_9_9_P3 ;;
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 ;;