X-Git-Url: https://git.adam-barratt.org.uk/?a=blobdiff_plain;f=debian%2Fchangelog;h=6982cc3fe601f63c4a4bb19e5756d368fb95e482;hb=49298c2ec7ae6138e986ff74ea8b0ed86755990c;hp=ea73f96436df62c83bab603f1e6f4e59128a7ac6;hpb=c27eb9f519df17bb1dec7e20f1c31864559357be;p=mirror%2Fuserdir-ldap.git diff --git a/debian/changelog b/debian/changelog index ea73f96..6982cc3 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,7 +1,29 @@ userdir-ldap (0.3.97) UNRELEASED; urgency=medium + [ Peter Palfrader ] * Make arbitrary attribute change work again. This was broken by mistake during the pep8 cleanup. + * Fix ipv6 parsing. We would not properly handle empty blocks + (i.e. ::). + + [ 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. + * ud-mailgate: use subprocess.Popen instead of os.popen. + * ud-host: use subprocess.Popen instead of os.popen. -- Peter Palfrader Sat, 06 Apr 2019 22:04:34 +0200