Hello, Update NEWS for upcoming 4.1 release & Bump NVR to 4.1.
Pushed to master: da67bf43d89886dd2cce9f1fd3f75ce44c3ab9ed 2dec00224214045d7f00d901fb107b789c8c082d -- Petr^2 Spacek
From da67bf43d89886dd2cce9f1fd3f75ce44c3ab9ed Mon Sep 17 00:00:00 2001 From: Petr Spacek <[email protected]> Date: Mon, 24 Feb 2014 13:46:37 +0100 Subject: [PATCH] Update NEWS for upcoming 4.1 release. Signed-off-by: Petr Spacek <[email protected]> --- NEWS | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/NEWS b/NEWS index 67c5f8be4069c8a3b153491a9557f29b7b13972d..d997df58dca5b77d84c0fafa2757cf49e15f7d65 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,7 @@ +4.1 +==== +[1] Fix few minor bugs in error handling found by static code analyzers. + 4.0 ==== [1] Persistent search and zone refresh were replaced by RFC 4533 (SyncRepl). -- 1.8.5.3
From 2dec00224214045d7f00d901fb107b789c8c082d Mon Sep 17 00:00:00 2001 From: Petr Spacek <[email protected]> Date: Mon, 24 Feb 2014 13:57:13 +0100 Subject: [PATCH] Bump NVR to 4.1. Signed-off-by: Petr Spacek <[email protected]> --- configure.ac | 2 +- contrib/bind-dyndb-ldap.spec | 5 ++--- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/configure.ac b/configure.ac index afa4ee60152fe2923755411165c80fb77d25132e..91739c03d9d6de2a9c07129ff0d71b024953293b 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ([2.59]) -AC_INIT([bind-dyndb-ldap], [4.0], [[email protected]]) +AC_INIT([bind-dyndb-ldap], [4.1], [[email protected]]) AM_INIT_AUTOMAKE([-Wall foreign dist-bzip2]) diff --git a/contrib/bind-dyndb-ldap.spec b/contrib/bind-dyndb-ldap.spec index 396be0708645a2f9355120166cd2e2795b4fdf26..b345b1b5cb6cad99cf2f1c4df7d9f1e2b144548d 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: 4.0 +Version: 4.1 Release: 0%{?dist} Summary: LDAP back-end plug-in for BIND @@ -49,8 +49,7 @@ rm -rf %{buildroot} %files %defattr(-,root,root,-) %doc NEWS README COPYING doc/{example.ldif,schema} -%dir %{_localstatedir}/named/dyndb-ldap -%attr(770, root, named) %{_localstatedir}/named/dyndb-ldap +%dir %attr(770, root, named) %{_localstatedir}/named/dyndb-ldap %{_libdir}/bind/ldap.so -- 1.8.5.3
_______________________________________________ Freeipa-devel mailing list [email protected] https://www.redhat.com/mailman/listinfo/freeipa-devel
