Internet Systems Consortium DHCP Distribution
- Version 4.3.4b1
- 09 March 2016
+ Version 4.3.4
+ 29 March 2016
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.4b1.tar.gz
- tar xvf dhcp-4.3.4b1.tar
+ gunzip dhcp-4.3.4.tar.gz
+ tar xvf dhcp-4.3.4.tar
CONFIGURING IT
-Now, cd to the dhcp-4.3.4b1 subdirectory that you've just created and
+Now, cd to the dhcp-4.3.4 subdirectory that you've just created and
configure the source tree by typing:
./configure
Internet Systems Consortium DHCP Distribution
- Version 4.3.4b1
- 09 March 2016
+ Version 4.3.4
+ 29 March 2016
Release Notes
Consortium. This product includes cryptographic software written
by Eric Young (eay@cryptsoft.com).
+ Changes since 4.3.4b1
+
+- None
+
Changes since 4.3.3
- Corrected a static analyzer warning in common/execute.c
-AC_INIT([DHCP],[4.3.4b1],[dhcp-users@isc.org])
+AC_INIT([DHCP],[4.3.4],[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.4b1) BINDTAG=v9_9_8_P4 ;;
+ 4.3.4|4.3.4b1) BINDTAG=v9_9_8_P4 ;;
4.3.3) BINDTAG=v9_9_7_P3 ;;
4.3.3b1) BINDTAG=v9_9_7_P2 ;;
4.3.2|4.3.2rc2) BINDTAG=v9_9_7 ;;