X-Git-Url: https://git.adam-barratt.org.uk/?a=blobdiff_plain;ds=sidebyside;f=debian%2Fchangelog;h=3de75b78d51aafdaf32657be270146dab3e7127f;hb=fdbe046106542ba10eaca0c357acb5114a932182;hp=348d7702f43f12eaca853beb471177aaae62bcf1;hpb=f4ad0eef31778c9567e0bd1c4f7fc81395eef970;p=mirror%2Fuserdir-ldap.git diff --git a/debian/changelog b/debian/changelog index 348d770..3de75b7 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,32 @@ +userdir-ldap (0.3.66) unstable; urgency=low + + * ud-generate cleanup: + - general code tidy (whitespace, semi-colons, python idioms) + - loop cleanup, so that fewer redundant checks are done + - split groups up so mail is only handled for gid Debian + - Stop exporting information about retired developers + - Stop exporting locked accounts + - begin cleanup of use of string exceptions + + -- Stephen Gran Sat, 09 May 2009 16:41:36 +0100 + +userdir-ldap (0.3.65) unstable; urgency=low + + * userdir-ldap.conf: remove from default keyrings: + - /home/jgg/keys/extrakeys.gpg + - /home/jgg/keys/guest-keys.gpg + + -- Peter Palfrader Mon, 06 Apr 2009 01:40:37 +0200 + +userdir-ldap (0.3.64) unstable; urgency=low + + * userdir-ldap.conf: add keyring.pgp to default add_keyrings. + * userdir_gpg.py: add a ClearKeyrings(). + * ud-gpgimport: work on add_keyrings if no keyrings are given on the + command line. + + -- Peter Palfrader Mon, 06 Apr 2009 01:35:12 +0200 + userdir-ldap (0.3.63) unstable; urgency=low * Print gpg's exit status when it fails.