Internet Systems Consortium DHCP Distribution
- Version 4.2.4rc2
- 21 May 2012
+ Version 4.2.4
+ 29 May 2012
README FILE
RELEASE STATUS
-This is ISC DHCP 4.2.4rc2, a release candidate of a maintenance release
-containing patches.
+This is ISC DHCP 4.2.4, a maintenance release containing patches.
In this release, the DHCPv6 server should be fully functional on Linux,
Solaris, or any BSD. The DHCPv6 client should be similarly functional
To build the DHCP Distribution, unpack the compressed tar file using
the tar utility and the gzip command - type something like:
- gunzip dhcp-4.2.4rc2.tar.gz
- tar xvf dhcp-4.2.4rc2.tar
+ gunzip dhcp-4.2.4.tar.gz
+ tar xvf dhcp-4.2.4.tar
CONFIGURING IT
-Now, cd to the dhcp-4.2.4rc2 subdirectory that you've just created and
+Now, cd to the dhcp-4.2.4 subdirectory that you've just created and
configure the source tree by typing:
./configure
Internet Systems Consortium DHCP Distribution
- Version 4.2.4rc2
- 21 May 2012
+ Version 4.2.4
+ 29 May 2012
- Release Notes
+ Release Notes
- NEW FEATURES
+ NEW FEATURES
ISC DHCP 4.2.x includes features that were not included in DHCP 4.1.x.
These include:
-AC_INIT([DHCP], [4.2.4rc2], [dhcp-users@isc.org])
+AC_INIT([DHCP], [4.2.4], [dhcp-users@isc.org])
# we specify "foreign" to avoid having to have the GNU mandated files,
# like AUTHORS, COPYING, and such
# OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
# PERFORMANCE OF THIS SOFTWARE.
-# $Id: bind.sh,v 1.6.2.27 2012/05/17 18:59:46 sar Exp $
+# $Id: bind.sh,v 1.6.2.28 2012/05/24 18:25:50 sar Exp $
# Get the bind distribution for the libraries
# This script is used to build the DHCP distribution and shouldn't be shipped
### For ease of use, this records the sticky tag of versions
### released with each point release.
###
- 4.2.4rc2) BINDTAG=v9_8_3 ;;
+ 4.2.4rc2|4.2.4) BINDTAG=v9_8_3 ;;
4.2.4b1|4.2.4rc1) BINDTAG=v9_8_2 ;;
4.2.3-P1|4.2.3-P2) BINDTAG=v9_8_1_P1 ;;
4.2.3rc1|4.2.3) BINDTAG=v9_8_1 ;;