From: Ted Lemon Date: Tue, 20 Mar 2001 22:27:25 +0000 (+0000) Subject: Update changelog and version. X-Git-Tag: V3-BETA-2-PATCH-22 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=3a395e60ea62de662ecf19df927a00c35494cfdb;p=thirdparty%2Fdhcp.git Update changelog and version. --- diff --git a/README b/README index 091dbd325..38ba96ccd 100644 --- a/README +++ b/README @@ -1,5 +1,5 @@ Internet Software Consortium DHCP Distribution - Version 3, Beta 2, Patchlevel 21 + Version 3, Beta 2, Patchlevel 22 March 20, 2001 README FILE @@ -141,14 +141,14 @@ 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: - zcat dhcp-3.0b2pl21.tar.gz |tar xvf - + zcat dhcp-3.0b2pl22.tar.gz |tar xvf - On BSD/OS, you have to type gzcat, not zcat, and you may run into similar problems on other operating systems. CONFIGURING IT -Now, cd to the dhcp-3.0b2pl21 subdirectory that you've just +Now, cd to the dhcp-3.0b2pl22 subdirectory that you've just created and configure the source tree by typing: ./configure diff --git a/RELNOTES b/RELNOTES index 89fab87f5..7b305bfad 100644 --- a/RELNOTES +++ b/RELNOTES @@ -1,5 +1,5 @@ Internet Software Consortium DHCP Distribution - Version 3, Beta 2, Patchlevel 21 + Version 3, Beta 2, Patchlevel 22 March 20, 2001 Release Notes @@ -49,6 +49,10 @@ Communications. I'd like to express my thanks to all of these good people here, both for working on the code and for prodding me into improving it. + Changes since 3.0 Beta 2 Patchlevel 21 + +- This time for sure: fix the spin described in the changes for pl20. + Changes since 3.0 Beta 2 Patchlevel 20 - Fix a problem with Linux detecting large numbers of interfaces (Ben) diff --git a/includes/version.h b/includes/version.h index 29d2ee15a..1233e6886 100644 --- a/includes/version.h +++ b/includes/version.h @@ -1,3 +1,3 @@ /* Current version of ISC DHCP Distribution. */ -#define DHCP_VERSION "V3.0b2pl21" +#define DHCP_VERSION "V3.0b2pl22"