summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTed Lemon <source@isc.org>2000-06-24 07:39:33 +0000
committerTed Lemon <source@isc.org>2000-06-24 07:39:33 +0000
commit17dc096b0ce89b799e80a30451c74d297d3b4ea1 (patch)
treee09ae6d37d8b70b3bb2ae7170ac071284e709193
parent133335e4112f077d6e8e97c2982b3d126e7ee70d (diff)
downloadisc-dhcp-17dc096b0ce89b799e80a30451c74d297d3b4ea1.tar.gz
Update release notes and version number.V2-0-1
-rw-r--r--README8
-rw-r--r--RELNOTES25
-rw-r--r--includes/version.h2
3 files changed, 28 insertions, 7 deletions
diff --git a/README b/README
index eaa1f640..2c053a82 100644
--- a/README
+++ b/README
@@ -1,7 +1,7 @@
<C><H4>Internet Software Consortium</H4></C>
<C><H4>Dynamic Host Configuration Protocol Distribution</H4></C>
-<C><H4>Version 2</H4></C>
-<C><H4>June 22, 1999</H4></C>
+<C><H4>Version 2 Patchlevel 1</H4></C>
+<C><H4>June 24, 2000</H4></C>
<C><H4>README FILE</H4></C>
@@ -135,13 +135,13 @@ information. On Digital Unix, type ``man pfilt''.</P>
the tar utility and the gzip command - type something like:</P>
<BLOCKQUOTE>
- zcat dhcp-2.0b1pl29.tar.gz |tar xvf -
+ zcat dhcp-2.0pl1.tar.gz |tar xvf -
</BLOCKQUOTE>
<P>On BSD/OS, you have to type gzcat, not zcat, and you may run into
similar problems on other operating systems.</P>
-<P>Now, cd to the dhcp-2.0b1pl29 subdirectory that you've just created and
+<P>Now, cd to the dhcp-2.0pl1 subdirectory that you've just created and
configure the source tree by typing:</P>
<BLOCKQUOTE>
diff --git a/RELNOTES b/RELNOTES
index 8e3394e1..3e9c1e64 100644
--- a/RELNOTES
+++ b/RELNOTES
@@ -1,7 +1,7 @@
Internet Software Consortium
Dynamic Host Configuration Protocol Distribution
- Version 2
- June 22, 1999
+ Version 2 Patchlevel 1
+ June 24, 2000
Release Notes
@@ -24,6 +24,27 @@ since June of 1997.
CHANGES FROM VERSION 2.0
+- Clean up DHCPRELEASE support.
+
+- Don't use the broadcast flag when doing BOOTP unless we need to.
+
+- Clean up the fallback mess.
+
+- Quote all shell special characters in the client script.
+
+- Fix ethernet header alignment on arm32.
+
+- Clarify the "no subnet declaration" message.
+
+- Correctly store the tftp server name in the lease file and the
+ client script file.
+
+- Avoid a potential spin loop in client when script file creation
+ fails for reasons other than the presence of an existing file of the
+ same name.
+
+- Add support for Linux kernel versions greater than 2.2.
+
- Fix a problem in raw.c on Irix. Thanks to Don Badrak for the
patch.
diff --git a/includes/version.h b/includes/version.h
index ff8348ca..6d520fce 100644
--- a/includes/version.h
+++ b/includes/version.h
@@ -1,3 +1,3 @@
/* Current version of ISC DHCP Distribution. */
-#define DHCP_VERSION "2.0"
+#define DHCP_VERSION "2.0pl1"