From 63df41c8bc73154000c960fe4e402a5775c2fe45 Mon Sep 17 00:00:00 2001 From: Alexander Bokovoy Date: May 25 2021 14:18:53 +0000 Subject: Release 11.9: support bind 9.16.16+ Signed-off-by: Alexander Bokovoy --- diff --git a/configure.ac b/configure.ac index 7e2ee23..faac214 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ([2.59]) -AC_INIT([bind-dyndb-ldap], [11.8], [freeipa-devel@redhat.com]) +AC_INIT([bind-dyndb-ldap], [11.9], [freeipa-devel@redhat.com]) AM_INIT_AUTOMAKE([-Wall foreign dist-bzip2]) diff --git a/contrib/bind-dyndb-ldap.spec b/contrib/bind-dyndb-ldap.spec index 5a7d5e7..ca5387e 100644 --- a/contrib/bind-dyndb-ldap.spec +++ b/contrib/bind-dyndb-ldap.spec @@ -3,7 +3,7 @@ %define bind_version 32:9.11.17-1 Name: bind-dyndb-ldap -Version: 11.8 +Version: 11.9 Release: 0%{?dist} Summary: LDAP back-end plug-in for BIND @@ -116,6 +116,10 @@ rm -rf %{buildroot} %changelog +* Tue May 25 2021 Alexander Bokovoy +- Release 11.9 +- Support 9.16.16+ + * Tue May 04 2021 Alexander Bokovoy - Release 11.8 - Support 9.16.13+