X-Git-Url: https://git.adam-barratt.org.uk/?a=blobdiff_plain;ds=sidebyside;f=debian%2Fchangelog;h=01cfbb2b3559ed58d07ee02daa229bdaaf4c6915;hb=fe67fab54bca15f4820e4f0a911023ed10a743b7;hp=ea73f96436df62c83bab603f1e6f4e59128a7ac6;hpb=c27eb9f519df17bb1dec7e20f1c31864559357be;p=mirror%2Fuserdir-ldap.git diff --git a/debian/changelog b/debian/changelog index ea73f96..01cfbb2 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,7 +1,23 @@ 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". -- Peter Palfrader Sat, 06 Apr 2019 22:04:34 +0200