From: Ted Lemon Date: Wed, 23 Dec 1998 14:18:52 +0000 (+0000) Subject: Update version numbers. X-Git-Tag: V2-BETA-1-PATCH-8~1 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=f07829cd535e88d4d5822113d48d23479a2cc3c6;p=thirdparty%2Fdhcp.git Update version numbers. --- diff --git a/README b/README index 23b67b9b8..cdac32e25 100644 --- 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 diff --git a/RELNOTES b/RELNOTES index d3800529b..36030a518 100644 --- 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 diff --git a/client/dhclient.c b/client/dhclient.c index 5ed92c7cb..fa8c132da 100644 --- a/client/dhclient.c +++ b/client/dhclient.c @@ -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.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 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)); diff --git a/relay/dhcrelay.c b/relay/dhcrelay.c index f9c3916b0..983697970 100644 --- a/relay/dhcrelay.c +++ b/relay/dhcrelay.c @@ -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.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 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; diff --git a/server/dhcpd.c b/server/dhcpd.c index f05b957c1..b2359f5a5 100644 --- a/server/dhcpd.c +++ b/server/dhcpd.c @@ -42,15 +42,15 @@ #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"