X-Git-Url: https://git.adam-barratt.org.uk/?a=blobdiff_plain;f=debian%2Fchangelog;h=b9d0cef6f0e4238a6ae5284d490774c465a59b1f;hb=57fc92ff4c4cb910338dc3806edb4c80252ac3fb;hp=d1cc7aee5edf5a6ea4dfea7cc0bd4a715216bfa3;hpb=d6a45065258ad2edcf9e83684937b8b36ca7ff64;p=mirror%2Fuserdir-ldap.git 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 ]