]> git.ipfire.org Git - thirdparty/dhcp.git/commitdiff
Update version numbers.
authorTed Lemon <source@isc.org>
Wed, 23 Dec 1998 14:18:52 +0000 (14:18 +0000)
committerTed Lemon <source@isc.org>
Wed, 23 Dec 1998 14:18:52 +0000 (14:18 +0000)
README
RELNOTES
client/dhclient.c
relay/dhcrelay.c
server/dhcpd.c

diff --git a/README b/README
index 23b67b9b888c7d756720c589a84197a4d1e1adc4..cdac32e257d6d0d41f886c3d81105228396e6f57 100644 (file)
--- a/README
+++ b/README
@@ -1,7 +1,7 @@
                     Internet Software Consortium
           Dynamic Host Configuration Protocol Distribution
-                  Version 2, Beta 1, Patchlevel 7
-                         December 22, 1998
+                  Version 2, Beta 1, Patchlevel 8
+                         December 23, 1998
 
 This is the first Beta release of Version 2 of the Internet Software
 Consortium DHCP Distribution.  In version 2.0, this distribution
@@ -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.0b1pl7.tar.gz |tar xvf -
+       zcat dhcp-2.0b1pl8.tar.gz |tar xvf -
 
-Now, cd to the dhcp-2.0b1pl7 subdirectory that you've just created and
+Now, cd to the dhcp-2.0b1pl8 subdirectory that you've just created and
 configure the source tree by typing:
 
                ./configure
index d3800529b8a47f39bb78a45c98904e7d759e1a84..36030a518f61fa087be38757793a74742cbdd628 100644 (file)
--- a/RELNOTES
+++ b/RELNOTES
@@ -1,7 +1,7 @@
                     Internet Software Consortium
           Dynamic Host Configuration Protocol Distribution
-                  Version 2, Beta 1, Patchlevel 7
-                         December 22, 1998
+                  Version 2, Beta 1, Patchlevel 8
+                         December 23, 1998
 
                            Release Notes
 
index 5ed92c7cbf7383ee426faa0b7bfcb6aea47344d2..fa8c132dae75250b4f51a3e8549b19003a19b183 100644 (file)
@@ -56,7 +56,7 @@
 
 #ifndef lint
 static char ocopyright[] =
-"$Id: dhclient.c,v 1.44.2.6 1998/12/22 22:38:15 mellon Exp $ Copyright (c) 1995, 1996 The Internet Software Consortium.  All rights reserved.\n";
+"$Id: dhclient.c,v 1.44.2.7 1998/12/23 14:18:49 mellon Exp $ Copyright (c) 1995, 1996 The Internet Software Consortium.  All rights reserved.\n";
 #endif /* not lint */
 
 #include "dhcpd.h"
@@ -92,9 +92,9 @@ int save_scripts;
 static char copyright[] =
 "Copyright 1995, 1996, 1997, 1998 The Internet Software Consortium.";
 static char arr [] = "All rights reserved.";
-static char message [] = "Internet Software Consortium DHCP Client V2.0b1pl";
-static char contrib [] = "Please contribute if you find this software useful.";
-static char url [] = "For info: http://www.isc.org/dhcp-contrib.html";
+static char message [] = "Internet Software Consortium DHCP Client V2.0b1pl8";
+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";
 
 static void usage PROTO ((void));
 
index f9c3916b09c22c39c0c2ad383829900f0cedaad0..9836979703831141737f92242df9298edd4120c6 100644 (file)
@@ -42,7 +42,7 @@
 
 #ifndef lint
 static char ocopyright [] =
-"$Id: dhcrelay.c,v 1.9.2.7 1998/12/22 22:56:32 mellon Exp $ Copyright (c) 1997 The Internet Software Consortium.  All rights reserved.\n";
+"$Id: dhcrelay.c,v 1.9.2.8 1998/12/23 14:18:52 mellon Exp $ Copyright (c) 1997 The Internet Software Consortium.  All rights reserved.\n";
 #endif /* not lint */
 
 #include "dhcpd.h"
@@ -76,9 +76,9 @@ struct server_list {
 static char copyright [] =
 "Copyright 1997, 1998 The Internet Software Consortium.";
 static char arr [] = "All rights reserved.";
-static char message [] = "Internet Software Consortium DHCP Relay Agent V2.0b1pl";
-static char contrib [] = "Please contribute if you find this software useful.";
-static char url [] = "For info: http://www.isc.org/dhcp-contrib.html";
+static char message [] = "Internet Software Consortium DHCP Relay Agent V2.0b1pl8";
+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";
 
 int main (argc, argv, envp)
        int argc;
index f05b957c106e213c323741241d0d6936dc8f977e..b2359f5a5ab29b77a1803493fd1dc249428214c9 100644 (file)
 
 #ifndef lint
 static char ocopyright[] =
-"$Id: dhcpd.c,v 1.45.2.6 1998/12/22 22:57:05 mellon Exp $ Copyright 1995, 1996, 1997, 1998 The Internet Software Consortium.";
+"$Id: dhcpd.c,v 1.45.2.7 1998/12/23 14:18:47 mellon Exp $ Copyright 1995, 1996, 1997, 1998 The Internet Software Consortium.";
 #endif
 
 static char copyright[] =
 "Copyright 1995, 1996, 1997, 1998 The Internet Software Consortium.";
 static char arr [] = "All rights reserved.";
-static char message [] = "Internet Software Consortium DHCP Server V2.0b1pl7 ";
-static char contrib [] = "Please contribute if you find this software useful.";
-static char url [] = "For info: http://www.isc.org/dhcp-contrib.html";
+static char message [] = "Internet Software Consortium DHCP Server V2.0b1pl8 ";
+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";
 
 #include "dhcpd.h"