summaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorNalin Dahyabhai <nalin.dahyabhai@pobox.com>2009-03-04 18:00:46 -0500
committerNalin Dahyabhai <nalin.dahyabhai@pobox.com>2009-03-04 18:00:46 -0500
commitf6d6081986b636b6d4b50ea97c3f2f702af4a0c5 (patch)
tree5cd025e4a534a8b7343c9abcb02ae39deeadeaa9 /NEWS
parentd415a068750ac04c4e14d3a4d7f014bce7c519fd (diff)
downloadslapi-nis-f6d6081986b636b6d4b50ea97c3f2f702af4a0c5.tar.gz
slapi-nis-f6d6081986b636b6d4b50ea97c3f2f702af4a0c5.tar.xz
slapi-nis-f6d6081986b636b6d4b50ea97c3f2f702af4a0c5.zip
- add a NEWS file
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS24
1 files changed, 24 insertions, 0 deletions
diff --git a/NEWS b/NEWS
new file mode 100644
index 0000000..abf60bf
--- /dev/null
+++ b/NEWS
@@ -0,0 +1,24 @@
+0.10 * IPv6 support for the NIS server plugin.
+ * Make the NIS server reject client requests which are too big.
+ * Expanded docs, including a NEWS file.
+0.9 * Added recursive attribute dereferencing using deref_r and referred_r.
+ * Added conditional support (ifeq), and more merging functions (link
+ collect).
+ * More tests.
+ * Entries supplied by the Schema Compatibility plugin now provide these
+ operational attributes:
+ * createTimestamp
+ * modifyTimestamp
+ * creatorsName
+ * modifiersName
+ * entryDN
+ * hasSubordinates
+0.8 * Added a quick start guide for the Schema Compatibility plugin.
+ * Tweak default format specifiers for the NIS Server plugin so that
+ we ensure that we only ever return UID and GID values which are
+ actually numbers.
+0.7 * Teach the NIS Server plugin to be able to produce multiple NIS
+ map entries for a single directory server entry.
+ * Make the Schema Compatibility plugin warn if a result set is empty.
+ * Change match,regmatch,regsub to match against expressions, not just
+ attribute names.