summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README4
-rw-r--r--RELNOTES26
-rw-r--r--includes/version.h2
3 files changed, 27 insertions, 5 deletions
diff --git a/README b/README
index b5bf3f85..0ce114d0 100644
--- a/README
+++ b/README
@@ -1,6 +1,6 @@
Internet Software Consortium DHCP Distribution
- Version 3, Release Candidate 5
- May 10, 2001
+ Version 3, Release Candidate 6
+ May 11, 2001
README FILE
diff --git a/RELNOTES b/RELNOTES
index 0ca4b8c1..0f23d414 100644
--- a/RELNOTES
+++ b/RELNOTES
@@ -1,6 +1,6 @@
Internet Software Consortium DHCP Distribution
- Version 3, Release Candidate 5
- May 10, 2001
+ Version 3, Release Candidate 6
+ May 11, 2001
Release Notes
@@ -56,6 +56,28 @@ Murrell at BC Tel Advanced 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 Release Candidate 5
+
+- Fix a bug in omapi_object_dereference that prevented objects in
+ chains from having their reference counts decreased on dereference.
+
+- Fix a bug in omapi_object_dereference that would prevent object
+ chains from being freed upon removal of the last reference external
+ to the chain.
+
+- Fix a number of other memory leaks in the OMAPI protocol subsystem.
+
+- Add code in the OMAPI protocol handler to trace memory leakage.
+
+- Clean up the memory allocation/reference history printer.
+
+- Support input of dotted quads and colon-seperated hex lists as
+ attribute values in omshell.
+
+- Fix a typo in the linux interface discovery code.
+
+- Conditionalize a piece of trace code that wasn't conditional.
+
Changes since 3.0 Release Candidate 4
- Fix a bug that would prevent leases from being abandoned properly on
diff --git a/includes/version.h b/includes/version.h
index 9feaa2d5..9ca12e35 100644
--- a/includes/version.h
+++ b/includes/version.h
@@ -1,3 +1,3 @@
/* Current version of ISC DHCP Distribution. */
-#define DHCP_VERSION "V3.0rc5"
+#define DHCP_VERSION "V3.0rc6"