2
0
mirror of https://gitlab.isc.org/isc-projects/dhcp synced 2025-08-31 22:35:25 +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
#
# Permission to use, copy, modify, and distribute this software for any

10
README
View File

@@ -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

View File

@@ -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:

View 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/";

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,
# like AUTHORS, COPYING, and such

View 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";

View 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 [] =

View 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 ;;