2
0
mirror of https://gitlab.isc.org/isc-projects/dhcp synced 2025-08-22 18:07:25 +00:00

Update version and changelog

This commit is contained in:
Ted Lemon 2000-11-30 14:14:42 +00:00
parent 1d8b8d992a
commit 6c68ec36b5
3 changed files with 12 additions and 7 deletions

8
README
View File

@ -1,6 +1,6 @@
Internet Software Consortium DHCP Distribution Internet Software Consortium DHCP Distribution
Version 3, Beta 2, Patchlevel 10 Version 3, Beta 2, Patchlevel 11
November 29, 2000 November 30, 2000
README FILE README FILE
@ -141,14 +141,14 @@ 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:
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 On BSD/OS, you have to type gzcat, not zcat, and you may run into
similar problems on other operating systems. similar problems on other operating systems.
CONFIGURING IT 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: created and configure the source tree by typing:
./configure ./configure

View File

@ -1,6 +1,6 @@
Internet Software Consortium DHCP Distribution Internet Software Consortium DHCP Distribution
Version 3, Beta 2, Patchlevel 10 Version 3, Beta 2, Patchlevel 11
November 29, 2000 November 30, 2000
Release Notes 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 people here, both for working on the code and for prodding me into
improving it. 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 Changes since 3.0 Beta 2 Patchlevel 9
- Fix DHCP client handling of vendor encapsulated options. - Fix DHCP client handling of vendor encapsulated options.

View File

@ -1,3 +1,3 @@
/* Current version of ISC DHCP Distribution. */ /* Current version of ISC DHCP Distribution. */
#define DHCP_VERSION "V3.0b2pl10-cvs" #define DHCP_VERSION "V3.0b2pl11"