diff options
author | Alexander Bokovoy <abokovoy@redhat.com> | 2016-01-26 13:42:54 +0200 |
---|---|---|
committer | Alexander Bokovoy <abokovoy@redhat.com> | 2016-01-26 13:42:54 +0200 |
commit | dc18db811d26a9e376788688d4e68937b078ac58 (patch) | |
tree | de3defe7ad105049202637d91ab7701c1b1af768 | |
parent | 00468e8eebd455ab4e41d4d86772fb5f8a745d0a (diff) | |
download | slapi-nis-dc18db811d26a9e376788688d4e68937b078ac58.tar.gz slapi-nis-dc18db811d26a9e376788688d4e68937b078ac58.tar.xz slapi-nis-dc18db811d26a9e376788688d4e68937b078ac58.zip |
Release 0.55
-rw-r--r-- | configure.ac | 2 | ||||
-rw-r--r-- | slapi-nis.spec | 7 |
2 files changed, 7 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index ae626de..5b10376 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT(slapi-nis,0.54.2) +AC_INIT(slapi-nis,0.55) AC_CONFIG_MACRO_DIR([m4]) AM_INIT_AUTOMAKE(foreign) LT_INIT([disable-static]) diff --git a/slapi-nis.spec b/slapi-nis.spec index f0c2647..2546509 100644 --- a/slapi-nis.spec +++ b/slapi-nis.spec @@ -10,7 +10,7 @@ %endif Name: slapi-nis -Version: 0.54.2 +Version: 0.55 Release: 1%{?dist} Summary: NIS Server and Schema Compatibility plugins for Directory Server Group: System Environment/Daemons @@ -85,6 +85,11 @@ rm -rf $RPM_BUILD_ROOT %{_sbindir}/nisserver-plugin-defs %changelog +* Tue Jan 26 2016 Alexander Bokovoy <abokovoy@redhat.com> - 0.55-1 +- Support external members of IPA groups in schema compat +- Support bind over ID overrides when uid is not overridden +- Populate schema compat trees in parallel to LDAP server startup + * Thu Mar 26 2015 Alexander Bokovoy <abokovoy@redhat.com> - 0.54.2-1 - CVE-2015-0283 slapi-nis: infinite loop in getgrnam_r() and getgrgid_r() - Make sure nss_sss.so.2 module is used directly |