summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README9
-rw-r--r--RELNOTES40
-rw-r--r--includes/version.h2
3 files changed, 31 insertions, 20 deletions
diff --git a/README b/README
index 6951c46d..ab053ad7 100644
--- a/README
+++ b/README
@@ -1,6 +1,7 @@
Internet Software Consortium DHCP Distribution
- Version 3
- October 2, 2001
+ Version 3.0.1
+ Release Candidate 1
+ October 16, 2001
README FILE
@@ -142,14 +143,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.0.tar.gz |tar xvf -
+ zcat dhcp-3.0.1rc1.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.0 subdirectory that you've just
+Now, cd to the dhcp-3.0.1rc1 subdirectory that you've just
created and configure the source tree by typing:
./configure
diff --git a/RELNOTES b/RELNOTES
index 331d2602..68d16e61 100644
--- a/RELNOTES
+++ b/RELNOTES
@@ -1,6 +1,7 @@
Internet Software Consortium DHCP Distribution
- Version 3
- October 2, 2001
+ Version 3.0.1
+ Release Candidate 1
+ October 16, 2001
Release Notes
@@ -22,19 +23,11 @@ that are new since version 2.0:
- Many bug fixes, performance enhancements, and minor new DHCP
protocol features.
-This release has been beta tested quite thorougly, and we think it is
-substantially more robust at this time than 2.0pl5. The release
-candidate is expected to be free of serious bugs, but it's called a
-release candidate because we want people to try it and find any last
-real problems before we call it done. We do not expect to add
-anything other than documentation and any remaining bug fixes to the
-3.0 release.
-
-The 3.0 Release Candidate 1 lease file is not backwards compatible
-with the 3.0 Beta 1 lease file, so if you have to go back, you will
-have to convert your lease files back to the 3.0 Beta 1 format - if
-you try to run a 3.0 Beta 1 server on a 3.0 lease file, it will
-cheerfully delete all your leases.
+This is a release candidate for a minor bug fix release to follow ISC
+DHCP 3.0. The main bug fixed here is a bug in the subclass allocation
+code that could result in a memory smash. Any users of the ISC DHCP server
+who are using subclasses should seriously consider upgrading to 3.0.1
+either now or when the final 3.0.1 release comes out.
If you are running 3.0 beta 1 and are doing dynamic DNS updates, the
lease file is no longer forward-compatible to 3.0 final. A script
@@ -53,6 +46,23 @@ 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
+
+- Make allocators for hash tables. As a side effect, this fixes a memory
+ smash in the subclass allocation code.
+
+- Fix a small bug in omshell where if you try to close an object when
+ no object is open, it dumps core.
+
+- Fix an obscure coredump that could occur on shutdown.
+
+- Fix a bug in the recording of host declaration rubouts in the lease file.
+
+- Fix two potential spins in the host deletion code.
+
+- Fix a core dump that would happen if an application tried to update
+ a host object attribute with a null value.
+
Changes since 3.0 Release Candidate 12
- Fix a memory leak in the evaluation code.
diff --git a/includes/version.h b/includes/version.h
index b91eff55..71d89b33 100644
--- a/includes/version.h
+++ b/includes/version.h
@@ -1,3 +1,3 @@
/* Current version of ISC DHCP Distribution. */
-#define DHCP_VERSION "V3.0"
+#define DHCP_VERSION "V3.0.1rc1"