summaryrefslogtreecommitdiffstats
path: root/contrib
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2000-11-04 19:57:10 +0000
committerobrien <obrien@FreeBSD.org>2000-11-04 19:57:10 +0000
commit8daecf5e59604c4c7323166b29996e38543818a5 (patch)
treeb6e9ab9fac00a4db3ed890370ebb6cadadc0da17 /contrib
parent88c9bb192d76c158c5305370ae34d645b4a06069 (diff)
parent68ee0aeb719e4bf0f0beebcd896e4a751f32dfc3 (diff)
downloadFreeBSD-src-8daecf5e59604c4c7323166b29996e38543818a5.zip
FreeBSD-src-8daecf5e59604c4c7323166b29996e38543818a5.tar.gz
This commit was generated by cvs2svn to compensate for changes in r68320,
which included commits to RCS files with non-trunk default branches.
Diffstat (limited to 'contrib')
-rw-r--r--contrib/isc-dhcp/README8
-rw-r--r--contrib/isc-dhcp/RELNOTES16
-rw-r--r--contrib/isc-dhcp/includes/version.h2
3 files changed, 19 insertions, 7 deletions
diff --git a/contrib/isc-dhcp/README b/contrib/isc-dhcp/README
index cf1fa60..4c44400 100644
--- a/contrib/isc-dhcp/README
+++ b/contrib/isc-dhcp/README
@@ -1,7 +1,7 @@
<C><H4>Internet Software Consortium</H4></C>
<C><H4>Dynamic Host Configuration Protocol Distribution</H4></C>
-<C><H4>Version 2 Patchlevel 3</H4></C>
-<C><H4>June 30, 2000</H4></C>
+<C><H4>Version 2 Patchlevel 5</H4></C>
+<C><H4>September 6, 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.0pl3.tar.gz |tar xvf -
+ zcat dhcp-2.0pl5.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.0pl3 subdirectory that you've just created and
+<P>Now, cd to the dhcp-2.0pl5 subdirectory that you've just created and
configure the source tree by typing:</P>
<BLOCKQUOTE>
diff --git a/contrib/isc-dhcp/RELNOTES b/contrib/isc-dhcp/RELNOTES
index 60d2958..de029af 100644
--- a/contrib/isc-dhcp/RELNOTES
+++ b/contrib/isc-dhcp/RELNOTES
@@ -1,7 +1,7 @@
Internet Software Consortium
Dynamic Host Configuration Protocol Distribution
- Version 2 Patchlevel 3
- July 19, 2000
+ Version 2 Patchlevel 5
+ September 6, 2000
Release Notes
@@ -22,6 +22,18 @@ 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 4
+
+- Fix a prototype mismatch that causes compiles to fail on some architectures.
+
+- Two minor cosmetic changes to manual pages.
+
+ CHANGES FROM VERSION 2.0 PATCHLEVEL 3
+
+- Fix a bug introduced in the client in the previous patchlevel where the
+ broadcast would be set to the subnet number instead of the broadcast
+ address.
+
CHANGES FROM VERSION 2.0 PATCHLEVEL 2
- Rather than calling a client environment setup script, set the
diff --git a/contrib/isc-dhcp/includes/version.h b/contrib/isc-dhcp/includes/version.h
index 70d3d067..303fbfa 100644
--- a/contrib/isc-dhcp/includes/version.h
+++ b/contrib/isc-dhcp/includes/version.h
@@ -1,3 +1,3 @@
/* Current version of ISC DHCP Distribution. */
-#define DHCP_VERSION "2.0pl3"
+#define DHCP_VERSION "2.0pl5"
OpenPOWER on IntegriCloud