X-Git-Url: https://git.adam-barratt.org.uk/?a=blobdiff_plain;f=debian%2Fchangelog;h=3b9d2cc45612e1444dbd56bce68679fa567c95e8;hb=d3a6742b552e46765692d062758d658cf8e51e98;hp=796be34027d7d5f3c51c7da97859ecaa98789c56;hpb=c66fc9df782eee9a8c7f894dbc0c9b549f0d1d97;p=mirror%2Fuserdir-ldap.git diff --git a/debian/changelog b/debian/changelog index 796be34..3b9d2cc 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,22 @@ +userdir-ldap (0.3.7X) Xnstable; urgency=low + + [ Peter Palfrader ] + * ud-mailgate: Remove a global declaration after a variable has + already been assigned globally. + * ud-mailgate: We use the result of the pgp check for quite a long + time in the main program. Give it its own variable instead of + using Res which was overwritten a bit later. Also make a new + gpgcheck2 class that allows us to access the values of the gpg + signature check in a saner way. + * ud-gpgimport: Get rid of "0x" when printing keyids/fingerprints. + * Add ud-lock. + + [ Stephen Gran ] + * Add txt record support to ud-mailgate + * Clean up addition of identifying txt records to debian.net slightly + + -- Stephen Gran Sun, 14 Mar 2010 14:00:22 +0000 + userdir-ldap (0.3.76) unstable; urgency=low [ Peter Palfrader ]