mirror of
https://gitlab.isc.org/isc-projects/dhcp
synced 2025-09-02 07:15:44 +00:00
Update changelog and version.
This commit is contained in:
4
README
4
README
@@ -1,6 +1,6 @@
|
|||||||
Internet Software Consortium DHCP Distribution
|
Internet Software Consortium DHCP Distribution
|
||||||
Version 3, Beta 2, Patchlevel 2
|
Version 3, Beta 2, Patchlevel 3
|
||||||
September 4, 2000
|
September 7, 2000
|
||||||
|
|
||||||
README FILE
|
README FILE
|
||||||
|
|
||||||
|
14
RELNOTES
14
RELNOTES
@@ -1,6 +1,6 @@
|
|||||||
Internet Software Consortium DHCP Distribution
|
Internet Software Consortium DHCP Distribution
|
||||||
Version 3, Beta 2, Patchlevel 2
|
Version 3, Beta 2, Patchlevel 3
|
||||||
September 4, 2000
|
September 7, 2000
|
||||||
|
|
||||||
Release Notes
|
Release Notes
|
||||||
|
|
||||||
@@ -49,6 +49,16 @@ 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 2
|
||||||
|
|
||||||
|
- Fix a case where the DHCP server might inappropriately NAK a
|
||||||
|
RENEWING client.
|
||||||
|
|
||||||
|
- Fix a place dhcprequest() where static leases could leak.
|
||||||
|
|
||||||
|
- Include memory.h in omapip_p.h so that we don't get warnings about
|
||||||
|
using memcmp().
|
||||||
|
|
||||||
Changes since 3.0 Beta 2 Patchlevel 1
|
Changes since 3.0 Beta 2 Patchlevel 1
|
||||||
|
|
||||||
- Notice when SIOCFIGCONF returns more data than fit in the buffer -
|
- Notice when SIOCFIGCONF returns more data than fit in the buffer -
|
||||||
|
@@ -1,3 +1,3 @@
|
|||||||
/* Current version of ISC DHCP Distribution. */
|
/* Current version of ISC DHCP Distribution. */
|
||||||
|
|
||||||
#define DHCP_VERSION "V3.0b2pl2-cvs"
|
#define DHCP_VERSION "V3.0b2pl3"
|
||||||
|
Reference in New Issue
Block a user