]> git.ipfire.org Git - thirdparty/dhcp.git/commitdiff
[master] Update version stamps and such for 4.3.0b1
authorShawn Routhier <sar@isc.org>
Thu, 16 Jan 2014 03:38:55 +0000 (19:38 -0800)
committerShawn Routhier <sar@isc.org>
Thu, 16 Jan 2014 03:38:55 +0000 (19:38 -0800)
LICENSE
README
RELNOTES
client/dhclient.c
configure.ac
relay/dhcrelay.c
server/dhcpd.c
util/bind.sh

diff --git a/LICENSE b/LICENSE
index 10c0fbcb356586f499c4a2a9fab184ad3344fe97..eef341e1dec93c5e951496980c20ec9b1c993ab0 100644 (file)
--- a/LICENSE
+++ b/LICENSE
@@ -1,4 +1,4 @@
-# Copyright (c) 2004-2010 by Internet Systems Consortium, Inc. ("ISC")
+# Copyright (c) 2004-2014 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 f321ef1ab520f2c680b30bcc3fa90bba75587952..bef92d8b51ebdaf9f0d1a56cd4f3952f4355c708 100644 (file)
--- a/README
+++ b/README
@@ -1,6 +1,6 @@
              Internet Systems Consortium DHCP Distribution
-                           Version 4.3.0a1
-                           17 December 2013
+                           Version 4.3.0b1
+                           20 January 2014
 
                              README FILE
 
@@ -140,12 +140,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.0a1.tar.gz
-       tar xvf dhcp-4.3.0a1.tar
+       gunzip dhcp-4.3.0b1.tar.gz
+       tar xvf dhcp-4.3.0b1.tar
 
                            CONFIGURING IT
 
-Now, cd to the dhcp-4.3.0a1 subdirectory that you've just created and
+Now, cd to the dhcp-4.3.0b1 subdirectory that you've just created and
 configure the source tree by typing:
 
        ./configure
index d02e5bfccb06512a6b96616d499527c6d8975820..7b2ad72c8d83dc4e48c6b5afe0de754c8c25f971 100644 (file)
--- a/RELNOTES
+++ b/RELNOTES
@@ -1,17 +1,26 @@
              Internet Systems Consortium DHCP Distribution
-                            Version 4.3.0a1
-                            17 December 2013
+                            Version 4.3.0b1
+                            20 January 2014
 
                              Release Notes
 
                              NEW FEATURES
 
-ISC DHCP 4.2.x includes features that were not included in DHCP 4.1.x.
-These include:
+The major "theme" for ISC DHCP 4.3.x was to update the support for
+DHCPv6 to include several of the features that have been available
+for DHCPv4.  These include:
 
-Processing the DHCP to DNS server transactions in an asyncrhonous fashion.
-The DHCP server or client can now continue with its processing while
-awaiting replies from the DNS server.
+- Support the use of classes
+
+- Support for on_commit, on_expiry and on_release statements
+
+- Better logging of address assignements
+
+- Support for using DHCPv6 relay options in expressions
+
+This release also adds suppport for the standard DDNS as described in the
+current RFCs as well as enhancing support for dynamically adding and removing
+subclasses via OMAPI.
 
 There are a number of DHCPv6 limitations and features missing in this
 release, which will be addressed in the future:
index bdb7a59f5960ea776763e1dcdbd883888adca670..5f6ed00f3360967533118c2144a89032e46cb823 100644 (file)
@@ -3,7 +3,7 @@
    DHCP Client. */
 
 /*
- * Copyright (c) 2004-2013 by Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (c) 2004-2014 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
@@ -69,7 +69,7 @@ int std_dhcid = 0;
    assert (state_is == state_shouldbe). */
 #define ASSERT_STATE(state_is, state_shouldbe) {}
 
-static const char copyright[] = "Copyright 2004-2013 Internet Systems Consortium.";
+static const char copyright[] = "Copyright 2004-2014 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 3b7f12e3b8f597e98a6856afc5cb9435d2717ffd..dd6cf294b6f6f1db771f945842b26e2faf401041 100644 (file)
@@ -1,4 +1,4 @@
-AC_INIT([DHCP],[4.3.0a1],[dhcp-users@isc.org])
+AC_INIT([DHCP],[4.3.0b1],[dhcp-users@isc.org])
 
 # we specify "foreign" to avoid having to have the GNU mandated files,
 # like AUTHORS, COPYING, and such
index 4465c04f07938f5f24ecca070922598978550b27..96654bf925ed3d39dd357800045971a0bea00aac 100644 (file)
@@ -3,7 +3,7 @@
    DHCP/BOOTP Relay Agent. */
 
 /*
- * Copyright(c) 2004-2013 by Internet Systems Consortium, Inc.("ISC")
+ * Copyright(c) 2004-2014 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
@@ -139,7 +139,7 @@ static int strip_relay_agent_options(struct interface_info *,
                                     struct dhcp_packet *, unsigned);
 
 static const char copyright[] =
-"Copyright 2004-2013 Internet Systems Consortium.";
+"Copyright 2004-2014 Internet Systems Consortium.";
 static const char arr[] = "All rights reserved.";
 static const char message[] =
 "Internet Systems Consortium DHCP Relay Agent";
index ebf00fd259134b79acfd53c848fd0bc4d5a884bd..4dd1718baad76b59e61b436c13002f10c7f7135d 100644 (file)
@@ -3,7 +3,7 @@
    DHCP Server Daemon. */
 
 /*
- * Copyright (c) 2004-2013 by Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (c) 2004-2014 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
@@ -33,7 +33,7 @@
  */
 
 static const char copyright[] =
-"Copyright 2004-2013 Internet Systems Consortium.";
+"Copyright 2004-2014 Internet Systems Consortium.";
 static const char arr [] = "All rights reserved.";
 static const char message [] = "Internet Systems Consortium DHCP Server";
 static const char url [] =
index 92becd3519f869381fca448ee3e847bc4b554593..20b57254592efb9601b9f04531e8b6c13b750bce 100644 (file)
@@ -1,6 +1,6 @@
 #!/bin/sh
 #
-# Copyright (C) 2009-2013  Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) 2009-2014  Internet Systems Consortium, Inc. ("ISC")
 #
 # Permission to use, copy, modify, and/or distribute this software for any
 # purpose with or without fee is hereby granted, provided that the above
@@ -59,6 +59,7 @@ case $# in
        ### For ease of use, this records the sticky tag of versions
        ### released with each point release.
        ###
+       4.3.0b1) BINDTAG=v9_9_5rc1 ;;
        4.3.0a1) BINDTAG=v9_9_5b1 ;;
        4.2.6b1) BINDTAG=v9_9_5 ;;
        4.2.5b1|4.2.5rc1) BINDTAG=v9_8_4_P1 ;;