Internet Systems Consortium DHCP Distribution
- Version 4.3.1rc1
- 1 August 2014
+ Version 4.3.1
+ 11 August 2014
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.1rc1.tar.gz
- tar xvf dhcp-4.3.1rc1.tar
+ gunzip dhcp-4.3.1.tar.gz
+ tar xvf dhcp-4.3.1.tar
CONFIGURING IT
-Now, cd to the dhcp-4.3.1rc1 subdirectory that you've just created and
+Now, cd to the dhcp-4.3.1 subdirectory that you've just created and
configure the source tree by typing:
./configure
Internet Systems Consortium DHCP Distribution
- Version 4.3.1rc1
- 1 August 2014
+ Version 4.3.1
+ 11 August 2014
Release Notes
Consortium. This product includes cryptographic software written
by Eric Young (eay@cryptsoft.com).
+ Changes since 4.3.1rc1
+
+- None
+
Changes since 4.3.1b1
- Modify the linux and openwrt dhclient scripts to process information
-AC_INIT([DHCP],[4.3.1rc1],[dhcp-users@isc.org])
+AC_INIT([DHCP],[4.3.1],[dhcp-users@isc.org])
# we specify "foreign" to avoid having to have the GNU mandated files,
# like AUTHORS, COPYING, and such
### For ease of use, this records the sticky tag of versions
### released with each point release.
###
- 4.3.1b1|4.3.1rc1) 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 ;;
4.3.0b1) BINDTAG=v9_9_5rc1 ;;