From e48912d65db5bda9985f59924aca69a04c61f568 Mon Sep 17 00:00:00 2001 From: Evan Hunt Date: Thu, 31 May 2007 22:40:10 +0000 Subject: Re-release 3.0.6b1 as 3.0.6rc1: no changes other than version number. --- README | 10 +++++----- RELNOTES | 9 ++++++--- includes/version.h | 2 +- 3 files changed, 12 insertions(+), 9 deletions(-) diff --git a/README b/README index c3dd21ed..c996a4df 100644 --- a/README +++ b/README @@ -1,6 +1,6 @@ Internet Systems Consortium DHCP Distribution - Version 3.0.6b1 - May 1, 2007 + Version 3.0.6rc1 + May 31, 2007 README FILE @@ -141,12 +141,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-3.0.6b1.tar.gz - tar xvf dhcp-3.0.6b1.tar + gunzip dhcp-3.0.6rc1.tar.gz + tar xvf dhcp-3.0.6rc1.tar CONFIGURING IT -Now, cd to the dhcp-3.0.6b1 subdirectory that you've just created and +Now, cd to the dhcp-3.0.6rc1 subdirectory that you've just created and configure the source tree by typing: ./configure diff --git a/RELNOTES b/RELNOTES index 53040fd9..0f536861 100644 --- a/RELNOTES +++ b/RELNOTES @@ -1,6 +1,6 @@ Internet Systems Consortium DHCP Distribution - Version 3.0.6b1 - May 1, 2007 + Version 3.0.6rc1 + May 31, 2007 Release Notes @@ -78,13 +78,16 @@ Murrell at BC Tel Advanced Communications. I'd like to express my thanks to all of these good people here, both for working on the code and for prodding me into improving it. + Changes since 3.0.6b1 + +- None Changes since 3.0.5 - Assorted fixes for broken network devices: Packet length is now determined from the IP header length field to finally calculate the UDP payload length, because some NIC drivers return more data than - they actually received. + they actually recived. - UDP packets are now stored in aligned data structures. diff --git a/includes/version.h b/includes/version.h index af9cd132..bd3d1560 100644 --- a/includes/version.h +++ b/includes/version.h @@ -1,3 +1,3 @@ /* Current version of ISC DHCP Distribution. */ -#define DHCP_VERSION "V3.0.6b1" +#define DHCP_VERSION "V3.0.6rc1" -- cgit v1.2.1