summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Hankins <dhankins@isc.org>2007-01-11 16:36:52 +0000
committerDavid Hankins <dhankins@isc.org>2007-01-11 16:36:52 +0000
commitd6b6ee5cfbb40b0d70a7d3cb0e7f2cbc9c935b84 (patch)
tree31ba6cd83dae11777b444a1c4fca05c9ac7c7333
parentfb5fa91ab579e925ff3025bcfe2f92d7ac7e1889 (diff)
downloadisc-dhcp-d6b6ee5cfbb40b0d70a7d3cb0e7f2cbc9c935b84.tar.gz
Copyright++, version++, readme/relnotes dates etc to today.v3_1_0a3
-rw-r--r--LICENSE2
-rw-r--r--README12
-rw-r--r--RELNOTES4
-rw-r--r--common/options.c4
-rw-r--r--includes/version.h2
-rw-r--r--server/dhcpd.c6
-rw-r--r--server/stables.c4
7 files changed, 17 insertions, 17 deletions
diff --git a/LICENSE b/LICENSE
index c912b639..9d090e07 100644
--- a/LICENSE
+++ b/LICENSE
@@ -1,4 +1,4 @@
-# Copyright (c) 2004-2006 by Internet Systems Consortium, Inc. ("ISC")
+# Copyright (c) 2004-2007 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/README b/README
index 12aa50e6..ef7f3c76 100644
--- a/README
+++ b/README
@@ -1,6 +1,6 @@
Internet Systems Consortium DHCP Distribution
- Version 3.1.0a2
- November 15, 2006
+ Version 3.1.0a3
+ January 11, 2007
README FILE
@@ -92,7 +92,7 @@ directory, it may not have up-to-date information).
RELEASE STATUS
-This is the second ALPHA quality release of ISC DHCP 3.1.0, a feature
+This is the third ALPHA quality release of ISC DHCP 3.1.0, a feature
release based upon the work present in the 3.0.x development track.
It contains a large number of new features, and with that most likely
many new bugs.
@@ -138,12 +138,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.1.0a2.tar.gz
- tar xvf dhcp-3.1.0a2.tar
+ gunzip dhcp-3.1.0a3.tar.gz
+ tar xvf dhcp-3.1.0a3.tar
CONFIGURING IT
-Now, cd to the dhcp-3.1.0a2 subdirectory that you've just created and
+Now, cd to the dhcp-3.1.0a3 subdirectory that you've just created and
configure the source tree by typing:
./configure
diff --git a/RELNOTES b/RELNOTES
index ed82d1c7..71168cb2 100644
--- a/RELNOTES
+++ b/RELNOTES
@@ -1,6 +1,6 @@
Internet Systems Consortium DHCP Distribution
- Version 3.1.0a2
- November 15, 2006
+ Version 3.1.0a3
+ January 11, 2007
Release Notes
diff --git a/common/options.c b/common/options.c
index 632211f9..d8af013b 100644
--- a/common/options.c
+++ b/common/options.c
@@ -3,7 +3,7 @@
DHCP options parsing and reassembly. */
/*
- * Copyright (c) 2004-2006 by Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (c) 2004-2007 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
@@ -34,7 +34,7 @@
#ifndef lint
static char copyright[] =
-"$Id: options.c,v 1.98.2.4 2007/01/11 16:32:09 dhankins Exp $ Copyright (c) 2004-2006 Internet Systems Consortium. All rights reserved.\n";
+"$Id: options.c,v 1.98.2.5 2007/01/11 16:36:52 dhankins Exp $ Copyright (c) 2004-2007 Internet Systems Consortium. All rights reserved.\n";
#endif /* not lint */
#define DHCP_OPTION_DATA
diff --git a/includes/version.h b/includes/version.h
index 6d4249c3..88ea678c 100644
--- a/includes/version.h
+++ b/includes/version.h
@@ -1,3 +1,3 @@
/* Current version of ISC DHCP Distribution. */
-#define DHCP_VERSION "V3.1.0a2"
+#define DHCP_VERSION "V3.1.0a3"
diff --git a/server/dhcpd.c b/server/dhcpd.c
index 6eb66cdf..6aa59f9f 100644
--- a/server/dhcpd.c
+++ b/server/dhcpd.c
@@ -3,7 +3,7 @@
DHCP Server Daemon. */
/*
- * Copyright (c) 2004-2006 by Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (c) 2004-2007 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
@@ -34,11 +34,11 @@
#ifndef lint
static char ocopyright[] =
-"$Id: dhcpd.c,v 1.121 2006/07/17 15:21:45 dhankins Exp $ Copyright 2004-2006 Internet Systems Consortium.";
+"$Id: dhcpd.c,v 1.121.42.1 2007/01/11 16:36:52 dhankins Exp $ Copyright 2004-2007 Internet Systems Consortium.";
#endif
static char copyright[] =
-"Copyright 2004-2006 Internet Systems Consortium.";
+"Copyright 2004-2007 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/";
diff --git a/server/stables.c b/server/stables.c
index 095e93fd..a693dd5a 100644
--- a/server/stables.c
+++ b/server/stables.c
@@ -3,7 +3,7 @@
Tables of information only used by server... */
/*
- * Copyright (c) 2004 by Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (c) 2004-2007 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
@@ -34,7 +34,7 @@
#ifndef lint
static char copyright[] =
-"$Id: stables.c,v 1.33.12.2 2007/01/05 23:19:52 dhankins Exp $ Copyright (c) 2004 Internet Systems Consortium. All rights reserved.\n";
+"$Id: stables.c,v 1.33.12.3 2007/01/11 16:36:52 dhankins Exp $ Copyright (c) 2004-2007 Internet Systems Consortium. All rights reserved.\n";
#endif /* not lint */
#include "dhcpd.h"