summaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorNalin Dahyabhai <nalin@dahyabhai.net>2012-01-06 15:42:33 -0500
committerNalin Dahyabhai <nalin@dahyabhai.net>2012-01-06 15:42:33 -0500
commit80c8021ef1dcf911c170dc7917b1de9087b0b8e0 (patch)
tree70a037e20a2093c5fc54d4c5335511954e16f126 /NEWS
parentd361fe8707d3558a9bad59c61b1f124d2de17772 (diff)
downloadslapi-nis-80c8021ef1dcf911c170dc7917b1de9087b0b8e0.tar.gz
slapi-nis-80c8021ef1dcf911c170dc7917b1de9087b0b8e0.tar.xz
slapi-nis-80c8021ef1dcf911c170dc7917b1de9087b0b8e0.zip
- 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).
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 7511394..95278f7 100644
--- a/NEWS
+++ b/NEWS
@@ -6,6 +6,10 @@
* 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