diff options
Diffstat (limited to 'README')
-rw-r--r-- | README | 14 |
1 files changed, 9 insertions, 5 deletions
@@ -1,6 +1,6 @@ Internet Systems Consortium DHCP Distribution - Version 3.1.2 - December 23, 2008 + Version 3.1.3b1 + September 1, 2009 README FILE @@ -92,6 +92,10 @@ directory, it may not have up-to-date information). RELEASE STATUS +This is the FIRST BETA release of ISC DHCP 3.1.3, a maintenance release +that seeks only to fix bugs present in ISC DHCP 3.1.2 or prior, and +provides no new features. + In this release, the server and relay agent are currently fully functional on NetBSD, Linux systems with kernel version 2.2 or later, FreeBSD, OpenBSD, BSD/OS, Digital Tru64 Unix and Solaris. The software @@ -133,12 +137,12 @@ information. On Digital Unix, type ``man pfilt''. To build the DHCP Distribution, unpack the compressed tar file using the tar utility and the gzip command - type something like: - gunzip dhcp-3.1.2.tar.gz - tar xvf dhcp-3.1.2.tar + gunzip dhcp-3.1.3b1.tar.gz + tar xvf dhcp-3.1.3b1.tar CONFIGURING IT -Now, cd to the dhcp-3.1.2 subdirectory that you've just created and +Now, cd to the dhcp-3.1.3b1 subdirectory that you've just created and configure the source tree by typing: ./configure |