]> git.ipfire.org Git - thirdparty/dhcp.git/commitdiff
[master] Updates in prep for 4.3.2.pre-beta
authorThomas Markwalder <tmark@isc.org>
Thu, 8 Jan 2015 20:22:56 +0000 (15:22 -0500)
committerThomas Markwalder <tmark@isc.org>
Thu, 8 Jan 2015 20:22:56 +0000 (15:22 -0500)
Updated version info, etc

LICENSE
README
RELNOTES
client/dhclient.c
configure.ac
relay/dhcrelay.c
server/dhcpd.c
util/bind.sh

diff --git a/LICENSE b/LICENSE
index dc09c0aa9a5ded70071509d859ccfcc7531cd10d..27e76752d1d183daad5b6e458ec11192ef28a540 100644 (file)
--- 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 9357c454fc9fb93423193b745f080bfb31042b08..f1dcfadfd1f79984570d274a7f3827cbfb714d4e 100644 (file)
--- a/README
+++ b/README
@@ -1,6 +1,6 @@
              Internet Systems Consortium DHCP Distribution
-                             Version 4.3.1
-                             11 August 2014
+                             Version 4.3.2.pre-beta
+                             08 January 2015
 
                              README FILE
 
index c70efd43c701e0cf7d2167cd2d2f777a2884dbe3..a57622e8f8cc45cf2870dad7e1e813b363bce788 100644 (file)
--- a/RELNOTES
+++ b/RELNOTES
@@ -1,6 +1,6 @@
              Internet Systems Consortium DHCP Distribution
-                            Version 4.3.1
-                            11 August 2014
+                          Version 4.3.2.pre-beta
+                            08 January 2015
 
                              Release Notes
 
index 5ef59cd4b687c8ed5ec3709898ca24f597db3804..2adf98d8fff86962d9083cb62074768dd37b82c9 100644 (file)
@@ -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
@@ -70,7 +70,7 @@ int std_dhcid = 0;
    assert (state_is == state_shouldbe). */
 #define ASSERT_STATE(state_is, state_shouldbe) {}
 
-static const char copyright[] = "Copyright 2004-2014 Internet Systems Consortium.";
+static const char copyright[] = "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 [] = "For info, please visit https://www.isc.org/software/dhcp/";
index d5bd6de511e4513970cc1f0e9590467b397e7c92..d829f5c72c09b66916ffe1bfe19c56721bd5a6eb 100644 (file)
@@ -1,4 +1,4 @@
-AC_INIT([DHCP],[4.3.1],[dhcp-users@isc.org])
+AC_INIT([DHCP],[4.3.2.pre-beta],[dhcp-users@isc.org])
 
 # we specify "foreign" to avoid having to have the GNU mandated files,
 # like AUTHORS, COPYING, and such
index 80ebc3957d183bda15f3e746816af4b6c303b523..4da7e864511f3f80ea5a05531d9a8967c6994e82 100644 (file)
@@ -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
index 9a45aa1136eda7f28b2f26eedebaf41d10f84780..8b24b641130724baed4c50488bbb59c86db5ef90 100644 (file)
@@ -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 [] =
index 173bca6b26d27609b99227f1ea36506a9289fea9..f60750a314ad91b5b38735cdb5bbd32cc5a20b14 100644 (file)
@@ -59,6 +59,7 @@ case $# in
        ### For ease of use, this records the sticky tag of versions
        ### released with each point release.
        ###
+       4.3.2.pre-beta) BINDTAG=v9_9_5_P1 ;;
        4.3.1b1|4.3.1rc1|4.3.1) BINDTAG=v9_9_5_P1 ;;
        4.3.0) BINDTAG=v9_9_5 ;;
        4.3.0rc1) BINDTAG=v9_9_5rc2 ;;