summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTed Lemon <source@isc.org>2000-09-06 21:33:06 +0000
committerTed Lemon <source@isc.org>2000-09-06 21:33:06 +0000
commit6f21c2fc13d43a68ce151364163cc20f6185f690 (patch)
tree12593f927359599b91601a968306d70956b46618
parent97a10dd7581e6657a71f9050586c3f6bd27dd648 (diff)
downloadisc-dhcp-2-0-5.tar.gz
Update version numbers and changelogV2-0-5
-rw-r--r--README8
-rw-r--r--RELNOTES10
-rw-r--r--includes/version.h2
3 files changed, 13 insertions, 7 deletions
diff --git a/README b/README
index afcae0b4..4c444005 100644
--- a/README
+++ b/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 4</H4></C>
-<C><H4>August 3, 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.0pl4.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.0pl4 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/RELNOTES b/RELNOTES
index d9639713..de029af0 100644
--- a/RELNOTES
+++ b/RELNOTES
@@ -1,7 +1,7 @@
Internet Software Consortium
Dynamic Host Configuration Protocol Distribution
- Version 2 Patchlevel 4
- August 3, 2000
+ Version 2 Patchlevel 5
+ September 6, 2000
Release Notes
@@ -22,6 +22,12 @@ 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
diff --git a/includes/version.h b/includes/version.h
index 5e341131..303fbfa3 100644
--- a/includes/version.h
+++ b/includes/version.h
@@ -1,3 +1,3 @@
/* Current version of ISC DHCP Distribution. */
-#define DHCP_VERSION "2.0pl4"
+#define DHCP_VERSION "2.0pl5"