summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNalin Dahyabhai <nalin@redhat.com>2012-01-24 12:41:10 -0500
committerNalin Dahyabhai <nalin@redhat.com>2012-01-24 12:41:10 -0500
commita854ade819cefe802d4834f980313501390bc8cc (patch)
treea5633c419918de3659a0a2e349f75a48ac3405e5
parentba2ab83912bf14421cb2f392d7dc7bc8af3d93b8 (diff)
downloadslapi-nis-a854ade819cefe802d4834f980313501390bc8cc.tar.gz
slapi-nis-a854ade819cefe802d4834f980313501390bc8cc.tar.xz
slapi-nis-a854ade819cefe802d4834f980313501390bc8cc.zip
- tag 0.35
-rw-r--r--NEWS3
-rw-r--r--configure.ac2
-rw-r--r--slapi-nis.spec7
3 files changed, 10 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index dd2b963..b1aa376 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,6 @@
+0.35 * Add mmatch,mregmatch[i],mregsub[i] functions (part of #783274),
+ which work like match,regmatch[i],regsub[i], but which handle
+ and return lists of zero or more values.
0.34 * Do entry comparisons ourselves, albeit less throughly, to avoid
the worst case in pathological cases (more of #771444).
0.33 * Actually compare pre- and post-modify entries to figure out if
diff --git a/configure.ac b/configure.ac
index b64d461..287372c 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT(slapi-nis,0.34)
+AC_INIT(slapi-nis,0.35)
AC_CONFIG_MACRO_DIR([m4])
AM_INIT_AUTOMAKE(foreign)
LT_INIT([disable-static])
diff --git a/slapi-nis.spec b/slapi-nis.spec
index af71435..c678a3b 100644
--- a/slapi-nis.spec
+++ b/slapi-nis.spec
@@ -5,7 +5,7 @@
%endif
Name: slapi-nis
-Version: 0.34
+Version: 0.35
Release: 1%{?dist}
Summary: NIS Server and Schema Compatibility plugins for Directory Server
Group: System Environment/Daemons
@@ -65,6 +65,11 @@ rm -rf $RPM_BUILD_ROOT
%{_sbindir}/nisserver-plugin-defs
%changelog
+* Tue Jan 24 2012 Nalin Dahyabhai <nalin@redhat.com> - 0.35-1
+- add mmatch/mregmatch[i]/mregsub[i] formatting functions which work like
+ match/regmatch[i]/regsub[i], but which can handle and return lists of
+ zero or more results (part of #783274)
+
* Thu Jan 19 2012 Nalin Dahyabhai <nalin@redhat.com> - 0.34-1
- do entry comparisons ourselves, albeit less throughly, to avoid the worst
case in pathological cases (more of #771444)