]> git.ipfire.org Git - thirdparty/dhcp.git/commitdiff
version to 4.1.0b1
authorDavid Hankins <dhankins@isc.org>
Mon, 3 Nov 2008 21:51:44 +0000 (21:51 +0000)
committerDavid Hankins <dhankins@isc.org>
Mon, 3 Nov 2008 21:51:44 +0000 (21:51 +0000)
copyright update

README
RELNOTES
configure.ac
minires/res_mkupdate.c

diff --git a/README b/README
index 02e264f2641bbf06e7270cdac7b67b3be3c5f7ad..617f6d854ca7156e8298577b93bd4a92dc20a93c 100644 (file)
--- a/README
+++ b/README
@@ -1,6 +1,6 @@
              Internet Systems Consortium DHCP Distribution
-                           Version 4.1.0a2
-                            29 August 2008
+                           Version 4.1.0b1
+                           03 November 2008
 
                              README FILE
 
@@ -92,7 +92,7 @@ directory, it may not have up-to-date information).
 
                            RELEASE STATUS
 
-This is the first ALPHA release of ISC DHCP 4.1.0, which adds new DHCPv6
+This is the first BETA release of ISC DHCP 4.1.0, which adds new DHCPv6
 features omitted from ISC DHCP 4.0.0.
 
 In this release, the DHCPv6 server should be fully functional on Linux,
@@ -129,12 +129,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:
 
-       gunzip dhcp-4.1.0a2.tar.gz
-       tar xvf dhcp-4.1.0a2.tar
+       gunzip dhcp-4.1.0b1.tar.gz
+       tar xvf dhcp-4.1.0b1.tar
 
                            CONFIGURING IT
 
-Now, cd to the dhcp-4.1.0a2 subdirectory that you've just created and
+Now, cd to the dhcp-4.1.0b1 subdirectory that you've just created and
 configure the source tree by typing:
 
        ./configure
index 43f9ceb2f060214543d6be551504bf81c00e06f1..7bfa77c80e90d024ad283e3809a2ad0a44b748d2 100644 (file)
--- a/RELNOTES
+++ b/RELNOTES
@@ -1,6 +1,6 @@
              Internet Systems Consortium DHCP Distribution
-                           Version 4.1.0a2
-                            29 August 2008
+                           Version 4.1.0b1
+                           03 November 2008
 
                             Release Notes
 
index 063232d82724e1f0ad5f9d78a6ba79bd57e1e067..e14a20cf0789e4dcc75849cff61f64c8b0c32d68 100644 (file)
@@ -1,4 +1,4 @@
-AC_INIT([DHCP], [4.1.0a2], [dhcp-users@isc.org])
+AC_INIT([DHCP], [4.1.0b1], [dhcp-users@isc.org])
 
 # we specify "foreign" to avoid having to have the GNU mandated files,
 # like AUTHORS, COPYING, and such
index 16d9829ccf56f5d9361b98b936c94f9de9c8e645..2fb8d6fa6c4178ec3f5178e12bc24208a90ca116 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2004,2007 by Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (c) 2004,2007-2008 by Internet Systems Consortium, Inc. ("ISC")
  * Copyright (c) 1996-2003 by Internet Software Consortium
  *
  * Permission to use, copy, modify, and distribute this software for any
@@ -27,7 +27,7 @@
  */
 
 #if !defined(lint) && !defined(SABER)
-static const char rcsid[] = "$Id: res_mkupdate.c,v 1.13 2008/11/03 21:39:31 dhankins Exp $";
+static const char rcsid[] = "$Id: res_mkupdate.c,v 1.14 2008/11/03 21:51:44 dhankins Exp $";
 #endif /* not lint */
 
 #include <sys/types.h>