From 3fe7c625ff1d4477806e5ecd700c5917ba2d7b90 Mon Sep 17 00:00:00 2001 From: Mark Andrews Date: Wed, 12 Oct 2016 12:34:14 +1100 Subject: [PATCH] fix changes numbers (cherry picked from commit b1b595617b25f075bb25ed0d7f21a8fa21512600) --- CHANGES | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/CHANGES b/CHANGES index e61514d903..490a404524 100644 --- a/CHANGES +++ b/CHANGES @@ -1,14 +1,14 @@ -4485. [bug] Look in $prefix/lib/pythonX.Y/site-packages for +4486. [bug] Look in $prefix/lib/pythonX.Y/site-packages for the python modules we install. [RT #43330] -4484. [bug] Failure to find readline when requested should be +4485. [bug] Failure to find readline when requested should be fatal to configure. [RT #43328] -4483. [func] Check prefixes in acls to make sure the address and +4484. [func] Check prefixes in acls to make sure the address and prefix lengths are consistent. Warn only in BIND 9.11 and earlier. [RT #43367] -4482. [bug] Address use before require check and remove extraneous +4483. [bug] Address use before require check and remove extraneous dns_message_gettsigkey call in dns_tsig_sign. [RT #43374]