summaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorNalin Dahyabhai <nalin@dahyabhai.net>2012-01-04 19:14:38 -0500
committerNalin Dahyabhai <nalin@dahyabhai.net>2012-01-04 19:14:38 -0500
commit1f2bf271d31d3c654187cb0812f11c7d13478227 (patch)
tree1ff2798dfc2ffc7fc5d88ea2223da072a18799fd /NEWS
parente6e0d9f079d85d77f5525e70feaa86a130be2285 (diff)
downloadslapi-nis-1f2bf271d31d3c654187cb0812f11c7d13478227.tar.gz
slapi-nis-1f2bf271d31d3c654187cb0812f11c7d13478227.tar.xz
slapi-nis-1f2bf271d31d3c654187cb0812f11c7d13478227.zip
- release notes
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS6
1 files changed, 6 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 922a91c..7511394 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,11 @@
0.29 * Add regmatchi/regsubi formatting functions which work like
regmatch/regsub, but do matching in a case-insensitive manner.
+ * Update NIS map defaults to match {CRYPT} userPassword values in a
+ case-insensitive manner so that we also use {crypt} userPassword
+ values.
+ * Fix inconsistencies in the NIS service stemming from using
+ not-normalized DNs in some places where it should have used
+ normalized DNs.
0.28 * When building with OpenLDAP libraries, link with -lldap_r and
not with -lldap (rmeggins, #769107).
0.27 * Switch to slapi rwlocks instead of libpthread or NSPR rwlocks