Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ISC Open Source Projects
dhcp
Commits
33dca28a
Commit
33dca28a
authored
Mar 22, 2016
by
Thomas Markwalder
Browse files
[master] Pre-release tag prep for 4.3.4: version #, copyright etc...
parent
34a09be0
Changes
4
Hide whitespace changes
Inline
Side-by-side
README
View file @
33dca28a
Internet Systems Consortium DHCP Distribution
Version 4.3.4
b1
0
9 March 2016
Version 4.3.4
2
9 March 2016
README FILE
...
...
@@ -142,12 +142,12 @@ 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-4.3.4
b1
.tar.gz
tar xvf dhcp-4.3.4
b1
.tar
gunzip dhcp-4.3.4.tar.gz
tar xvf dhcp-4.3.4.tar
CONFIGURING IT
Now, cd to the dhcp-4.3.4
b1
subdirectory that you've just created and
Now, cd to the dhcp-4.3.4 subdirectory that you've just created and
configure the source tree by typing:
./configure
...
...
RELNOTES
View file @
33dca28a
Internet
Systems
Consortium
DHCP
Distribution
Version
4.3.4
b1
0
9
March
2016
Version
4.3.4
2
9
March
2016
Release
Notes
...
...
@@ -52,6 +52,10 @@ ISC DHCP is open source software maintained by Internet Systems
Consortium
.
This
product
includes
cryptographic
software
written
by
Eric
Young
(
eay
@
cryptsoft
.
com
).
Changes
since
4.3.4
b1
-
None
Changes
since
4.3.3
-
Corrected
a
static
analyzer
warning
in
common
/
execute
.
c
...
...
configure.ac
View file @
33dca28a
AC_INIT([DHCP],[4.3.4
b1
],[dhcp-users@isc.org])
AC_INIT([DHCP],[4.3.4],[dhcp-users@isc.org])
# we specify "foreign" to avoid having to have the GNU mandated files,
# like AUTHORS, COPYING, and such
...
...
util/bind.sh
View file @
33dca28a
...
...
@@ -59,7 +59,7 @@ case $# in
### For ease of use, this records the sticky tag of versions
### released with each point release.
###
4.3.4b1
)
BINDTAG
=
v9_9_8_P4
;;
4.3.4|
4.3.4b1
)
BINDTAG
=
v9_9_8_P4
;;
4.3.3
)
BINDTAG
=
v9_9_7_P3
;;
4.3.3b1
)
BINDTAG
=
v9_9_7_P2
;;
4.3.2|4.3.2rc2
)
BINDTAG
=
v9_9_7
;;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment