From 3f0b7a58cfa781ab9512e5c4ddb9e1c87ebc4428 Mon Sep 17 00:00:00 2001 From: Nalin Dahyabhai Date: Wed, 14 Nov 2012 10:57:24 -0500 Subject: [PATCH] update to 0.44 - add missing newline to a couple of debug log messages - note whether or not betxn support is compiled in as part of the nsslapd-pluginVersion value we report to the server - register callbacks in the same order in both plugins, so that their log messages are logged in the same order --- slapi-nis.spec | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/slapi-nis.spec b/slapi-nis.spec index d5d385c..b401c6a 100644 --- a/slapi-nis.spec +++ b/slapi-nis.spec @@ -5,7 +5,7 @@ %endif Name: slapi-nis -Version: 0.43 +Version: 0.44 Release: 1%{?dist} Summary: NIS Server and Schema Compatibility plugins for Directory Server Group: System Environment/Daemons @@ -70,6 +70,13 @@ rm -rf $RPM_BUILD_ROOT %{_sbindir}/nisserver-plugin-defs %changelog +* Wed Nov 14 2012 Nalin Dahyabhai - 0.44-1 +- add missing newline to a couple of debug log messages +- note whether or not betxn support is compiled in as part of the + nsslapd-pluginVersion value we report to the server +- register callbacks in the same order in both plugins, so that + their log messages are logged in the same order + * Tue Nov 13 2012 Nalin Dahyabhai - 0.43-1 - reintroduce support for directory server transactions (nhosoi, IPA#3046) - control transaction support at run-time, deciding when to do things based