Internet Systems Consortium DHCP Distribution
- Version 4.3.2.pre-beta
- 08 January 2015
+ Version 4.3.2b1
+ 29 January 2015
README FILE
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.1.tar.gz
- tar xvf dhcp-4.3.1.tar
+ gunzip dhcp-4.3.2b1.tar.gz
+ tar xvf dhcp-4.3.2b1.tar
CONFIGURING IT
-Now, cd to the dhcp-4.3.1 subdirectory that you've just created and
+Now, cd to the dhcp-4.3.2b1 subdirectory that you've just created and
configure the source tree by typing:
./configure
Internet Systems Consortium DHCP Distribution
- Version 4.3.2.pre-beta
+ Version 4.3.2b1
08 January 2015
Release Notes
Consortium. This product includes cryptographic software written
by Eric Young (eay@cryptsoft.com).
+ Changes since 4.3.2.pre-beta
+
+- Corrected inconsistencies in dhcrelay's setting the upper interface hop count
+ limit such that it now sets it to 32 when the upstream address is a multicast
+ address per RFC 3315 Section 20. Prior to this if the -u argument preceded
+ the -l argument on the command line or if the same interface was specified
+ for both; the logic to set the hop limit count for the upper interface was
+ skipped. This caused the hop count limit to be set to the default value
+ (typically 1) in the outbound upstream packets.
+ [ISC-Bugs #37426]
+
Changes since 4.3.1
- Corrected parser's right brace matching when a statement contains an error.
[ISC-Bugs #36780]
[ISC-Bugs #32228]
-- Corrected inconsistencies in dhcrelay's setting the upper interface hop count
- limit such that it now sets it to 32 when the upstream address is a multicast
- address per RFC 3315 Section 20. Prior to this if the -u argument preceded
- the -l argument on the command line or if the same interface was specified
- for both; the logic to set the hop limit count for the upper interface was
- skipped. This caused the hop count limit to be set to the default value
- (typically 1) in the outbound upstream packets.
- [ISC-Bugs #37426]
-
Changes since 4.3.1b1
- Modify the linux and openwrt dhclient scripts to process information
-AC_INIT([DHCP],[4.3.2.pre-beta],[dhcp-users@isc.org])
+AC_INIT([DHCP],[4.3.2b1],[dhcp-users@isc.org])
# we specify "foreign" to avoid having to have the GNU mandated files,
# like AUTHORS, COPYING, and such
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";
### For ease of use, this records the sticky tag of versions
### released with each point release.
###
+ 4.3.2b1) BINDTAG=v9_9_7rc1 ;;
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 ;;