From: David Hankins Date: Wed, 14 Jul 2010 18:54:05 +0000 (+0000) Subject: Correct false attribution of recent bug fixes to 'changed since 4.2.0rc1' X-Git-Tag: v4_2_1b1~48 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=0fa1970650c1a5629fadf3542124f326173e203b;p=thirdparty%2Fdhcp.git Correct false attribution of recent bug fixes to 'changed since 4.2.0rc1' which implies they were present in 4.2.0 final, and instead identify them as 'changed since 4.2.0'. --- diff --git a/RELNOTES b/RELNOTES index 0fbde4e1a..dfd8d414f 100644 --- a/RELNOTES +++ b/RELNOTES @@ -39,14 +39,7 @@ The system has only been tested on Linux, FreeBSD, and Solaris, and may not work on other platforms. Please report any problems and suggested fixes to . - Changes since 4.2.0rc1 - -- Documentation cleanup covering multiple tickets - [ISC-Bugs #20265] [ISC-Bugs #20259] minor cleanup - [ISC-Bugs #20263] add text describing some default values - [ISC-Bugs #20193] single quotes at the start of a line indicate a control - line to nroff, escape them if we actually want a quote. - [ISC-Bugs #18916] sync the pointer to web pages amongst the different docs + Changes since 4.2.0 - 'get-host-names true;' now also works even if 'use-host-decl-names true;' was also configured. The nature of this repair also fixes another @@ -59,6 +52,15 @@ work on other platforms. Please report any problems and suggested fixes to thanks to a report from jidanni and the Debian package maintenance team. [ISC-Bugs #21676] {Debian Bug#563613} + Changes since 4.2.0rc1 + +- Documentation cleanup covering multiple tickets + [ISC-Bugs #20265] [ISC-Bugs #20259] minor cleanup + [ISC-Bugs #20263] add text describing some default values + [ISC-Bugs #20193] single quotes at the start of a line indicate a control + line to nroff, escape them if we actually want a quote. + [ISC-Bugs #18916] sync the pointer to web pages amongst the different docs + Changes since 4.2.0b2 - Add declaration for variable in debug code in alloc.c. [ISC-Bugs #21472]