summaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorNalin Dahyabhai <nalin@redhat.com>2012-03-15 19:50:45 -0400
committerNalin Dahyabhai <nalin@redhat.com>2012-03-15 19:50:45 -0400
commit6d78b63916f725300472b28c3c7b283afc72ac2e (patch)
tree3a6b31ef245d77d9549b698e012cd5866b8d894a /NEWS
parent533ee3d75dd65eb6b4a6df0c718ddd16fadac33a (diff)
downloadslapi-nis-6d78b63916f725300472b28c3c7b283afc72ac2e.tar.gz
slapi-nis-6d78b63916f725300472b28c3c7b283afc72ac2e.tar.xz
slapi-nis-6d78b63916f725300472b28c3c7b283afc72ac2e.zip
- add setting of a synthetic entry's entryUSN based on the source entry's entryUSN or the root DSE's lastUSN (if we have no source entry)
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index cc89bec..b470f0d 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,5 @@
+0.39 * Populate the entryUSN value in entries with either the value from
+ the source entry or the root DSE.
0.38 * Properly escape RDN values when building compat entries (#796509).
0.37 * Fix a compile error on systems which don't define
LDAP_SCOPE_SUBORDINATE, reported by Christian Neuhold.