From 89485c7a57a190d2e840315f4b398a58518ba895 Mon Sep 17 00:00:00 2001 From: Alexander Bokovoy Date: Jun 05 2019 10:05:54 +0000 Subject: Release 0.56.3 --- diff --git a/NEWS b/NEWS index 9560194..e12ae92 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,7 @@ +0.56.3 * Bug 1694263: On some 'cn=config' updates bepost_op are not called + that leads to lock leak + * Bug 1435663: deadlock between write and search operation in + schema-compat plugin 0.52 * Properly note in the nsslapd-pluginVersion attribute whether or not transaction support is available. * Fix a pair of incorrect memcpy()-instead-of-memmove() cases which diff --git a/configure.ac b/configure.ac index 80f2ca2..0d7823e 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT(slapi-nis,0.56.2) +AC_INIT(slapi-nis,0.56.3) AC_CONFIG_MACRO_DIR([m4]) AM_INIT_AUTOMAKE(foreign) LT_INIT([disable-static]) diff --git a/slapi-nis.spec b/slapi-nis.spec index 5bee258..9de6df2 100644 --- a/slapi-nis.spec +++ b/slapi-nis.spec @@ -10,8 +10,8 @@ %endif Name: slapi-nis -Version: 0.56.2 -Release: 8%{?dist} +Version: 0.56.3 +Release: 1%{?dist} Summary: NIS Server and Schema Compatibility plugins for Directory Server License: GPLv2 URL: http://pagure.io/slapi-nis/ @@ -81,6 +81,9 @@ make check %{_sbindir}/nisserver-plugin-defs %changelog +* Wed Jun 05 2019 Alexander Bokovoy - 0.56.3-1 +- New upstream release + * Sat Feb 02 2019 Fedora Release Engineering - 0.56.2-8 - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild