diff --git a/debian/changelog b/debian/changelog index 99459252..77d26bc4 100644 --- a/debian/changelog +++ b/debian/changelog @@ -29,6 +29,9 @@ ldapsaisie (3.0.0-1) UNRELEASED; urgency=medium * LSlog : - fix handling non-string message - add loggers, filters and format message by handlers + * LSauth : + - Add possibility to configure more than one LSobject type as user + - Add possibility to handle duplicated identifier * LSauthMethod::CAS : Remove deprecated LSAUTH_CAS_SERVER_SSL_CERT parameter (since corresponding bogus setCasServerCert() method has been remove in phpCAS) diff --git a/debian/ldapsaisie.NEWS b/debian/ldapsaisie.NEWS index 522ce19e..2585db64 100644 --- a/debian/ldapsaisie.NEWS +++ b/debian/ldapsaisie.NEWS @@ -41,6 +41,9 @@ ldapsaisie (3.0.0-1) unstable; urgency=medium using this new flexibility, a lot of small changes have been make, especially in class files. The old-LSdebug function is now in way to be deprecated, or at least deprioritized in favor of using LSlog :: debug(). + - It's now possible to configure more than one LSobject type that can connect on + application as user. Consequently, if your LDAP directory contains more than one + type of users, LdapSaisie can now handle it. Please see /usr/share/doc/ldapsaisie/changelog.Debian.gz for complete list of changes.