summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Markwalder <tmark@isc.org>2015-01-29 14:17:27 -0500
committerThomas Markwalder <tmark@isc.org>2015-01-29 14:17:27 -0500
commitd0a44b3fdfe34c5439209d7f755d1ef85b01a310 (patch)
tree02b7d732b43e567468ada6b7b43fdbedaaf8f358
parentd5dd0fa6282bb9fcf164fdb9c5cee0b6e7a9efd7 (diff)
downloadisc-dhcp-d0a44b3fdfe34c5439209d7f755d1ef85b01a310.tar.gz
[v4_1_esv] Updated verioning and copyrights for v4_1_esv_r11b1
-rw-r--r--LICENSE2
-rw-r--r--README12
-rw-r--r--RELNOTES6
-rw-r--r--client/dhclient.c4
-rw-r--r--common/tree.c2
-rw-r--r--configure.ac2
-rw-r--r--relay/dhcrelay.c4
-rw-r--r--server/dhcpd.c4
-rw-r--r--server/dhcpd.conf.52
9 files changed, 19 insertions, 19 deletions
diff --git a/LICENSE b/LICENSE
index dc09c0aa..27e76752 100644
--- a/LICENSE
+++ b/LICENSE
@@ -1,4 +1,4 @@
-# Copyright (c) 2004-2014 by Internet Systems Consortium, Inc. ("ISC")
+# Copyright (c) 2004-2015 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 c9e6f2d9..69583152 100644
--- a/README
+++ b/README
@@ -1,6 +1,6 @@
Internet Systems Consortium DHCP Distribution
- Version 4.1-ESV-R10
- 11 August 2014
+ Version 4.1-ESV-R11b1
+ 29 January 2015
README FILE
@@ -98,7 +98,7 @@ directory, it may not have up-to-date information).
RELEASE STATUS
-This is ISC DHCP 4.1-ESV-R10, an extended support (ESV) release that
+This is ISC DHCP 4.1-ESV-R11b1, an extended support (ESV) release that
provides patches for several bugs.
ESVs are intended for users who have longer upgrade constraints
@@ -139,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-4.1-ESV-R10.tar.gz
- tar xvf dhcp-4.1-ESV-R10.tar
+ gunzip dhcp-4.1-ESV-R11b1.tar.gz
+ tar xvf dhcp-4.1-ESV-R11b1.tar
CONFIGURING IT
-Now, cd to the dhcp-4.1-ESV-R10 subdirectory that you've just created and
+Now, cd to the dhcp-4.1-ESV-R11b1 subdirectory that you've just created and
configure the source tree by typing:
./configure
diff --git a/RELNOTES b/RELNOTES
index 6a54b92a..e3d9fc79 100644
--- a/RELNOTES
+++ b/RELNOTES
@@ -1,12 +1,12 @@
Internet Systems Consortium DHCP Distribution
- Version 4.1-ESV-R10
- 11 August 2014
+ Version 4.1-ESV-R11b1
+ 29 January 2015
Release Notes
NEW FEATURES
-Version 4.1-ESV-R10 is a maintenance release of an extended support version
+Version 4.1-ESV-R11b1 is a maintenance release of an extended support version
(ESV) release. ESVs are intended for users who have longer upgrade
constraints. Please see our web page
http://www.isc.org/downloads/software-support-policy/
diff --git a/client/dhclient.c b/client/dhclient.c
index 3390a575..5e016efa 100644
--- a/client/dhclient.c
+++ b/client/dhclient.c
@@ -3,7 +3,7 @@
DHCP Client. */
/*
- * Copyright (c) 2004-2014 by Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (c) 2004-2015 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
@@ -66,7 +66,7 @@ struct data_string default_duid;
#define ASSERT_STATE(state_is, state_shouldbe) {}
static const char copyright[] =
-"Copyright 2004-2014 Internet Systems Consortium.";
+"Copyright 2004-2015 Internet Systems Consortium.";
static const char arr [] = "All rights reserved.";
static const char message [] = "Internet Systems Consortium DHCP Client";
static const char url [] =
diff --git a/common/tree.c b/common/tree.c
index 2b33bf43..204a75aa 100644
--- a/common/tree.c
+++ b/common/tree.c
@@ -3,7 +3,7 @@
Routines for manipulating parse trees... */
/*
- * Copyright (c) 2011-2013 by Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (c) 2011-2015 by Internet Systems Consortium, Inc. ("ISC")
* Copyright (c) 2004-2007,2009 by Internet Systems Consortium, Inc. ("ISC")
* Copyright (c) 1995-2003 by Internet Software Consortium
*
diff --git a/configure.ac b/configure.ac
index 7f3cbcd6..cbd79196 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT([DHCP], [4.1-ESV-R10], [dhcp-users@isc.org])
+AC_INIT([DHCP], [4.1-ESV-R11b1], [dhcp-users@isc.org])
# we specify "foreign" to avoid having to have the GNU mandated files,
# like AUTHORS, COPYING, and such
diff --git a/relay/dhcrelay.c b/relay/dhcrelay.c
index 5e5a6fb4..e5eaed58 100644
--- a/relay/dhcrelay.c
+++ b/relay/dhcrelay.c
@@ -3,7 +3,7 @@
DHCP/BOOTP Relay Agent. */
/*
- * Copyright(c) 2004-2014 by Internet Systems Consortium, Inc.("ISC")
+ * Copyright(c) 2004-2015 by Internet Systems Consortium, Inc.("ISC")
* Copyright(c) 1997-2003 by Internet Software Consortium
*
* Permission to use, copy, modify, and distribute this software for any
@@ -125,7 +125,7 @@ static int strip_relay_agent_options(struct interface_info *,
struct dhcp_packet *, unsigned);
static const char copyright[] =
-"Copyright 2004-2014 Internet Systems Consortium.";
+"Copyright 2004-2015 Internet Systems Consortium.";
static const char arr[] = "All rights reserved.";
static const char message[] =
"Internet Systems Consortium DHCP Relay Agent";
diff --git a/server/dhcpd.c b/server/dhcpd.c
index 968f50de..50d721eb 100644
--- a/server/dhcpd.c
+++ b/server/dhcpd.c
@@ -3,7 +3,7 @@
DHCP Server Daemon. */
/*
- * Copyright (c) 2004-2014 by Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (c) 2004-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
@@ -27,7 +27,7 @@
*/
static const char copyright[] =
-"Copyright 2004-2014 Internet Systems Consortium.";
+"Copyright 2004-2015 Internet Systems Consortium.";
static const char arr [] = "All rights reserved.";
static const char message [] = "Internet Systems Consortium DHCP Server";
static const char url [] =
diff --git a/server/dhcpd.conf.5 b/server/dhcpd.conf.5
index 35351226..b831a5b0 100644
--- a/server/dhcpd.conf.5
+++ b/server/dhcpd.conf.5
@@ -1,6 +1,6 @@
.\" dhcpd.conf.5
.\"
-.\" Copyright (c) 2004-2012 by Internet Systems Consortium, Inc. ("ISC")
+.\" Copyright (c) 2004-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