From: Ted Lemon Date: Mon, 12 Apr 1999 22:33:52 +0000 (+0000) Subject: Update version. X-Git-Tag: V2-BETA-1-PATCH-26~2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=9577dd1ec09082df77350d5b93d179ec3ba6766e;p=thirdparty%2Fdhcp.git Update version. --- diff --git a/README b/README index f563fb1e8..80ba0847c 100644 --- a/README +++ b/README @@ -1,7 +1,7 @@ Internet Software Consortium Dynamic Host Configuration Protocol Distribution - Version 2, Beta 1, Patchlevel 25 - April 9, 1999 + Version 2, Beta 1, Patchlevel 26 + April 12, 1999 Documentation for this software includes this README file, the RELNOTES file, and the manual pages, which are in the server, common, @@ -86,12 +86,12 @@ 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.0b1pl25.tar.gz |tar xvf - + zcat dhcp-2.0b1pl26.tar.gz |tar xvf - On BSD/OS, you have to type gzcat, not zcat, and you may run into similar problems on other operating systems. -Now, cd to the dhcp-2.0b1pl25 subdirectory that you've just created and +Now, cd to the dhcp-2.0b1pl26 subdirectory that you've just created and configure the source tree by typing: ./configure diff --git a/client/dhclient.c b/client/dhclient.c index d7ababc1e..f5785f01e 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.35 1999/04/09 17:42:05 mellon Exp $ Copyright (c) 1995, 1996, 1997, 1998, 1999 The Internet Software Consortium. All rights reserved.\n"; +"$Id: dhclient.c,v 1.44.2.36 1999/04/12 22:33:50 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.0b1pl25"; +static char message [] = "Internet Software Consortium DHCP Client V2.0b1pl26"; static char contrib [] = "Please contribute if you find this software useful."; static char url [] = "For info, please visit http://www.isc.org/dhcp-contrib.html"; diff --git a/relay/dhcrelay.c b/relay/dhcrelay.c index 607fa8ffa..07ef291ee 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.28 1999/04/09 17:42:07 mellon Exp $ Copyright (c) 1997, 1998, 1999 The Internet Software Consortium. All rights reserved.\n"; +"$Id: dhcrelay.c,v 1.9.2.29 1999/04/12 22:33:52 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.0b1pl25"; +static char message [] = "Internet Software Consortium DHCP Relay Agent V2.0b1pl26"; static char contrib [] = "Please contribute if you find this software useful."; static char url [] = "For info, please visit http://www.isc.org/dhcp-contrib.html"; diff --git a/server/dhcpd.c b/server/dhcpd.c index 53c5b13da..c4bf2f482 100644 --- a/server/dhcpd.c +++ b/server/dhcpd.c @@ -42,13 +42,13 @@ #ifndef lint static char ocopyright[] = -"$Id: dhcpd.c,v 1.45.2.26 1999/04/09 17:42:07 mellon Exp $ Copyright 1995, 1996, 1997, 1998, 1999 The Internet Software Consortium."; +"$Id: dhcpd.c,v 1.45.2.27 1999/04/12 22:33:50 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.0b1pl25"; +static char message [] = "Internet Software Consortium DHCP Server V2.0b1pl26"; static char contrib [] = "Please contribute if you find this software useful."; static char url [] = "For info, please visit http://www.isc.org/dhcp-contrib.html";