summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNalin Dahyabhai <nalin@dahyabhai.net>2012-11-14 10:53:16 -0500
committerNalin Dahyabhai <nalin@dahyabhai.net>2012-11-14 10:53:16 -0500
commitc133905b65d576f3cd68ebfee8732758eddf3db9 (patch)
tree4a7af64ab0f39a93c45b1811e6ae655c8a9ffc89
parentea2a620f165f6dcf564640cbdc9d2cacb67b61c1 (diff)
tag 0.44
-rw-r--r--configure.ac2
-rw-r--r--slapi-nis.spec9
2 files changed, 9 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 6211ab3..0705ac7 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT(slapi-nis,0.43)
+AC_INIT(slapi-nis,0.44)
AC_CONFIG_MACRO_DIR([m4])
AM_INIT_AUTOMAKE(foreign)
LT_INIT([disable-static])
diff --git a/slapi-nis.spec b/slapi-nis.spec
index b045347..97204d5 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 <nalin@redhat.com> - 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 <nalin@redhat.com> - 0.43-1
- reintroduce support for directory server transactions (nhosoi, IPA#3046)
- control transaction support at run-time, deciding when to do things based