summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTed Lemon <source@isc.org>1999-11-13 13:40:28 +0000
committerTed Lemon <source@isc.org>1999-11-13 13:40:28 +0000
commit3c3944970f582c883e2bad69b7350c17110d33d2 (patch)
treeb395c40a7d97daa9b3beee5e5110ee243ace6847
parent5195dd83911bde5d3561c698087f49c7ebdcdbf5 (diff)
downloadisc-dhcp-3c3944970f582c883e2bad69b7350c17110d33d2.tar.gz
Update version and changelogV3-BETA-1-PATCH-12
-rw-r--r--README6
-rw-r--r--RELNOTES10
-rw-r--r--includes/version.h2
3 files changed, 12 insertions, 6 deletions
diff --git a/README b/README
index 584339a8..0ed9b9c9 100644
--- a/README
+++ b/README
@@ -1,6 +1,6 @@
Internet Software Consortium
Dynamic Host Configuration Protocol Distribution
- Version 3, Beta 1, Patchlevel 11
+ Version 3, Beta 1, Patchlevel 12
November 12, 1999
README FILE
@@ -135,14 +135,14 @@ 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:
- zcat dhcp-3.0b1pl11.tar.gz |tar xvf -
+ zcat dhcp-3.0b1pl12.tar.gz |tar xvf -
On BSD/OS, you have to type gzcat, not zcat, and you may run into
similar problems on other operating systems.
CONFIGURING IT
-Now, cd to the dhcp-3.0b1pl11 subdirectory that you've just
+Now, cd to the dhcp-3.0b1pl12 subdirectory that you've just
created and configure the source tree by typing:
./configure
diff --git a/RELNOTES b/RELNOTES
index 59f5037b..22997c13 100644
--- a/RELNOTES
+++ b/RELNOTES
@@ -1,7 +1,7 @@
nternet Software Consortium
Dynamic Host Configuration Protocol Distribution
- Version 3, Beta 1, Patchlevel 11
- November 12, 1999
+ Version 3, Beta 1, Patchlevel 12
+ November 13, 1999
Release Notes
@@ -38,6 +38,12 @@ Watt at Perkin-Elmer, Irina Goble at Integrated Measurement Systems,
and Brian Murrell at BC Tel Advanced Communications. I'd like to
express my thanks to all of these good people here.
+ Changes since November 11, 1999
+
+- I "enhanced" Masayuki FUKUI's fix to the lease expiry timer code, and in
+ the process introduced a bug. Fortunately, he has supplied a patch that
+ fixes my mistake. Sorry about that.
+
Changes since November 3, 1999
- Patchlevel 10 was mis-tagged, so this is a retag of what should have
diff --git a/includes/version.h b/includes/version.h
index 68fc4c1c..6a860744 100644
--- a/includes/version.h
+++ b/includes/version.h
@@ -1,3 +1,3 @@
/* Current version of ISC DHCP Distribution. */
-#define DHCP_VERSION "V3.0b1pl11"
+#define DHCP_VERSION "V3.0b1pl12"