X-Git-Url: https://git.adam-barratt.org.uk/?a=blobdiff_plain;f=debian%2Fchangelog;h=3de75b78d51aafdaf32657be270146dab3e7127f;hb=fdbe046106542ba10eaca0c357acb5114a932182;hp=42c8255681663622bc240efbe5003f59d8f6d31a;hpb=29708d152dcb1316a89fb9254727899a674b340b;p=mirror%2Fuserdir-ldap.git diff --git a/debian/changelog b/debian/changelog index 42c8255..3de75b7 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,51 @@ +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. + + -- Peter Palfrader Mon, 23 Mar 2009 12:39:27 +0100 + +userdir-ldap (0.3.62) unstable; urgency=low + + * ud-generate: do not die when building ssh_known_hosts + just because a host is not (yet) in DNS. + + -- Peter Palfrader Fri, 20 Mar 2009 16:35:02 +0100 + +userdir-ldap (0.3.61) unstable; urgency=low + + * Gratuitous version increment + + -- Stephen Gran Sat, 28 Feb 2009 12:42:45 +0000 + userdir-ldap (0.3.60) unstable; urgency=low * Stop using string exceptions in ud-mailgate. We should probably stop