2
0
mirror of https://gitlab.isc.org/isc-projects/dhcp synced 2025-08-22 09:57:20 +00:00

Update changelog and version numbers.

This commit is contained in:
Ted Lemon 2001-01-19 11:10:53 +00:00
parent e7bd704742
commit 2f2e79608a
3 changed files with 34 additions and 7 deletions

8
README
View File

@ -1,6 +1,6 @@
Internet Software Consortium DHCP Distribution
Version 3, Beta 2, Patchlevel 13
November 30, 2000
Version 3, Beta 2, Patchlevel 14
January 19, 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.0b2pl13.tar.gz |tar xvf -
zcat dhcp-3.0b2pl14.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.0b2pl13 subdirectory that you've just
Now, cd to the dhcp-3.0b2pl14 subdirectory that you've just
created and configure the source tree by typing:
./configure

View File

@ -1,6 +1,6 @@
Internet Software Consortium DHCP Distribution
Version 3, Beta 2, Patchlevel 13
November 30, 2000
Version 3, Beta 2, Patchlevel 14
January 19, 2000
Release Notes
@ -49,6 +49,33 @@ 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 13
- Fixed a problem where the fqdn decoder would sometimes try to store
an option with an (unsigned) negative length, resulting in a core
dump on some systems.
- Work around the Win98 DHCP client, which NUL-terminates the FQDN
option.
- Work around Win98 and Win2k clients that will claim they want to do
the update even when they don't have any way to do it.
- Fix some log messages that can be printed when failover is operating
that were not printing enough information.
- It was possible for a DHCPDISCOVER to get an allocation even when
the state machine said the server shouldn't be responding.
- Don't load balance DHCPREQUESTs from clients in RENEWING and
REBINDING, since in RENEWING, if we heard it, it's for us, and in
REBINDING, the client wouldn't have got to REBINDING if its primary
were answering.
- When we get a bogus state lease binding state transition, don't do
the transition.
Changes since 3.0 Beta 2 Patchlevel 12
- Fixed a couple of silly compile errors.

View File

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