Hello, Update NEWS file and bump NVR to 2.4.
-- Petr^2 Spacek
From ca4b1602d4fa27c4117563f2ed44cc7181755c31 Mon Sep 17 00:00:00 2001 From: Petr Spacek <[email protected]> Date: Tue, 15 Jan 2013 13:32:11 +0100 Subject: [PATCH] Update NEWS file and bump NVR to 2.4. Signed-off-by: Petr Spacek <[email protected]> --- NEWS | 19 +++++++++++++++++++ configure.ac | 2 +- contrib/bind-dyndb-ldap.spec | 2 +- 3 files changed, 21 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index 9431edc889b2cf8b4ba8e5b757220b9bc1ecc3e6..71e57a80b472cfd923c9305a247046386a729edd 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,22 @@ +2.4 +===== +[1] Missing SOA serial number in zone object is treated as 1. + https://fedorahosted.org/bind-dyndb-ldap/ticket/103 + +[2] Each zone has separate record cache. It should prevent problems + during record rename. + https://fedorahosted.org/bind-dyndb-ldap/ticket/91 + +[3] False warning 'zone serial (2012060301) unchanged' should not pop-up. + https://fedorahosted.org/bind-dyndb-ldap/ticket/79 + +[4] New option 'verbose_checks yes' enables more verbose logging. + +[5] Various error handling and logging improvements. + All bugs reported by Clang static analyzer were fixed. + +[6] Dead code cleanup. + 2.3 ====== [1] Global forwarders from named.conf were ignored. diff --git a/configure.ac b/configure.ac index 0078f0a0533003b0935c1ffc935e9c67dfdcca79..e896b4f1dfb8a41c4e7766e9c864cb65d7f9fabf 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ([2.59]) -AC_INIT([bind-dyndb-ldap], [2.3], [[email protected]]) +AC_INIT([bind-dyndb-ldap], [2.4], [[email protected]]) AM_INIT_AUTOMAKE([-Wall foreign dist-bzip2]) diff --git a/contrib/bind-dyndb-ldap.spec b/contrib/bind-dyndb-ldap.spec index f0fa17ccc4dae7113a0b4293c40aeae26b7c2ed8..fd641576b1c9d1de735876f0a1ef14275c04b085 100644 --- a/contrib/bind-dyndb-ldap.spec +++ b/contrib/bind-dyndb-ldap.spec @@ -1,7 +1,7 @@ %define VERSION %{version} Name: bind-dyndb-ldap -Version: 2.3 +Version: 2.4 Release: 0%{?dist} Summary: LDAP back-end plug-in for BIND -- 1.7.11.7
_______________________________________________ Freeipa-devel mailing list [email protected] https://www.redhat.com/mailman/listinfo/freeipa-devel
