From 652c1fa9ab2fc166c1b2f7fb9f4c2fa1187cc14a Mon Sep 17 00:00:00 2001 From: Francis Dupont Date: Thu, 17 Mar 2011 09:41:47 +0000 Subject: [PATCH] 3078. [func] Added a new include file with function typedefs for the DLZ "dlopen" driver. [RT #23629] --- CHANGES | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGES b/CHANGES index 90cecd3fce..aa034ff2c9 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,6 @@ +3078. [func] Added a new include file with function typedefs + for the DLZ "dlopen" driver. [RT #23629] + 3077. [bug] zone.c:zone_refreshkeys() incorrectly called dns_zone_attach(), use zone->irefs instead. [RT #23303]