]> git.ipfire.org Git - thirdparty/dhcp.git/commitdiff
Update to pl10
authorTed Lemon <source@isc.org>
Wed, 3 Feb 1999 23:29:41 +0000 (23:29 +0000)
committerTed Lemon <source@isc.org>
Wed, 3 Feb 1999 23:29:41 +0000 (23:29 +0000)
README
RELNOTES
client/dhclient.c
relay/dhcrelay.c
server/dhcpd.c

diff --git a/README b/README
index c3951f04725780587f157c68c2e53863d7bfb22a..ca6dfaf3ee425dd5a791c1d57314795b95eeedd7 100644 (file)
--- a/README
+++ b/README
@@ -1,6 +1,6 @@
                     Internet Software Consortium
           Dynamic Host Configuration Protocol Distribution
-                  Version 2, Beta 1, Patchlevel 9
+                  Version 2, Beta 1, Patchlevel 10
                          February 3, 1998
 
 This is the first Beta release of Version 2 of the Internet Software
@@ -46,9 +46,9 @@ 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-2.0b1pl9.tar.gz |tar xvf -
+       zcat dhcp-2.0b1pl10.tar.gz |tar xvf -
 
-Now, cd to the dhcp-2.0b1pl9 subdirectory that you've just created and
+Now, cd to the dhcp-2.0b1pl10 subdirectory that you've just created and
 configure the source tree by typing:
 
                ./configure
index 4defa6183a1db98451c755de34f182bdddf80e7d..99f0a05e5a1d39d13584b802743188a9212848b0 100644 (file)
--- a/RELNOTES
+++ b/RELNOTES
@@ -1,6 +1,6 @@
                     Internet Software Consortium
           Dynamic Host Configuration Protocol Distribution
-                  Version 2, Beta 1, Patchlevel 9
+                  Version 2, Beta 1, Patchlevel 10
                          February 3, 1998
 
                            Release Notes
@@ -46,6 +46,13 @@ database.   This release is not expected to be stable in the near
 future, and is intended for sites that are in a position to
 experiment, or for sites that desperately need the new features.
 
+            CHANGES FROM VERSION 2.0 BETA 1 PATCHLEVEL 9
+
+- Finally fix client PREINIT bug that causes interfaces not specified
+  on the command line to be preinitialized.   If no interfaces are
+  specified on the command line, all interfaces are still
+  preinitialized.
+
             CHANGES FROM VERSION 2.0 BETA 1 PATCHLEVEL 8
 
 - Fix socket API fallback setup code, which was causing Linux servers
index de12de4b291c2dd5d4d91de756ebddde44d95bcc..fe6e43318ca1859eed93ce381a7262482d317abc 100644 (file)
@@ -56,7 +56,7 @@
 
 #ifndef lint
 static char ocopyright[] =
-"$Id: dhclient.c,v 1.44.2.11 1999/02/03 22:57:05 mellon Exp $ Copyright (c) 1995, 1996 The Internet Software Consortium.  All rights reserved.\n";
+"$Id: dhclient.c,v 1.44.2.12 1999/02/03 23:29:39 mellon Exp $ Copyright (c) 1995, 1996, 1997, 1998, 1999 The Internet Software Consortium.  All rights reserved.\n";
 #endif /* not lint */
 
 #include "dhcpd.h"
@@ -92,7 +92,7 @@ int save_scripts;
 static char copyright[] =
 "Copyright 1995, 1996, 1997, 1998, 1999 The Internet Software Consortium.";
 static char arr [] = "All rights reserved.";
-static char message [] = "Internet Software Consortium DHCP Client V2.0b1pl9";
+static char message [] = "Internet Software Consortium DHCP Client V2.0b1pl10";
 static char contrib [] = "\nPlease contribute if you find this software useful.";
 static char url [] = "For info, please visit http://www.isc.org/dhcp-contrib.html\n";
 
index 6c1ca543f8d598901466718d001bc108e464a2dc..d996e002fb3e635972f1565211f0c54dde830c4a 100644 (file)
@@ -42,7 +42,7 @@
 
 #ifndef lint
 static char ocopyright [] =
-"$Id: dhcrelay.c,v 1.9.2.9 1999/02/03 19:39:47 mellon Exp $ Copyright (c) 1997 The Internet Software Consortium.  All rights reserved.\n";
+"$Id: dhcrelay.c,v 1.9.2.10 1999/02/03 23:29:41 mellon Exp $ Copyright (c) 1997, 1998, 1999 The Internet Software Consortium.  All rights reserved.\n";
 #endif /* not lint */
 
 #include "dhcpd.h"
@@ -76,7 +76,7 @@ struct server_list {
 static char copyright [] =
 "Copyright 1997, 1998, 1999 The Internet Software Consortium.";
 static char arr [] = "All rights reserved.";
-static char message [] = "Internet Software Consortium DHCP Relay Agent V2.0b1pl9";
+static char message [] = "Internet Software Consortium DHCP Relay Agent V2.0b1pl10";
 static char contrib [] = "\nPlease contribute if you find this software useful.";
 static char url [] = "For info, please visit http://www.isc.org/dhcp-contrib.html\n";
 
index fc3c1560afbf75c10ef0a26243944b7372f5c54f..b7f5ea3a62d7a386fb3997a951ca65dafb413d2f 100644 (file)
 
 #ifndef lint
 static char ocopyright[] =
-"$Id: dhcpd.c,v 1.45.2.8 1999/02/03 19:46:06 mellon Exp $ Copyright 1995, 1996, 1997, 1998 The Internet Software Consortium.";
+"$Id: dhcpd.c,v 1.45.2.9 1999/02/03 23:29:40 mellon Exp $ Copyright 1995, 1996, 1997, 1998, 1999 The Internet Software Consortium.";
 #endif
 
 static char copyright[] =
 "Copyright 1995, 1996, 1997, 1998, 1999 The Internet Software Consortium.";
 static char arr [] = "All rights reserved.";
-static char message [] = "Internet Software Consortium DHCP Server V2.0b1pl9 ";
+static char message [] = "Internet Software Consortium DHCP Server V2.0b1pl10 ";
 static char contrib [] = "\nPlease contribute if you find this software useful.";
 static char url [] = "For info, please visit http://www.isc.org/dhcp-contrib.html\n";