summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNalin Dahyabhai <nalin@redhat.com>2013-03-19 13:31:52 -0400
committerNalin Dahyabhai <nalin@redhat.com>2013-03-19 13:31:52 -0400
commit9d7841578f668bbccf9b62e47e47f15353d02b33 (patch)
tree19cbc26356684879409b86c546499264dfca0659
parente722b5ffae2ad433df2b7425b07c62bab0cd1dbf (diff)
downloadslapi-nis-9d7841578f668bbccf9b62e47e47f15353d02b33.tar.gz
slapi-nis-9d7841578f668bbccf9b62e47e47f15353d02b33.tar.xz
slapi-nis-9d7841578f668bbccf9b62e47e47f15353d02b33.zip
tag 0.45
-rw-r--r--NEWS4
-rw-r--r--configure.ac2
-rw-r--r--slapi-nis.spec7
3 files changed, 10 insertions, 3 deletions
diff --git a/NEWS b/NEWS
index 21242fa..a590319 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,7 @@
+0.45 * Fix dispatching for multiple connected clients (#923336).
+0.44 * Packaging and logging fixes.
+0.43 * Reintroduce support for server transactions (nhosoi).
+ * Add map defaults for shadow.byname and passwd.adjunct.byname.
0.42 * Fix a memory leak (internal testing).
0.41 * Log errors evaluating pad expressions in %link rather than
continuing on until we hit an arithmetic exception (#810258).
diff --git a/configure.ac b/configure.ac
index 0705ac7..9f47338 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT(slapi-nis,0.44)
+AC_INIT(slapi-nis,0.45)
AC_CONFIG_MACRO_DIR([m4])
AM_INIT_AUTOMAKE(foreign)
LT_INIT([disable-static])
diff --git a/slapi-nis.spec b/slapi-nis.spec
index af23a94..aaccb09 100644
--- a/slapi-nis.spec
+++ b/slapi-nis.spec
@@ -10,8 +10,8 @@
%endif
Name: slapi-nis
-Version: 0.44
-Release: 3%{?dist}
+Version: 0.45
+Release: 1%{?dist}
Summary: NIS Server and Schema Compatibility plugins for Directory Server
Group: System Environment/Daemons
License: GPLv2
@@ -76,6 +76,9 @@ rm -rf $RPM_BUILD_ROOT
%{_sbindir}/nisserver-plugin-defs
%changelog
+* Tue Mar 19 2013 Nalin Dahyabhai <nalin@redhat.com> - 0.45-1
+- fix dispatching for multiple connected clients in the NIS plugin (#923336)
+
* Tue Feb 5 2013 Nalin Dahyabhai <nalin@redhat.com> - 0.44-3
- work around multilib differences in the example .ldif files (internal
tooling)