diff options
author | Paul Selkirk <pselkirk@isc.org> | 2008-12-01 20:55:40 +0000 |
---|---|---|
committer | Paul Selkirk <pselkirk@isc.org> | 2008-12-01 20:55:40 +0000 |
commit | b4ec4ebae9ab43f80f8b12c6a879739ce955055e (patch) | |
tree | 538c7a7292e5367e3501a72802c3f8976b07c3ae | |
parent | 6d6f3af8965de48f853a09cb04fb154345ca016a (diff) | |
download | isc-dhcp-b4ec4ebae9ab43f80f8b12c6a879739ce955055e.tar.gz |
3.1.2rc1
-rw-r--r-- | README | 8 | ||||
-rw-r--r-- | RELNOTES | 8 | ||||
-rw-r--r-- | includes/version.h | 2 |
3 files changed, 11 insertions, 7 deletions
@@ -1,6 +1,6 @@ Internet Systems Consortium DHCP Distribution - Version 3.1.2b1 - October 11, 2008 + Version 3.1.2rc1 + December 1, 2008 README FILE @@ -133,8 +133,8 @@ 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.1.2b1.tar.gz - tar xvf dhcp-3.1.2b1.tar + gunzip dhcp-3.1.2rc1.tar.gz + tar xvf dhcp-3.1.2rc1.tar CONFIGURING IT @@ -1,6 +1,6 @@ Internet Systems Consortium DHCP Distribution - Version 3.1.2b1 - October 11, 2008 + Version 3.1.2rc1 + December 1, 2008 Release Notes @@ -38,6 +38,10 @@ as well as how to find documentation and report bugs, please consult the README file. + Changes since 3.1.2b1 + +- None. + Changes since 3.1.1 - A double-dereference in dhclient transmission of DHCPDECLINEs was diff --git a/includes/version.h b/includes/version.h index 599373a7..12b7dcf1 100644 --- a/includes/version.h +++ b/includes/version.h @@ -1,3 +1,3 @@ /* Current version of ISC DHCP Distribution. */ -#define DHCP_VERSION "V3.1.2b1" +#define DHCP_VERSION "V3.1.2rc1" |