diff --git a/README b/README index 29023f64..3c14eb68 100644 --- a/README +++ b/README @@ -1,6 +1,6 @@ Internet Software Consortium DHCP Distribution - Version 3, Beta 2, Patchlevel 10 - November 29, 2000 + Version 3, Beta 2, Patchlevel 11 + November 30, 2000 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.0b2pl10.tar.gz |tar xvf - + zcat dhcp-3.0b2pl11.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.0b2pl10 subdirectory that you've just +Now, cd to the dhcp-3.0b2pl11 subdirectory that you've just created and configure the source tree by typing: ./configure diff --git a/RELNOTES b/RELNOTES index 720964c7..e5e2e035 100644 --- a/RELNOTES +++ b/RELNOTES @@ -1,6 +1,6 @@ Internet Software Consortium DHCP Distribution - Version 3, Beta 2, Patchlevel 10 - November 29, 2000 + Version 3, Beta 2, Patchlevel 11 + November 30, 2000 Release Notes @@ -49,6 +49,11 @@ 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 10 + +- Fix a bug introduced during debugging (!) and accidentally committed + to CVS. + Changes since 3.0 Beta 2 Patchlevel 9 - Fix DHCP client handling of vendor encapsulated options. diff --git a/includes/version.h b/includes/version.h index 1b069a54..adc96790 100644 --- a/includes/version.h +++ b/includes/version.h @@ -1,3 +1,3 @@ /* Current version of ISC DHCP Distribution. */ -#define DHCP_VERSION "V3.0b2pl10-cvs" +#define DHCP_VERSION "V3.0b2pl11"