Internet Systems Consortium DHCP Distribution
- Version 4.1.0a2
- 29 August 2008
+ Version 4.1.0b1
+ 03 November 2008
README FILE
RELEASE STATUS
-This is the first ALPHA release of ISC DHCP 4.1.0, which adds new DHCPv6
+This is the first BETA release of ISC DHCP 4.1.0, which adds new DHCPv6
features omitted from ISC DHCP 4.0.0.
In this release, the DHCPv6 server should be fully functional on Linux,
To build the DHCP Distribution, unpack the compressed tar file using
the tar utility and the gzip command - type something like:
- gunzip dhcp-4.1.0a2.tar.gz
- tar xvf dhcp-4.1.0a2.tar
+ gunzip dhcp-4.1.0b1.tar.gz
+ tar xvf dhcp-4.1.0b1.tar
CONFIGURING IT
-Now, cd to the dhcp-4.1.0a2 subdirectory that you've just created and
+Now, cd to the dhcp-4.1.0b1 subdirectory that you've just created and
configure the source tree by typing:
./configure
Internet Systems Consortium DHCP Distribution
- Version 4.1.0a2
- 29 August 2008
+ Version 4.1.0b1
+ 03 November 2008
Release Notes
-AC_INIT([DHCP], [4.1.0a2], [dhcp-users@isc.org])
+AC_INIT([DHCP], [4.1.0b1], [dhcp-users@isc.org])
# we specify "foreign" to avoid having to have the GNU mandated files,
# like AUTHORS, COPYING, and such
/*
- * Copyright (c) 2004,2007 by Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (c) 2004,2007-2008 by Internet Systems Consortium, Inc. ("ISC")
* Copyright (c) 1996-2003 by Internet Software Consortium
*
* Permission to use, copy, modify, and distribute this software for any
*/
#if !defined(lint) && !defined(SABER)
-static const char rcsid[] = "$Id: res_mkupdate.c,v 1.13 2008/11/03 21:39:31 dhankins Exp $";
+static const char rcsid[] = "$Id: res_mkupdate.c,v 1.14 2008/11/03 21:51:44 dhankins Exp $";
#endif /* not lint */
#include <sys/types.h>