summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Markwalder <tmark@isc.org>2015-08-26 15:34:18 -0400
committerThomas Markwalder <tmark@isc.org>2015-08-26 15:34:18 -0400
commit5fc79cfd68a2ccf785cdc1a47b8c2ee8c1a28817 (patch)
tree5e2e447e5d708d195753a40bd7c4520f457eaad5
parentd69e527ce0211727b8cd4d2325579c3eee012ab5 (diff)
downloadisc-dhcp-5fc79cfd68a2ccf785cdc1a47b8c2ee8c1a28817.tar.gz
[master] Pre-release tag prep for 4.3.3: version #, copyright etc...
-rw-r--r--README10
-rw-r--r--RELNOTES8
-rw-r--r--client/dhclient.82
-rw-r--r--configure.ac2
-rw-r--r--util/bind.sh1
5 files changed, 14 insertions, 9 deletions
diff --git a/README b/README
index 4d566957..58711eea 100644
--- a/README
+++ b/README
@@ -1,6 +1,6 @@
Internet Systems Consortium DHCP Distribution
- Version 4.3.3b1
- 04 August 2015
+ Version 4.3.3
+ 03 September 2015
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.3b1.tar.gz
- tar xvf dhcp-4.3.3b1.tar
+ gunzip dhcp-4.3.3.tar.gz
+ tar xvf dhcp-4.3.3.tar
CONFIGURING IT
-Now, cd to the dhcp-4.3.3b1 subdirectory that you've just created and
+Now, cd to the dhcp-4.3.3 subdirectory that you've just created and
configure the source tree by typing:
./configure
diff --git a/RELNOTES b/RELNOTES
index eb87fb5f..565b225c 100644
--- a/RELNOTES
+++ b/RELNOTES
@@ -1,6 +1,6 @@
Internet Systems Consortium DHCP Distribution
- Version 4.3.3b1
- 04 August 2015
+ Version 4.3.3
+ 03 September 2015
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.3b1
+
+- None
+
Changes since 4.3.2
- The server now does a better check to see if it can allocate the memory
diff --git a/client/dhclient.8 b/client/dhclient.8
index b319c8e7..5b056981 100644
--- a/client/dhclient.8
+++ b/client/dhclient.8
@@ -1,6 +1,6 @@
.\" $Id: dhclient.8,v 1.36 2011/04/15 21:58:12 sar Exp $
.\"
-.\" Copyright (c) 2004,2007-2014 by Internet Systems Consortium, Inc. ("ISC")
+.\" Copyright (c) 2004,2007-2015 by Internet Systems Consortium, Inc. ("ISC")
.\" Copyright (c) 1996-2003 by Internet Software Consortium
.\"
.\" Permission to use, copy, modify, and distribute this software for any
diff --git a/configure.ac b/configure.ac
index 8792b345..3f1415b4 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT([DHCP],[4.3.3b1],[dhcp-users@isc.org])
+AC_INIT([DHCP],[4.3.3],[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 c9688379..015fe54f 100644
--- a/util/bind.sh
+++ b/util/bind.sh
@@ -59,6 +59,7 @@ case $# in
### For ease of use, this records the sticky tag of versions
### released with each point release.
###
+ 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 ;;
4.3.2rc1) BINDTAG=v9_9_7rc2 ;;