]> git.ipfire.org Git - thirdparty/dhcp.git/commitdiff
Update version number. V3-ALPHA-19990424
authorTed Lemon <source@isc.org>
Sun, 25 Apr 1999 13:21:52 +0000 (13:21 +0000)
committerTed Lemon <source@isc.org>
Sun, 25 Apr 1999 13:21:52 +0000 (13:21 +0000)
README
RELNOTES
client/dhclient.c
relay/dhcrelay.c
server/dhcpd.c

diff --git a/README b/README
index 98d653390c70be319c9884afff8da6ef0af42c18..d84e67ef3b09a9ef3333aeaa01311fdb270211e4 100644 (file)
--- a/README
+++ b/README
@@ -1,7 +1,7 @@
                     Internet Software Consortium
           Dynamic Host Configuration Protocol Distribution
                      Version 3, Alpha Snapshot
-                         April 23, 1999
+                         April 24, 1999
 
 This is an alpha test snapshot of Version 3 of the Internet Software
 Consortium DHCP Distribution.  In version 3, this distribution
@@ -89,12 +89,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-3.0-alpha-19990423.tar.gz |tar xvf -
+       zcat dhcp-3.0-alpha-19990424.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-3.0-alpha-19990423 subdirectory that you've just
+Now, cd to the dhcp-3.0-alpha-19990424 subdirectory that you've just
 created and configure the source tree by typing:
 
                ./configure
index 50cbb8d2614b0af47cab27f4d52a331e76a59094..8765af1f2371f3a67fe185d241aba590b9b2cd29 100644 (file)
--- a/RELNOTES
+++ b/RELNOTES
@@ -1,7 +1,7 @@
                     Internet Software Consortium
           Dynamic Host Configuration Protocol Distribution
                      Version 3, Alpha Snapshot
-                           April 23, 1999
+                           April 24, 1999
 
                            Release Notes
 
@@ -41,6 +41,10 @@ new features.  Bug reports are enthusiastically solicited.
 
                     Changes since April 12, 1999
 
+- Fix a duplicate declaration of the object file copyright in dlpi.c.   Sigh.
+
+                    Changes since April 12, 1999
+
 - Fix a bug that would cause a core dump in DHCPINFORM.
 
 - Document DHCP server lease allocation algorithm in dhcpd.conf manual
index 8f2bafcecd2e455cb86d2db8d77a82104e75a148..4b654ee389476d897498a279553605320ce915fb 100644 (file)
@@ -22,7 +22,7 @@
 
 #ifndef lint
 static char ocopyright[] =
-"$Id: dhclient.c,v 1.74 1999/04/23 23:35:43 mellon Exp $ Copyright (c) 1995, 1996, 1997, 1998, 1999 The Internet Software Consortium.  All rights reserved.\n";
+"$Id: dhclient.c,v 1.75 1999/04/25 13:21:51 mellon Exp $ Copyright (c) 1995, 1996, 1997, 1998, 1999 The Internet Software Consortium.  All rights reserved.\n";
 #endif /* not lint */
 
 #include "dhcpd.h"
@@ -54,7 +54,7 @@ struct sockaddr_in sockaddr_broadcast;
 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 V3.0-alpha-990423";
+static char message [] = "Internet Software Consortium DHCP Client V3.0-alpha-990424";
 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 90f210159da78be2129c002c4a4b258aa385664d..176009238498b7ae65a93caa1ca97b3835c5c46e 100644 (file)
@@ -22,7 +22,7 @@
 
 #ifndef lint
 static char ocopyright[] =
-"$Id: dhcrelay.c,v 1.30 1999/04/23 23:35:44 mellon Exp $ Copyright (c) 1997, 1998, 1999 The Internet Software Consortium.  All rights reserved.\n";
+"$Id: dhcrelay.c,v 1.31 1999/04/25 13:21:52 mellon Exp $ Copyright (c) 1997, 1998, 1999 The Internet Software Consortium.  All rights reserved.\n";
 #endif /* not lint */
 
 #include "dhcpd.h"
@@ -91,7 +91,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 V3.0-alpha 19990423";
+static char message [] = "Internet Software Consortium DHCP Relay Agent V3.0-alpha 19990424";
 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 57ec684f3f2ee6ff8acd232b9ba4d8c94527e074..9d17dbcd880389c7076d366c9e023a7961387cff 100644 (file)
 
 #ifndef lint
 static char ocopyright[] =
-"$Id: dhcpd.c,v 1.67 1999/04/23 23:35:43 mellon Exp $ Copyright 1995, 1996, 1997, 1998, 1999 The Internet Software Consortium.";
+"$Id: dhcpd.c,v 1.68 1999/04/25 13:21: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 V3.0-alpha 980423";
+static char message [] = "Internet Software Consortium DHCP Server V3.0-alpha 980424";
 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";