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

Update changelog and version info.

This commit is contained in:
Ted Lemon 2001-03-14 17:36:48 +00:00
parent ef4d4bfdaa
commit b3fad8ac0b
3 changed files with 33 additions and 8 deletions

10
README
View File

@ -1,6 +1,6 @@
Internet Software Consortium DHCP Distribution
Version 3, Beta 2, Patchlevel 18
February 22, 2001
Version 3, Beta 2, Patchlevel 19
March 14, 2001
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.0b2pl16.tar.gz |tar xvf -
zcat dhcp-3.0b2pl19.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.0b2pl16 subdirectory that you've just
Now, cd to the dhcp-3.0b2pl19 subdirectory that you've just
created and configure the source tree by typing:
./configure
@ -492,7 +492,7 @@ latest patchlevel of a major version that's not the most recent major
version, though - for example, if you're running 2.0, you don't have
to upgrade to 3.0 before you can report bugs.
PLEASE DO NOT REPORT BUGS IF YOU ARE NOT RUNNING A VERSION OF THE ISC
PLEASE DO NOT REPORT BUGS IF YOU ARE RUNNING A VERSION OF THE ISC
DHCP DISTRIBUTION THAT YOU DIDN'T GET FROM THE ISC! Free operating
system distributions are notorious for including outdated versions of
software, and also versions of software that were not compiled on your

View File

@ -1,6 +1,6 @@
Internet Software Consortium DHCP Distribution
Version 3, Beta 2, Patchlevel 18
February 22, 2001
Version 3, Beta 2, Patchlevel 19
March 14, 2001
Release Notes
@ -49,6 +49,31 @@ 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 18
- Fix documentation for sending non-standard options.
- Use unparsable names for unknown options. WARNING: this will
break any configuration files that use the option-nnn convention.
If you want to continue to use this convention for some options,
please be sure to write a definition, like this:
option option-nnn code nnn = string;
You can use a descriptive name instead of option-nnn if you like.
- Fix a problem where we would see a DHCPDISCOVER/DHCPOFFER/
DHCPREQUEST/DHCPACK/DHCPREQUEST/DHCPNAK sequence. This was the
result of a deceptively silly bug in supersede_lease.
- Fix client script exit status check, according to a fix supplied by
Hermann Lauer.
- Fix an endianness bug in the tracefile support, regarding ICMP
messages.
** there was no pl17 **
Changes since 3.0 Beta 2 Patchlevel 16
- Add support for transaction tracing. This allows the state of the

View File

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