2
0
mirror of https://gitlab.isc.org/isc-projects/dhcp synced 2025-08-29 05:17:57 +00:00

Update changelog and version number.

This commit is contained in:
Ted Lemon 2000-09-29 22:48:01 +00:00
parent 6bbd4fd6ba
commit 0f6045f829
3 changed files with 48 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 5 Version 3, Beta 2, Patchlevel 6
September 19, 2000 September 29, 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.0b2pl5.tar.gz |tar xvf - zcat dhcp-3.0b2pl6.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.0b2pl5 subdirectory that you've just Now, cd to the dhcp-3.0b2pl6 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 5 Version 3, Beta 2, Patchlevel 6
September 19, 2000 September 29, 2000
Release Notes Release Notes
@ -49,6 +49,47 @@ 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 5
- Fix a bug in the recent enhancement to the interface discovery code
to support arbitrary-length interface lists.
- Support NUL-terminated DHCP options when initializing client-script
environment.
- Fix suffix operator.
- Fix NetWare/IP option parsing.
- Better error/status checking in dhcpctl initialization and omapi
connection code.
- Fix a potential memory smash in dhcpctl code.
- Fix SunOS4 and (maybe) Ultrix builds.
- Fix a bug where a certain sort of incoming packet could cause a core
dump on Solaris (and probably elsewhere).
- Add some more safety checks in error logging code.
- Add support for ISC_R_INCOMPLETE in OMAPI protocol connection code.
- Fix relay agent so that if an interface is specified on the command
line, the relay agent does not dump core.
- Fix class matching so that match if can be combined with match or
spawn with.
- Do not allow spurious leases in the lease database to introduce
potentially bogus leases into the in-memory database.
- Fix a byte-order problem in the client hardware address type code
for OMAPI.
- Be slightly less picky about what sort of hardware addresses OMAPI
can install in host declarations.
Changes since 3.0 Beta 2 Patchlevel 4 Changes since 3.0 Beta 2 Patchlevel 4
- Incorporated Peter Marschall's proposed change to array/record - Incorporated Peter Marschall's proposed change to array/record

View File

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