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
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
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
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
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
/* Current version of ISC DHCP Distribution. */
-#define DHCP_VERSION "V3.0b2pl18-cvs"
+#define DHCP_VERSION "V3.0b2pl19"