summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTed Lemon <source@isc.org>2001-10-05 03:58:38 +0000
committerTed Lemon <source@isc.org>2001-10-05 03:58:38 +0000
commit9e9b3ac34cca8221137ac295af84ec6032eb68ed (patch)
treef56b0db18df8134b6f4514db7834aa37edb22b16
parent5facceb3b4f9904621b288b7d652c45607b4ac7f (diff)
downloadisc-dhcp-9e9b3ac34cca8221137ac295af84ec6032eb68ed.tar.gz
Update version and changelog
-rw-r--r--README8
-rw-r--r--RELNOTES20
-rw-r--r--includes/version.h2
3 files changed, 20 insertions, 10 deletions
diff --git a/README b/README
index 3c5c94a7..6951c46d 100644
--- a/README
+++ b/README
@@ -1,6 +1,6 @@
Internet Software Consortium DHCP Distribution
- Version 3, Release Candidate 12
- August 23, 2001
+ Version 3
+ October 2, 2001
README FILE
@@ -142,14 +142,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.0rc12.tar.gz |tar xvf -
+ zcat dhcp-3.0.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.0rc12 subdirectory that you've just
+Now, cd to the dhcp-3.0 subdirectory that you've just
created and configure the source tree by typing:
./configure
diff --git a/RELNOTES b/RELNOTES
index d1294455..331d2602 100644
--- a/RELNOTES
+++ b/RELNOTES
@@ -1,12 +1,9 @@
Internet Software Consortium DHCP Distribution
- Version 3, Release Candidate 12
- August 23, 2001
+ Version 3
+ October 2, 2001
Release Notes
-This is a development snapshot of Version 3 of the Internet Software
-Consortium DHCP Distribution.
-
NEW FEATURES
Version 3 of the ISC DHCP Distribution includes the following features
@@ -56,6 +53,19 @@ 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 12
+
+- Fix a memory leak in the evaluation code.
+
+- Fix an obscure core dump.
+
+- Print a couple of new warnings when parsing the configuration file
+ when crucial information is left out.
+
+- Log "no free leases" as an error.
+
+- Documentation updates.
+
Changes since 3.0 Release Candidate 11
- Always return a subnet selection option if one is sent.
diff --git a/includes/version.h b/includes/version.h
index 5b2f572b..b91eff55 100644
--- a/includes/version.h
+++ b/includes/version.h
@@ -1,3 +1,3 @@
/* Current version of ISC DHCP Distribution. */
-#define DHCP_VERSION "V3.0rc12"
+#define DHCP_VERSION "V3.0"