From: Gunnar Wrobel Date: Wed, 17 Feb 2010 10:45:22 +0000 (+0100) Subject: Fix the package.xml X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=2a01a4db6e07b3ec49453be2e7f82266a6b4db7e;p=horde.git Fix the package.xml --- diff --git a/framework/Kolab_Server/package.xml b/framework/Kolab_Server/package.xml index 92e1b1aa4..0b87c8d87 100644 --- a/framework/Kolab_Server/package.xml +++ b/framework/Kolab_Server/package.xml @@ -1,14 +1,10 @@ - + Kolab_Server pear.horde.org A package for manipulating the Kolab user database. This package allows to read/write entries in the Kolab user - database stored in LDAP. - + database stored in LDAP. Gunnar Wrobel wrobel @@ -27,10 +23,11 @@ http://pear.php.net/dtd/package-2.0.xsd"> jan@horde.org yes - 2008-12-16 + 2010-02-17 + - 0.5.0 - 0.5.0 + 0.8.0 + 0.8.0 alpha @@ -38,24 +35,42 @@ http://pear.php.net/dtd/package-2.0.xsd"> LGPL - * 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. - * Support configurable attribute mapping. - * Added getGroupAddresses() to return the mail addresses of groups - the user belongs to. +* 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. +* Support configurable attribute mapping. +* Added getGroupAddresses() to return the mail addresses of groups + the user belongs to. - + + + + + + + + + + + + + + + + + + + @@ -65,13 +80,13 @@ http://pear.php.net/dtd/package-2.0.xsd"> - - - + + + @@ -81,14 +96,11 @@ http://pear.php.net/dtd/package-2.0.xsd"> - - - @@ -97,20 +109,20 @@ http://pear.php.net/dtd/package-2.0.xsd"> - + + + - - @@ -119,22 +131,25 @@ http://pear.php.net/dtd/package-2.0.xsd"> - + - + + + + - + - + @@ -142,6 +157,15 @@ http://pear.php.net/dtd/package-2.0.xsd"> + + + + + + + + + @@ -154,19 +178,11 @@ http://pear.php.net/dtd/package-2.0.xsd"> + - - - - - - - - - @@ -188,45 +204,48 @@ http://pear.php.net/dtd/package-2.0.xsd"> - + - + + + + - - - - - - + + + + - - - + + + + + @@ -239,6 +258,9 @@ http://pear.php.net/dtd/package-2.0.xsd"> + + + @@ -247,44 +269,57 @@ http://pear.php.net/dtd/package-2.0.xsd"> - - + + + + + + - - + + + + + + - - + + + + + + + - - - + - - - + + + + + @@ -292,14 +327,32 @@ http://pear.php.net/dtd/package-2.0.xsd"> + + + + + + + + + + + + + + + + + + @@ -311,19 +364,26 @@ http://pear.php.net/dtd/package-2.0.xsd"> - + + + + + + + + @@ -355,199 +415,222 @@ http://pear.php.net/dtd/package-2.0.xsd"> - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - 2008-12-16 - 0.4.0 - 0.2.0 + 0.1.1 + 0.1.0 alpha @@ -555,33 +638,25 @@ http://pear.php.net/dtd/package-2.0.xsd"> LGPL - * Fixed objectClass evaluation to respect case-insensitivity (Bug: #7694) - * kolab/issue2207 (Make it possible to enable and disable users to be able to - use the webclient) - * Added fullname attribute as support for kolab/issue2546 (Horde - should use name and email from ldap as defaults) - * Fixed initialization of parameters retrieved from LDAP. - * Fixed addrsForIdOrMail to return only lowercased mail addresses - (kolab/issue3426, - https://www.intevation.de/roundup/kolab/issue3426) - * Fixed testing problems with the test IMAP driver. - * Fixed notices when retrieving LDAP attributes. +* Renamed package to Kolab_Server. +* Removed an unnecessary translation. +* Added dnForMailOrAlias function to Horde_Kolab_Server. +* Fixed experimental KOLAB_ATTR_IMAPHOST attribute. - 2008-12-16 - 0.3.0 - 0.2.0 + 0.1.0 + 0.1.0 alpha alpha + 2008-07-29 LGPL - * Fixed the fallback for a missing freebusy_server value. - * Fixed identification of external addresses. +* Initial release. @@ -596,22 +671,23 @@ http://pear.php.net/dtd/package-2.0.xsd"> LGPL - * Fixed retrieval of the users IMAP home server. - * Allowed retrieving a DN for an id matching either mail, uid or alias. - (Kolab issue 2587, https://www.intevation.de/roundup/kolab/issue2587) - * Moved Kolab session handler from Kolab_Storage to Kolab_Server. - * Enabled retrieval of the users free/busy server. (Enhancement: #6699) - * Added capability to list objects. - * Added write capabilities to the package. - * Moved the IMAP drivers from Kolab_Storage to Kolab_Server as the - IMAP connection must be handled by the Kolab session. - * Added a test class for simplified PHPUnit testing. +* Fixed retrieval of the users IMAP home server. +* Allowed retrieving a DN for an id matching either mail, uid or alias. + (Kolab issue 2587, https://www.intevation.de/roundup/kolab/issue2587) +* Moved Kolab session handler from Kolab_Storage to Kolab_Server. +* Enabled retrieval of the users free/busy server. (Enhancement: #6699) +* Added capability to list objects. +* Added write capabilities to the package. +* Moved the IMAP drivers from Kolab_Storage to Kolab_Server as the + IMAP connection must be handled by the Kolab session. +* Added a test class for simplified PHPUnit testing. + 2008-12-16 - 0.1.1 - 0.1.0 + 0.3.0 + 0.2.0 alpha @@ -619,25 +695,62 @@ http://pear.php.net/dtd/package-2.0.xsd"> LGPL - * Renamed package to Kolab_Server. - * Removed an unnecessary translation. - * Added dnForMailOrAlias function to Horde_Kolab_Server. - * Fixed experimental KOLAB_ATTR_IMAPHOST attribute. +* Fixed the fallback for a missing freebusy_server value. +* Fixed identification of external addresses. + 2008-12-16 - 0.1.0 - 0.1.0 + 0.4.0 + 0.2.0 alpha alpha - 2008-07-29 LGPL - * Initial release. +* Fixed objectClass evaluation to respect case-insensitivity (Bug: #7694) +* kolab/issue2207 (Make it possible to enable and disable users to be able to + use the webclient) +* Added fullname attribute as support for kolab/issue2546 (Horde + should use name and email from ldap as defaults) +* Fixed initialization of parameters retrieved from LDAP. +* Fixed addrsForIdOrMail to return only lowercased mail addresses + (kolab/issue3426, + https://www.intevation.de/roundup/kolab/issue3426) +* Fixed testing problems with the test IMAP driver. +* Fixed notices when retrieving LDAP attributes. + + + + + 0.8.0 + 0.8.0 + + + alpha + alpha + + 2010-02-17 + LGPL + +* 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. +* Support configurable attribute mapping. +* Added getGroupAddresses() to return the mail addresses of groups + the user belongs to.