summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Hankins <dhankins@isc.org>2004-12-28 23:12:49 +0000
committerDavid Hankins <dhankins@isc.org>2004-12-28 23:12:49 +0000
commit278a0f9a197b2470336c36c1cbf25cd41d83839c (patch)
treee2b64ab70c7cca992ce43ac85233cd0dd69d5a00
parenta9b3ef70d84f3b4a81fd6c18f9c374bfc29602bc (diff)
downloadisc-dhcp-278a0f9a197b2470336c36c1cbf25cd41d83839c.tar.gz
- Version to 3.0.2. Waiting on Laura to vet the README changes in the
SUPPORT section.
-rw-r--r--README46
-rw-r--r--RELNOTES9
-rw-r--r--includes/version.h2
3 files changed, 39 insertions, 18 deletions
diff --git a/README b/README
index a487a2c6..b5fa5ce0 100644
--- a/README
+++ b/README
@@ -1,6 +1,6 @@
Internet Systems Consortium DHCP Distribution
- Version 3.0.2rc3
- December 3, 2004
+ Version 3.0.2
+ December 21, 2004
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.0.2rc3.tar.gz |tar xvf -
+ zcat dhcp-3.0.2.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.2rc3 subdirectory that you've just created and
+Now, cd to the dhcp-3.0.2 subdirectory that you've just created and
configure the source tree by typing:
./configure
@@ -484,15 +484,25 @@ for AIX would be welcome.
SUPPORT
-The Internet Systems Consortium DHCP server is not a commercial
-product, and is not supported by the ISC. However, it has attracted a
-fairly sizable following on the Internet, which means that there are a
-lot of knowledgable users who may be able to help you if you get
-stuck. These people generally read the dhcp-server@isc.org mailing
-list.
+The Internet Systems Consortium DHCP server is developed and distributed
+by ISC in the public trust, thanks to the generous donations of its
+sponsors. ISC is also signing charter support contracts for ISC DHCP,
+more information about ISC Support Contracts can be found at the
+following URL:
+
+ http://www.isc.org/ops/support/
+
+No donators, as yet, have asked for their dollars to be spent providing
+free support to all who ask. Please understand that we may not respond
+to support inquiries unless you have a support contract.
+
+However, ISC DHCP has attracted a fairly sizable following on the
+Internet, which means that there are a lot of knowledgable users who
+may be able to help you if you get stuck. These people generally read
+the dhcp-server@isc.org mailing list.
If you are going to use dhcpd, you should probably subscribe to the
-dhcp-server and dhcp-announce mailing lists. If you will be using
+dhcp-server or dhcp-announce mailing lists. If you will be using
dhclient, you should subscribe to the dhcp-client mailing list.
If you need help, you should ask on the dhcp-server or dhcp-client
@@ -503,6 +513,12 @@ If you are having trouble with a combination of the client and server,
send the request to dhcp-server@isc.org. Please do not cross-post to
both lists under any circumstances.
+WHERE TO SEND FEATURE REQUESTS: We like to hear your feedback. We may
+not respond to it all the time, but we do read it. If ISC DHCP doesn't
+work well for you, or you have an idea that would improve it for your
+use, please send your suggestion to dhcp-suggest@isc.org. This is also
+an excellent place to send patches that add new features.
+
WHERE TO REPORT BUGS: If you want the act of sending in a bug report
to result in you getting help in the form of a fixed piece of
software, you are asking for help. Your bug report is helpful to us,
@@ -510,7 +526,7 @@ but fundamentally you are making a support request, so please use the
addresses described in the previous paragraphs. If you are _sure_ that
your problem is a bug, and not user error, or if your bug report
includes a patch, you can send it to dhcp-bugs@isc.org without
-subscribing. This mailing list goes into a bug tracking system, so
+subscribing. This e-mail address goes into a bug tracking system, so
you don't need to check periodically to see if we still remember the
bug - if you haven't been notified that the bug has been closed, we
still consider it a bug, and still have it in the system.
@@ -519,8 +535,9 @@ PLEASE DO NOT REPORT BUGS IN OLD SOFTWARE RELEASES! Fetch the latest
release and see if the bug is still in that version of the software,
and if it's not, _then_ report it. It's okay to report bugs in the
latest patchlevel of a major version that's not the most recent major
-version, though - for example, if you're running 3.0.1, you don't have
-to upgrade to a 3.0.2rc (release candidate) before you can report bugs.
+version, though - for example, if you're running 3.0.2, you don't have
+to upgrade to a 3.0.3rc (release candidate) or even a 3.1.x release
+before you can report bugs.
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
@@ -653,4 +670,3 @@ you with it.
Please see http://www.isc.org/sw/dhcp/ for details on how to subscribe
to the ISC DHCP mailing lists.
-
diff --git a/RELNOTES b/RELNOTES
index 22001021..7f82e361 100644
--- a/RELNOTES
+++ b/RELNOTES
@@ -1,6 +1,6 @@
Internet Systems Consortium DHCP Distribution
- Version 3.0.2rc3
- December 3, 2004
+ Version 3.0.2
+ December 21, 2004
Release Notes
@@ -43,6 +43,11 @@ 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.2rc3
+
+- A previously undocumented configuration directive, 'local-address',
+ was documented in the dhcpd.conf manpage.
+
Changes since 3.0.2rc2
- Two varaibles introduced in 3.0.2b1 were used without being initialized
diff --git a/includes/version.h b/includes/version.h
index 62136922..b85a6643 100644
--- a/includes/version.h
+++ b/includes/version.h
@@ -1,3 +1,3 @@
/* Current version of ISC DHCP Distribution. */
-#define DHCP_VERSION "V3.0.2rc3"
+#define DHCP_VERSION "V3.0.2"