2
0
mirror of https://gitlab.isc.org/isc-projects/dhcp synced 2025-08-28 12:57:42 +00:00

Update version and changelog

This commit is contained in:
Ted Lemon 2001-03-22 21:41:33 +00:00
parent b7d4762721
commit 140158d3ff
3 changed files with 14 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 22 Version 3, Beta 2, Patchlevel 23
March 20, 2001 March 22, 2001
README FILE README FILE
@ -142,14 +142,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.0b2pl22.tar.gz |tar xvf - zcat dhcp-3.0b2pl23.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.0b2pl22 subdirectory that you've just Now, cd to the dhcp-3.0b2pl23 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 22 Version 3, Beta 2, Patchlevel 23
March 20, 2001 March 22, 2001
Release Notes Release Notes
@ -49,6 +49,13 @@ 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 22
- Apply some patches suggested by Cyrille Lefevre, who is maintaining
the FreeBSD ISC DHCP Distribution port.
- Fix a core dump in DHCPRELEASE.
Changes since 3.0 Beta 2 Patchlevel 21 Changes since 3.0 Beta 2 Patchlevel 21
- This time for sure: fix the spin described in the changes for pl20. - This time for sure: fix the spin described in the changes for pl20.

View File

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