2
0
mirror of https://gitlab.isc.org/isc-projects/dhcp synced 2025-08-22 01:49:35 +00:00

Update version number and changelog.

This commit is contained in:
Ted Lemon 2000-09-04 22:49:17 +00:00
parent de8dfadfb6
commit 2aa36519eb
3 changed files with 22 additions and 8 deletions

10
README
View File

@ -1,6 +1,6 @@
Internet Software Consortium DHCP Distribution
Version 3, Beta 2, Patchlevel 1
September 1, 2000
Version 3, Beta 2, Patchlevel 2
September 4, 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.0b2pl1.tar.gz |tar xvf -
zcat dhcp-3.0b2pl2.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.0b2pl1 subdirectory that you've just
Now, cd to the dhcp-3.0b2pl2 subdirectory that you've just
created and configure the source tree by typing:
./configure
@ -520,7 +520,7 @@ Distribution.
may be hard for you to figure it out, so don't go crazy
trying.
- The specific version of the DHCP distribution you're
running, for example 2.0b1pl19, not 2.0.
running, for example "2.0b1pl19", not "2.0".
- Please explain the problem carefully, thinking through what
you're saying to ensure that you don't assume we know
something about your situation that we don't know.

View File

@ -1,6 +1,6 @@
Internet Software Consortium DHCP Distribution
Version 3, Beta 2, Patchlevel 1
September 1, 2000
Version 3, Beta 2, Patchlevel 2
September 4, 2000
Release Notes
@ -48,3 +48,17 @@ Measurement Systems, and Brian Murrell at BC Tel Advanced
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 1
- Notice when SIOCFIGCONF returns more data than fit in the buffer -
allocate a larger buffer, and retry. Thanks to Greg Fausak for
pointing this out.
- In the server, if no interfaces were configured, report an error and
exit.
- Don't ever record a state of 'startup'.
- Don't try to evaluate the local failover binding address if none was
specified. Thanks to Joseph Breu for finding this.

View File

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