2
0
mirror of https://gitlab.isc.org/isc-projects/dhcp synced 2025-09-01 14:55:30 +00:00

[master] Update version stamps and such for 4.3.0b1

This commit is contained in:
Shawn Routhier
2014-01-15 19:38:55 -08:00
parent 22ceb8bb3a
commit 324257e3db
8 changed files with 31 additions and 21 deletions

View File

@@ -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 # Copyright (c) 1995-2003 by Internet Software Consortium
# #
# Permission to use, copy, modify, and distribute this software for any # Permission to use, copy, modify, and distribute this software for any

10
README
View File

@@ -1,6 +1,6 @@
Internet Systems Consortium DHCP Distribution Internet Systems Consortium DHCP Distribution
Version 4.3.0a1 Version 4.3.0b1
17 December 2013 20 January 2014
README FILE README FILE
@@ -140,12 +140,12 @@ information. On Digital Unix, type ``man pfilt''.
To build the DHCP Distribution, unpack the compressed tar file using To build the DHCP Distribution, unpack the compressed tar file using
the tar utility and the gzip command - type something like: the tar utility and the gzip command - type something like:
gunzip dhcp-4.3.0a1.tar.gz gunzip dhcp-4.3.0b1.tar.gz
tar xvf dhcp-4.3.0a1.tar tar xvf dhcp-4.3.0b1.tar
CONFIGURING IT 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 the source tree by typing:
./configure ./configure

View File

@@ -1,17 +1,26 @@
Internet Systems Consortium DHCP Distribution Internet Systems Consortium DHCP Distribution
Version 4.3.0a1 Version 4.3.0b1
17 December 2013 20 January 2014
Release Notes Release Notes
NEW FEATURES NEW FEATURES
ISC DHCP 4.2.x includes features that were not included in DHCP 4.1.x. The major "theme" for ISC DHCP 4.3.x was to update the support for
These include: 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. - Support the use of classes
The DHCP server or client can now continue with its processing while
awaiting replies from the DNS server. - 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 There are a number of DHCPv6 limitations and features missing in this
release, which will be addressed in the future: release, which will be addressed in the future:

View File

@@ -3,7 +3,7 @@
DHCP Client. */ 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 * Copyright (c) 1995-2003 by Internet Software Consortium
* *
* Permission to use, copy, modify, and distribute this software for any * Permission to use, copy, modify, and distribute this software for any
@@ -69,7 +69,7 @@ int std_dhcid = 0;
assert (state_is == state_shouldbe). */ assert (state_is == state_shouldbe). */
#define ASSERT_STATE(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 arr [] = "All rights reserved.";
static const char message [] = "Internet Systems Consortium DHCP Client"; static const char message [] = "Internet Systems Consortium DHCP Client";
static const char url [] = "For info, please visit https://www.isc.org/software/dhcp/"; static const char url [] = "For info, please visit https://www.isc.org/software/dhcp/";

View 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, # we specify "foreign" to avoid having to have the GNU mandated files,
# like AUTHORS, COPYING, and such # like AUTHORS, COPYING, and such

View File

@@ -3,7 +3,7 @@
DHCP/BOOTP Relay Agent. */ 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 * Copyright(c) 1997-2003 by Internet Software Consortium
* *
* Permission to use, copy, modify, and distribute this software for any * 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); struct dhcp_packet *, unsigned);
static const char copyright[] = 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 arr[] = "All rights reserved.";
static const char message[] = static const char message[] =
"Internet Systems Consortium DHCP Relay Agent"; "Internet Systems Consortium DHCP Relay Agent";

View File

@@ -3,7 +3,7 @@
DHCP Server Daemon. */ 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 * Copyright (c) 1996-2003 by Internet Software Consortium
* *
* Permission to use, copy, modify, and distribute this software for any * Permission to use, copy, modify, and distribute this software for any
@@ -33,7 +33,7 @@
*/ */
static const char copyright[] = 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 arr [] = "All rights reserved.";
static const char message [] = "Internet Systems Consortium DHCP Server"; static const char message [] = "Internet Systems Consortium DHCP Server";
static const char url [] = static const char url [] =

View File

@@ -1,6 +1,6 @@
#!/bin/sh #!/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 # Permission to use, copy, modify, and/or distribute this software for any
# purpose with or without fee is hereby granted, provided that the above # 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 ### For ease of use, this records the sticky tag of versions
### released with each point release. ### released with each point release.
### ###
4.3.0b1) BINDTAG=v9_9_5rc1 ;;
4.3.0a1) BINDTAG=v9_9_5b1 ;; 4.3.0a1) BINDTAG=v9_9_5b1 ;;
4.2.6b1) BINDTAG=v9_9_5 ;; 4.2.6b1) BINDTAG=v9_9_5 ;;
4.2.5b1|4.2.5rc1) BINDTAG=v9_8_4_P1 ;; 4.2.5b1|4.2.5rc1) BINDTAG=v9_8_4_P1 ;;