NOTE: 4.3.2 was awaiting sanity checks when bug rt38677 was reported.
4.3.2rc2 supercedes the initial 4.3.2 attempt.
Internet Systems Consortium DHCP Distribution
- Version 4.3.2
+ Version 4.3.2rc2
26 February 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.2.tar.gz
- tar xvf dhcp-4.3.2.tar
+ gunzip dhcp-4.3.2rc2.tar.gz
+ tar xvf dhcp-4.3.2rc2.tar
CONFIGURING IT
-Now, cd to the dhcp-4.3.2 subdirectory that you've just created and
+Now, cd to the dhcp-4.3.2rc2 subdirectory that you've just created and
configure the source tree by typing:
./configure
Internet Systems Consortium DHCP Distribution
- Version 4.3.2
+ Version 4.3.2rc2
26 February 2015
Release Notes
-AC_INIT([DHCP],[4.3.2],[dhcp-users@isc.org])
+AC_INIT([DHCP],[4.3.2rc2],[dhcp-users@isc.org])
# we specify "foreign" to avoid having to have the GNU mandated files,
# like AUTHORS, COPYING, and such
#!/bin/sh
#
-# Copyright (C) 2009-2014 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) 2009-2015 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
### For ease of use, this records the sticky tag of versions
### released with each point release.
###
- 4.3.2) BINDTAG=v9_9_7 ;;
+ 4.3.2rc2) BINDTAG=v9_9_7 ;;
4.3.2rc1) BINDTAG=v9_9_7rc2 ;;
4.3.2b1) BINDTAG=v9_9_7rc1 ;;
4.3.2.pre-beta) BINDTAG=v9_9_5_P1 ;;