]> git.ipfire.org Git - thirdparty/dhcp.git/commitdiff
- README, RELNOTES, version to 3.0.2rc2.
authorDavid Hankins <dhankins@isc.org>
Thu, 4 Nov 2004 20:40:14 +0000 (20:40 +0000)
committerDavid Hankins <dhankins@isc.org>
Thu, 4 Nov 2004 20:40:14 +0000 (20:40 +0000)
README
RELNOTES
includes/version.h

diff --git a/README b/README
index 67f82adc6c52171b292e5965335c2b21b8803a82..8cdf13a1a96c45b7270645089c7d5623217cde09 100644 (file)
--- a/README
+++ b/README
@@ -1,5 +1,5 @@
               Internet Systems Consortium DHCP Distribution
-                            Version 3.0.2rc1
+                            Version 3.0.2rc2
                             October 12, 2004
 
                              README FILE
@@ -96,10 +96,10 @@ system.
 
                            RELEASE STATUS
 
-This is the first beta release of ISC DHCP 3.0 maintenance release 2
-(ISC DHCP 3.0.2).  This release seeks only to fix bugs present in
-versions 3.0.1 and earlier.  No new features have or will be added
-in subsequent beta or release candidates of this release.
+This is the second release candidate of ISC DHCP 3.0.2.  This is a
+maintenance release which seeks only to fix bugs present in versions
+3.0.1 and earlier.  No new features have or will be added in subsequent
+release candidates of this release.
 
 In this release, the server and relay agent are currently fully
 functional on NetBSD, Linux systems with kernel version 2.2 or later,
@@ -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.2b1.tar.gz |tar xvf -
+       zcat dhcp-3.0.2rc2.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.2b1 subdirectory that you've just created and
+Now, cd to the dhcp-3.0.2rc2 subdirectory that you've just created and
 configure the source tree by typing:
 
        ./configure
index a56dbbb51560faf8f9c9c6d7b4441ca85b0accf4..90a692713d83f6084a7a48a34f4b71e5bb529e9f 100644 (file)
--- a/RELNOTES
+++ b/RELNOTES
@@ -1,5 +1,5 @@
              Internet Systems Consortium DHCP Distribution
-                            Version 3.0.2rc1
+                            Version 3.0.2rc2
                             October 12, 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.2rc1
+
+- allocate_lease() was rewritten to repair a bug in which the server would
+  try to allocate an ABANDONED lease when FREE leases were available.
+
                        Changes since 3.0.2b1
 
 - Some dhcp-eval.5 manpage formatting was repaired.
index acbf9c7ebf3a70a2f6b3ade2d8fae09eed9042a4..a7bd61b9653d082163712f162f6ff068f893a80c 100644 (file)
@@ -1,3 +1,3 @@
 /* Current version of ISC DHCP Distribution. */
 
-#define DHCP_VERSION   "V3.0.2rc1"
+#define DHCP_VERSION   "V3.0.2rc2"