X-Git-Url: https://git.adam-barratt.org.uk/?a=blobdiff_plain;f=debian%2Fchangelog;h=cbb687c22e5ceeaf29e745b888601d029e48dcb4;hb=109aba32471d33812787fae934fe50b2ff92149b;hp=f1634aa754bc6a487f8ba24cd06068456798bd6e;hpb=1dba3f59d971bd7b36c983260560f9f06cba7712;p=mirror%2Fuserdir-ldap.git diff --git a/debian/changelog b/debian/changelog index f1634aa..cbb687c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -9,9 +9,19 @@ userdir-ldap (0.3.97) UNRELEASED; urgency=medium [ Adam D. Barratt ] * ud-generate: actually fetch mailDefaultOptions from LDAP * ud-generate: fix typoes in documentation + * ud-generate: make mail-default-options global rather than per-host [ Julien Cristau ] * ud-mailgate: don't let punycode through. + * ud-generate: use subprocess.Popen instead of os.popen in GenCDB. + * Use "not in" operator in various places ("foo not in bar" instead of "not + foo in bar"). + * ud-mailgate: use subprocess.Popen instead of os.popen. + * Use "foo is None" instead of "foo == None". + * Use "foo is not None" instead of "foo != None". + * Stop using string exceptions. They were removed in python 2.6. + * Delete unmaintained/gpgwrapper. 8 years of non-maintenance ought to be enough. + * Delete ud-emailmatcher. Looks broken and unused. -- Peter Palfrader Sat, 06 Apr 2019 22:04:34 +0200