diff options
author | Ted Lemon <source@isc.org> | 2000-07-20 05:11:02 +0000 |
---|---|---|
committer | Ted Lemon <source@isc.org> | 2000-07-20 05:11:02 +0000 |
commit | a7bade1efc4a07051e4c27f8970433892fb3d40a (patch) | |
tree | 398c744b68912018aa078a9f619d82b1f0e73fe5 | |
parent | 8ba0fcddc5aff7dd662effa3d6fc4f8b732b6d95 (diff) | |
download | isc-dhcp-2-0-3.tar.gz |
Update version numbers and changelog.V2-0-3
-rw-r--r-- | README | 6 | ||||
-rw-r--r-- | RELNOTES | 11 | ||||
-rw-r--r-- | includes/version.h | 2 |
3 files changed, 13 insertions, 6 deletions
@@ -1,6 +1,6 @@ <C><H4>Internet Software Consortium</H4></C> <C><H4>Dynamic Host Configuration Protocol Distribution</H4></C> -<C><H4>Version 2 Patchlevel 2</H4></C> +<C><H4>Version 2 Patchlevel 3</H4></C> <C><H4>June 30, 2000</H4></C> <C><H4>README FILE</H4></C> @@ -135,13 +135,13 @@ information. On Digital Unix, type ``man pfilt''.</P> the tar utility and the gzip command - type something like:</P> <BLOCKQUOTE> - zcat dhcp-2.0pl2.tar.gz |tar xvf - + zcat dhcp-2.0pl3.tar.gz |tar xvf - </BLOCKQUOTE> <P>On BSD/OS, you have to type gzcat, not zcat, and you may run into similar problems on other operating systems.</P> -<P>Now, cd to the dhcp-2.0pl2 subdirectory that you've just created and +<P>Now, cd to the dhcp-2.0pl3 subdirectory that you've just created and configure the source tree by typing:</P> <BLOCKQUOTE> @@ -1,7 +1,7 @@ Internet Software Consortium Dynamic Host Configuration Protocol Distribution - Version 2 Patchlevel 2 - June 30, 2000 + Version 2 Patchlevel 3 + July 19, 2000 Release Notes @@ -22,6 +22,13 @@ the README file. This log describes the changes that have been made in version 2.0 since June of 1997. + CHANGES FROM VERSION 2.0 PATCHLEVEL 2 + +- Rather than calling a client environment setup script, set the + environment up directly, so as to avoid any possible exploit making + use of clever shell metacharacter hacks. This is a security fix + that applies to the DHCP client *only*. + CHANGES FROM VERSION 2.0 PATCHLEVEL 1 - Fix a case where an unitialized pointer could result from an exceptional diff --git a/includes/version.h b/includes/version.h index ccda68fa..70d3d067 100644 --- a/includes/version.h +++ b/includes/version.h @@ -1,3 +1,3 @@ /* Current version of ISC DHCP Distribution. */ -#define DHCP_VERSION "2.0pl2" +#define DHCP_VERSION "2.0pl3" |