mirror of
https://gitlab.isc.org/isc-projects/dhcp
synced 2025-08-22 01:49:35 +00:00
Update changelog and version number.
This commit is contained in:
parent
6bbd4fd6ba
commit
0f6045f829
8
README
8
README
@ -1,6 +1,6 @@
|
||||
Internet Software Consortium DHCP Distribution
|
||||
Version 3, Beta 2, Patchlevel 5
|
||||
September 19, 2000
|
||||
Version 3, Beta 2, Patchlevel 6
|
||||
September 29, 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.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
|
||||
similar problems on other operating systems.
|
||||
|
||||
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:
|
||||
|
||||
./configure
|
||||
|
45
RELNOTES
45
RELNOTES
@ -1,6 +1,6 @@
|
||||
Internet Software Consortium DHCP Distribution
|
||||
Version 3, Beta 2, Patchlevel 5
|
||||
September 19, 2000
|
||||
Version 3, Beta 2, Patchlevel 6
|
||||
September 29, 2000
|
||||
|
||||
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
|
||||
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
|
||||
|
||||
- Incorporated Peter Marschall's proposed change to array/record
|
||||
|
@ -1,3 +1,3 @@
|
||||
/* Current version of ISC DHCP Distribution. */
|
||||
|
||||
#define DHCP_VERSION "V3.0b2pl5-cvs"
|
||||
#define DHCP_VERSION "V3.0b2pl6"
|
||||
|
Loading…
x
Reference in New Issue
Block a user