]> git.ipfire.org Git - thirdparty/dhcp.git/commitdiff
Update release notes and version number. V2-0-1
authorTed Lemon <source@isc.org>
Sat, 24 Jun 2000 07:39:33 +0000 (07:39 +0000)
committerTed Lemon <source@isc.org>
Sat, 24 Jun 2000 07:39:33 +0000 (07:39 +0000)
README
RELNOTES
includes/version.h

diff --git a/README b/README
index eaa1f6402145ae9ce71e4dfdf8950eaf2f764cb8..2c053a825ac0d956fa65269dab703c7e63b3afc9 100644 (file)
--- 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>
index 8e3394e1a8b2c5954ea8d0f2fd25a10d918bf05a..3e9c1e6482ca561bc602b4e4ebef9d687b143fe3 100644 (file)
--- 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.
 
index ff8348ca63a7bda93767a47a97e7c4a2dc2e521c..6d520fce21abc0a5196a2472a388da23b7a75185 100644 (file)
@@ -1,3 +1,3 @@
 /* Current version of ISC DHCP Distribution. */
 
-#define DHCP_VERSION   "2.0"
+#define DHCP_VERSION   "2.0pl1"