From fe54b2c55431126914e5ca84300451ca12e8fdd4 Mon Sep 17 00:00:00 2001 From: Jamie Cameron Date: Thu, 10 May 2007 18:56:55 +0000 Subject: [PATCH] Fixed multiple record deletion problem --- bind8/CHANGELOG | 1 + 1 file changed, 1 insertion(+) diff --git a/bind8/CHANGELOG b/bind8/CHANGELOG index 2e93a3663..87e75a1c6 100644 --- a/bind8/CHANGELOG +++ b/bind8/CHANGELOG @@ -56,3 +56,4 @@ Added a button on the main page for updating the values of records in multiple d Allowed views are now enforced when adding multiple zones from a batch file. ---- Changes since 1.340 ---- Updated the Edit Record form to use ui-lib.pl, for easier theming. +Fixed a bug that can occur when deleting multiple DNS records at once, causing the wrong ones to be removed.