]> git.ipfire.org Git - thirdparty/dhcp.git/commitdiff
Correct placement of 21992 relnote entry
authorShawn Routhier <sar@isc.org>
Fri, 22 Oct 2010 20:37:52 +0000 (20:37 +0000)
committerShawn Routhier <sar@isc.org>
Fri, 22 Oct 2010 20:37:52 +0000 (20:37 +0000)
RELNOTES

index 2a862e2c55731b6693725dcc948ba7f8d2e4c611..2095a2d1b024cbca3edceb50d12e027055c99472 100644 (file)
--- a/RELNOTES
+++ b/RELNOTES
@@ -119,6 +119,11 @@ work on other platforms. Please report any problems and suggested fixes to
   backwards compatible with older lease files not finding a semi-colon
   is also accepted.  [ISC-Bugs #22303].
 
+! Handle a relay forward message with an unspecified address in the
+  link address field.  Previously such a message would cause the
+  server to crash.  [ISC-Bugs #21992]
+  CERT: TBA CVE: TBA
+
                        Changes since 4.2.0rc1
 
 - Documentation cleanup covering multiple tickets
@@ -128,11 +133,6 @@ work on other platforms. Please report any problems and suggested fixes to
   line to nroff, escape them if we actually want a quote.
   [ISC-Bugs #18916] sync the pointer to web pages amongst the different docs
 
-! Handle a relay forward message with an unspecified address in the
-  link address field.  Previously such a message would cause the
-  server to crash.  [ISC-Bugs #21992]
-  CERT: TBA CVE: TBA
-
                        Changes since 4.2.0b2
 
 - Add declaration for variable in debug code in alloc.c.  [ISC-Bugs #21472]