From: Peter Palfrader Date: Mon, 2 Aug 2010 23:36:03 +0000 (+0000) Subject: update debian/changelog X-Git-Tag: userdir-ldap-0.3.78~5 X-Git-Url: https://git.adam-barratt.org.uk/?p=mirror%2Fuserdir-ldap.git;a=commitdiff_plain;h=57fc92ff4c4cb910338dc3806edb4c80252ac3fb update debian/changelog --- diff --git a/debian/changelog b/debian/changelog index d1cc7ae..b9d0cef 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,19 @@ +userdir-ldap (0.3.7x) xnstable; urgency=low + + * Start refactoring ud-generate: + - If environment variables UD_CREDENTIALS, UD_GENERATEDIR, UD_HMAC_KEY + are set, use their respective value instead of the default. This + makes it possible to run ud-generate as a non-privileged user for + testing purposes. + - Start wrapping ldap search results in classes. For now we have done + this with just an ldap account. + - Also got rid of the global PasswdAttrs variable. Now functions + get the account list (now a list of Account classes instead of + ldap result array of tuples of hashes) passed to them like well-behaved + functions. + + -- Peter Palfrader Mon, 02 Aug 2010 23:35:55 +0000 + userdir-ldap (0.3.77) unstable; urgency=low [ Peter Palfrader ]