summaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorNalin Dahyabhai <nalin@redhat.com>2012-01-10 13:53:01 -0500
committerNalin Dahyabhai <nalin@redhat.com>2012-01-10 13:53:01 -0500
commitb19a0bbcccb5c0c8ef91dfbb2c7c7b9289f3b6a1 (patch)
tree3e65d59cf82d9d38f1880870ff9a817c6ac8196d /NEWS
parent6b99f3803d98db5da6474b567d507a62a8dc9294 (diff)
downloadslapi-nis-b19a0bbcccb5c0c8ef91dfbb2c7c7b9289f3b6a1.tar.gz
slapi-nis-b19a0bbcccb5c0c8ef91dfbb2c7c7b9289f3b6a1.tar.xz
slapi-nis-b19a0bbcccb5c0c8ef91dfbb2c7c7b9289f3b6a1.zip
- saving that for 0.30
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS8
1 files changed, 4 insertions, 4 deletions
diff --git a/NEWS b/NEWS
index 95278f7..b410cb5 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,7 @@
+0.30 * Make a note of which attributes we read from any entry when
+ evaluating data, and when we're later called for a modify request
+ which doesn't modify any of those attributes, skip recalculating
+ the entry contents (should make a dent in #771493).
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
@@ -6,10 +10,6 @@
* Fix inconsistencies in the NIS service stemming from using
not-normalized DNs in some places where it should have used
normalized DNs.
- * Make a note of which attributes we read from any entry when
- evaluating data, and when we're later called for a modify request
- which doesn't modify any of those attributes, skip recalculating
- the entry contents (should make a dent in #771493).
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