From 374a4b5cfa50d7058ce22a5d548666bc58f0afe4 Mon Sep 17 00:00:00 2001
From: Gunnar Wrobel
Date: Fri, 17 Apr 2009 22:12:31 +0200
Subject: [PATCH] Give an overview on the central changes in the log.
---
framework/Kolab_Server/package.xml | 10 ++++++++++
1 file changed, 10 insertions(+)
diff --git a/framework/Kolab_Server/package.xml b/framework/Kolab_Server/package.xml
index 52664a8d7..b8bdf6cd2 100644
--- a/framework/Kolab_Server/package.xml
+++ b/framework/Kolab_Server/package.xml
@@ -40,6 +40,16 @@ http://pear.php.net/dtd/package-2.0.xsd">
* Converted the package to Horde 4 / PHP 5.
* Split the session driver into a separate package (Kolab_Session).
+ * Use exceptions rather than PEAR errors.
+ * Schema support.
+ * Use class variables to represent objectClass attributes. Thus it
+ is possible to accomodate for variable attribute names.
+ * Cleaner class structure that matches the objectClass structure and
+ also allows to represent logical classes.
+ * Separate classes to handle the LDAP tree structure in a more
+ flexible way.
+ * Added LDAP write support.
+ * Real LDAP server unit testing.
--
2.11.0