summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTed Lemon <source@isc.org>1999-05-07 17:49:12 +0000
committerTed Lemon <source@isc.org>1999-05-07 17:49:12 +0000
commit4ff4053bebac05f54c269d3864819a8e73c813e8 (patch)
tree85f31ce7405d5605acb831c73507fb3c0314b619
parent6023482906ac0b8177707567ce80ea15e94571fb (diff)
downloadisc-dhcp-3-ALPHA-19990507.tar.gz
Update version number and changelogV3-ALPHA-19990507
-rw-r--r--RELNOTES30
1 files changed, 24 insertions, 6 deletions
diff --git a/RELNOTES b/RELNOTES
index bfac4ed8..04c937ee 100644
--- a/RELNOTES
+++ b/RELNOTES
@@ -26,18 +26,36 @@ release that we would expect most sites to run. It is possible to run
the Version 1 server with the Version 2 client at sites that want to
be really conservative.
-Version 3 of the ISC DHCP Distribution will add conditional behaviour,
-address pools with access control, client classing, Dynamic DNS
+Version 3 of the ISC DHCP Distribution adds conditional behaviour,
+address pools with access control, and client classing. Features in
+upcoming releases, starting with 3.1, will include Dynamic DNS
Support, DHCPv4 16-bit option codes, asynchronous DNS query
resolution, DHCP Authentication, and support for a DHCP Interserver
Protocol and live querying and update of the DHCP database. Not all
of this is done yet (see below).
This release is running in producion at the ISC and at some other
-sites. A beta release of 3.0 is expected by June. At this point, the
-3.0 release is reasonably stable, but is really only recommended for
-sites that are in a position to experiment, or for sites that need the
-new features. Bug reports are enthusiastically solicited.
+sites. A beta release of 3.0 will be available in mid-May of 1999.
+At this point, the 3.0 release is reasonably stable, but is really
+only recommended for sites that are in a position to experiment, or
+for sites that need the new features. Bug reports are
+enthusiastically solicited.
+
+ Changes since May 6, 1999
+
+- Reverse precedence of user-supplied parameter request list so that
+ user can override client's preferences.
+
+- Do not call abort () when uninitialized pointers are passed to
+ allocation functions unless POINTER_DEBUG is defined.
+
+- Fix a bug in parsing colon-seperated hex octet lists in data
+ expressions.
+
+- Fix a number of cases where the server would dump core in
+ evaluate_*_expression if the options buffer was a NULL pointer.
+
+- Fix incorrect handling of exists subexpression.
Changes since April 24, 1999