From 3cb6f9bb3d0cef56b3a4fca7207a27040c2c89b9 Mon Sep 17 00:00:00 2001 From: Shawn Routhier Date: Thu, 29 Aug 2013 13:57:13 -0700 Subject: [PATCH] -n [master] [32767] Doxygen files for Developer's Guide are now included in release --- Makefile.am | 4 +++- Makefile.in | 4 +++- RELNOTES | 6 +++++- 3 files changed, 11 insertions(+), 3 deletions(-) diff --git a/Makefile.am b/Makefile.am index 32407a115..d8422d09c 100644 --- a/Makefile.am +++ b/Makefile.am @@ -18,7 +18,9 @@ EXTRA_DIST = RELNOTES LICENSE \ doc/ja_JP.eucJP/dhclient.conf.5 doc/ja_JP.eucJP/dhclient.leases.5 \ doc/ja_JP.eucJP/dhcp-eval.5 doc/ja_JP.eucJP/dhcp-options.5 \ doc/examples/dhclient-dhcpv6.conf doc/examples/dhcpd-dhcpv6.conf \ - util/bindvar.sh \ + doc/devel/arch.dox doc/devel/atf.dox doc/devel/contrib.dox \ + doc/devel/debug.dox doc/devel/isc-logo.jpg doc/devel/mainpage.dox \ + doc/devel/omapi.dox doc/devel/qa.dox util/bindvar.sh \ bind/Makefile bind/bind.tar.gz bind/version.tmp \ common/tests/Atffile server/tests/Atffile diff --git a/Makefile.in b/Makefile.in index eaaddb45a..d33a2e835 100644 --- a/Makefile.in +++ b/Makefile.in @@ -310,7 +310,9 @@ EXTRA_DIST = RELNOTES LICENSE \ doc/ja_JP.eucJP/dhclient.conf.5 doc/ja_JP.eucJP/dhclient.leases.5 \ doc/ja_JP.eucJP/dhcp-eval.5 doc/ja_JP.eucJP/dhcp-options.5 \ doc/examples/dhclient-dhcpv6.conf doc/examples/dhcpd-dhcpv6.conf \ - util/bindvar.sh \ + doc/devel/arch.dox doc/devel/atf.dox doc/devel/contrib.dox \ + doc/devel/debug.dox doc/devel/isc-logo.jpg doc/devel/mainpage.dox \ + doc/devel/omapi.dox doc/devel/qa.dox util/bindvar.sh \ bind/Makefile bind/bind.tar.gz bind/version.tmp \ common/tests/Atffile server/tests/Atffile diff --git a/RELNOTES b/RELNOTES index 3e73ae7af..4caf76bbe 100644 --- a/RELNOTES +++ b/RELNOTES @@ -60,7 +60,7 @@ work on other platforms. Please report any problems and suggested fixes to was used is now solved on GNU/Linux, BSD and GNU/Hurd systems. Note that use-sockets feature was not tested on those systems. Client and server code no longer use MAX_PATH constant that is not defined on - GNU/Hurd systems. [ISC-Bugs 25979] + GNU/Hurd systems. [ISC-Bugs #25979] - Add a perl script in the contrib directory, dhcp-lease-list.pl, which can parse v4 lease files and output the lease information in a more @@ -107,6 +107,10 @@ work on other platforms. Please report any problems and suggested fixes to to work more consistently. [ISC-Bugs #18175] +- Missing files for ISC DHCP Developer's Guide are now included in + the release tarballs. To generate this documentation, please use + make devel command in doc directory. [ISC-Bugs #32767] + Changes since 4.2.4 - Correct code to calculate timing values in client to compare -- 2.39.5