summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Hankins <dhankins@isc.org>2008-05-14 20:54:24 +0000
committerDavid Hankins <dhankins@isc.org>2008-05-14 20:54:24 +0000
commit1195023592cb637a9c31deeb3ff83bbaefae9798 (patch)
tree978919c02293e3d1aca35ed74c8f7642f6d08abc
parent813f00620d65b4227e7aa3a5bffbc533318706bb (diff)
downloadisc-dhcp-3_0_7.tar.gz
Version to 3.0.7 final.v3_0_7
Some printed copyrights to 2008 (server, relay).
-rw-r--r--README22
-rw-r--r--RELNOTES8
-rw-r--r--includes/version.h2
-rw-r--r--relay/dhcrelay.c4
-rw-r--r--server/dhcpd.c4
5 files changed, 21 insertions, 19 deletions
diff --git a/README b/README
index f635a957..2aa92bd1 100644
--- a/README
+++ b/README
@@ -1,6 +1,6 @@
Internet Systems Consortium DHCP Distribution
- Version 3.0.7rc1
- April 22, 2008
+ Version 3.0.7
+ May 14, 2008
README FILE
@@ -92,13 +92,11 @@ directory, it may not have up-to-date information).
RELEASE STATUS
-This is ISC DHCP 3.0.7rc1, the first RELEASE CANDIDATE of ISC DHCP 3.0.7.
-
-ISC DHCP 3.0.7 is a maintenance release which seeks only to fix bugs
-present in versions 3.0.6 and prior. No new features have been added,
-although if you run failover and are upgrading from 3.0.3 or prior,
-you should take careful note of the RELNOTES discussion on the new
-'atsfp' failover value.
+This is ISC DHCP 3.0.7, a maintenance release which seeks only to fix
+bugs present in versions 3.0.6 and prior. No new features have been
+added, although if you run failover and are upgrading from 3.0.3 or
+prior, you should take careful note of the RELNOTES discussion on the
+new 'atsfp' failover value.
In this release, the server and relay agent are currently fully
functional on NetBSD, Linux systems with kernel version 2.2 or later,
@@ -141,12 +139,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-3.0.7rc1.tar.gz
- tar xvf dhcp-3.0.7rc1.tar
+ gunzip dhcp-3.0.7.tar.gz
+ tar xvf dhcp-3.0.7.tar
CONFIGURING IT
-Now, cd to the dhcp-3.0.7rc1 subdirectory that you've just created and
+Now, cd to the dhcp-3.0.7 subdirectory that you've just created and
configure the source tree by typing:
./configure
diff --git a/RELNOTES b/RELNOTES
index 077b7f3a..8162046a 100644
--- a/RELNOTES
+++ b/RELNOTES
@@ -1,6 +1,6 @@
Internet Systems Consortium DHCP Distribution
- Version 3.0.7rc1
- April 22, 2008
+ Version 3.0.7
+ May 14, 2008
Release Notes
@@ -79,6 +79,10 @@ thanks to all of these good people here, both for working on the code
and for prodding me into improving it.
+ Changes since 3.0.7rc1
+
+- None.
+
Changes since 3.0.7b1
- None.
diff --git a/includes/version.h b/includes/version.h
index 6edd04dd..731979c5 100644
--- a/includes/version.h
+++ b/includes/version.h
@@ -1,3 +1,3 @@
/* Current version of ISC DHCP Distribution. */
-#define DHCP_VERSION "V3.0.7rc1"
+#define DHCP_VERSION "V3.0.7"
diff --git a/relay/dhcrelay.c b/relay/dhcrelay.c
index b978d1bf..5d19ec2d 100644
--- a/relay/dhcrelay.c
+++ b/relay/dhcrelay.c
@@ -34,7 +34,7 @@
#ifndef lint
static char ocopyright[] =
-"$Id: dhcrelay.c,v 1.52.2.15 2008/01/22 17:28:24 dhankins Exp $ Copyright (c) 2004-2008 Internet Systems Consortium. All rights reserved.\n";
+"$Id: dhcrelay.c,v 1.52.2.16 2008/05/14 20:54:24 dhankins Exp $ Copyright (c) 2004-2008 Internet Systems Consortium. All rights reserved.\n";
#endif /* not lint */
#include "dhcpd.h"
@@ -97,7 +97,7 @@ struct server_list {
struct sockaddr_in to;
} *servers;
-static char copyright [] = "Copyright 2004-2007 Internet Systems Consortium.";
+static char copyright [] = "Copyright 2004-2008 Internet Systems Consortium.";
static char arr [] = "All rights reserved.";
static char message [] = "Internet Systems Consortium DHCP Relay Agent";
static char url [] = "For info, please visit http://www.isc.org/sw/dhcp/";
diff --git a/server/dhcpd.c b/server/dhcpd.c
index 67fd4180..8deb8d02 100644
--- a/server/dhcpd.c
+++ b/server/dhcpd.c
@@ -34,11 +34,11 @@
#ifndef lint
static char ocopyright[] =
-"$Id: dhcpd.c,v 1.115.2.22 2008/03/18 18:34:14 dhankins Exp $ Copyright 2004-2008 Internet Systems Consortium.";
+"$Id: dhcpd.c,v 1.115.2.23 2008/05/14 20:54:24 dhankins Exp $ Copyright 2004-2008 Internet Systems Consortium.";
#endif
static char copyright[] =
-"Copyright 2004-2007 Internet Systems Consortium.";
+"Copyright 2004-2008 Internet Systems Consortium.";
static char arr [] = "All rights reserved.";
static char message [] = "Internet Systems Consortium DHCP Server";
static char url [] = "For info, please visit http://www.isc.org/sw/dhcp/";