2
0
mirror of https://gitlab.isc.org/isc-projects/dhcp synced 2025-08-29 05:17:57 +00:00

Version to 4.1.0rc1.

This commit is contained in:
David Hankins 2008-11-19 16:24:07 +00:00
parent fac2bbb026
commit 09511ea30f
3 changed files with 10 additions and 10 deletions

14
README
View File

@ -1,6 +1,6 @@
Internet Systems Consortium DHCP Distribution Internet Systems Consortium DHCP Distribution
Version 4.1.0b1 Version 4.1.0rc1
03 November 2008 19 November 2008
README FILE README FILE
@ -94,8 +94,8 @@ directory, it may not have up-to-date information).
RELEASE STATUS RELEASE STATUS
This is the first BETA release of ISC DHCP 4.1.0, which adds new DHCPv6 This is the first RELEASE CANDIDATE of ISC DHCP 4.1.0, which adds new
features omitted from ISC DHCP 4.0.0. DHCPv6 features omitted from ISC DHCP 4.0.0.
In this release, the DHCPv6 server should be fully functional on Linux, In this release, the DHCPv6 server should be fully functional on Linux,
Solaris, or any BSD. The DHCPv6 client should be similarly functional Solaris, or any BSD. The DHCPv6 client should be similarly functional
@ -131,12 +131,12 @@ information. On Digital Unix, type ``man pfilt''.
To build the DHCP Distribution, unpack the compressed tar file using To build the DHCP Distribution, unpack the compressed tar file using
the tar utility and the gzip command - type something like: the tar utility and the gzip command - type something like:
gunzip dhcp-4.1.0b1.tar.gz gunzip dhcp-4.1.0rc1.tar.gz
tar xvf dhcp-4.1.0b1.tar tar xvf dhcp-4.1.0rc1.tar
CONFIGURING IT CONFIGURING IT
Now, cd to the dhcp-4.1.0b1 subdirectory that you've just created and Now, cd to the dhcp-4.1.0rc1 subdirectory that you've just created and
configure the source tree by typing: configure the source tree by typing:
./configure ./configure

View File

@ -1,6 +1,6 @@
Internet Systems Consortium DHCP Distribution Internet Systems Consortium DHCP Distribution
Version 4.1.0b1 Version 4.1.0rc1
03 November 2008 19 November 2008
Release Notes Release Notes

View File

@ -1,4 +1,4 @@
AC_INIT([DHCP], [4.1.0b1], [dhcp-users@isc.org]) AC_INIT([DHCP], [4.1.0rc1], [dhcp-users@isc.org])
# we specify "foreign" to avoid having to have the GNU mandated files, # we specify "foreign" to avoid having to have the GNU mandated files,
# like AUTHORS, COPYING, and such # like AUTHORS, COPYING, and such