]> git.ipfire.org Git - thirdparty/dhcp.git/commitdiff
Correct false attribution of recent bug fixes to 'changed since 4.2.0rc1'
authorDavid Hankins <dhankins@isc.org>
Wed, 14 Jul 2010 18:54:05 +0000 (18:54 +0000)
committerDavid Hankins <dhankins@isc.org>
Wed, 14 Jul 2010 18:54:05 +0000 (18:54 +0000)
which implies they were present in 4.2.0 final, and instead identify
them as 'changed since 4.2.0'.

RELNOTES

index 0fbde4e1a8b51e6e84059016582dc9d8e830052a..dfd8d414fa9f3094e867d180eb39e6c032ec13bf 100644 (file)
--- 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
 <dhcp-users@isc.org>.
 
-                       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]