]> git.sur5r.net Git - openldap/blobdiff - doc/guide/admin/appendix-changes.sdf
(ITS#5479) Pasword Policy docs from Symas
[openldap] / doc / guide / admin / appendix-changes.sdf
index 21c8cf8334ffbd7bb6884f4cbe0542d16789df34..ecabcf10e906114471009b008fc4eb9a1349fc38 100644 (file)
@@ -1,5 +1,5 @@
 # $OpenLDAP$
-# Copyright 2007 The OpenLDAP Foundation, All Rights Reserved.
+# Copyright 2007-2008 The OpenLDAP Foundation, All Rights Reserved.
 # COPYING RESTRICTIONS APPLY, see COPYRIGHT.
 
 H1: Changes Since Previous Release
@@ -15,6 +15,7 @@ asked on the OpenLDAP mailing lists and scenarios discussed there, we have added
 * {{SECT:When should I use LDAP?}}
 * {{SECT:When should I not use LDAP?}}
 * {{SECT:LDAP vs RDBMS}}
+* {{SECT:Access Control}}
 * {{SECT:Backends}}
 * {{SECT:Overlays}}
 * {{SECT:Replication}}
@@ -24,7 +25,12 @@ asked on the OpenLDAP mailing lists and scenarios discussed there, we have added
 * {{SECT:Troubleshooting}}
 * {{SECT:Changes Since Previous Release}}
 * {{SECT:Upgrading from 2.3.x}}
+* {{SECT:Common errors encountered when using OpenLDAP Software}}
+* {{SECT:Recommended OpenLDAP Software Dependency Versions}}
+* {{SECT:Real World OpenLDAP Deployments and Examples}}
+* {{SECT:OpenLDAP Software Contributions}}
 * {{SECT:Configuration File Examples}}
+* {{SECT:LDAP Result Codes}}
 * {{SECT:Glossary}}
 
 Also, the table of contents is now 3 levels deep to ease navigation.
@@ -173,6 +179,10 @@ H3: New features in slapd
 * monitoring of back-{b,h}db: cache fill-in, non-indexed searches,
 * session tracking control (draft-wahl-ldap-session)
 * subtree delete in back-sql (draft-armijo-ldap-treedelete)
+* sorted values in multivalued attributes for faster matching 
+* lightweight dispatcher for greater throughput under heavy load and on
+multiprocessor machines. (33% faster than 2.3 on AMD quad-socket dual-core server.)
+
 
 H3: New features in libldap