summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Markwalder <tmark@isc.org>2016-03-22 09:39:36 -0400
committerThomas Markwalder <tmark@isc.org>2016-03-22 09:39:36 -0400
commit33dca28a7a1ca3613618e3cdc0414433cc26eab6 (patch)
treebb0627ca1fb404a4b0fddd35b2defe791d8a3cd6
parent34a09be027ac1f4680d7d0e6eda91d8b1e7ddfa8 (diff)
downloadisc-dhcp-33dca28a7a1ca3613618e3cdc0414433cc26eab6.tar.gz
[master] Pre-release tag prep for 4.3.4: version #, copyright etc...
-rw-r--r--README10
-rw-r--r--RELNOTES8
-rw-r--r--configure.ac2
-rw-r--r--util/bind.sh2
4 files changed, 13 insertions, 9 deletions
diff --git a/README b/README
index b51119d3..75846327 100644
--- a/README
+++ b/README
@@ -1,6 +1,6 @@
Internet Systems Consortium DHCP Distribution
- Version 4.3.4b1
- 09 March 2016
+ Version 4.3.4
+ 29 March 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.4b1.tar.gz
- tar xvf dhcp-4.3.4b1.tar
+ gunzip dhcp-4.3.4.tar.gz
+ tar xvf dhcp-4.3.4.tar
CONFIGURING IT
-Now, cd to the dhcp-4.3.4b1 subdirectory that you've just created and
+Now, cd to the dhcp-4.3.4 subdirectory that you've just created and
configure the source tree by typing:
./configure
diff --git a/RELNOTES b/RELNOTES
index eb0b9a90..f8c2ae9c 100644
--- a/RELNOTES
+++ b/RELNOTES
@@ -1,6 +1,6 @@
Internet Systems Consortium DHCP Distribution
- Version 4.3.4b1
- 09 March 2016
+ Version 4.3.4
+ 29 March 2016
Release Notes
@@ -52,6 +52,10 @@ ISC DHCP is open source software maintained by Internet Systems
Consortium. This product includes cryptographic software written
by Eric Young (eay@cryptsoft.com).
+ Changes since 4.3.4b1
+
+- None
+
Changes since 4.3.3
- Corrected a static analyzer warning in common/execute.c
diff --git a/configure.ac b/configure.ac
index 3cabf647..f6fa53e3 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT([DHCP],[4.3.4b1],[dhcp-users@isc.org])
+AC_INIT([DHCP],[4.3.4],[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 248a8710..f1ceaa50 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.4b1) BINDTAG=v9_9_8_P4 ;;
+ 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 ;;
4.3.2|4.3.2rc2) BINDTAG=v9_9_7 ;;