X-Git-Url: https://git.adam-barratt.org.uk/?a=blobdiff_plain;f=debian%2Fchangelog;h=936ed1522533259ba902b99e5161a8e04b10f368;hb=0a80c56d2c74ce043b56db0febd37239610818b0;hp=e6df2bb400acdf8e5836c8ab865d3adf6bab5f2b;hpb=a7f7b439dfab562fc7997a6e5b8412752a4b46de;p=mirror%2Fuserdir-ldap.git diff --git a/debian/changelog b/debian/changelog index e6df2bb..936ed15 100644 --- a/debian/changelog +++ b/debian/changelog @@ -13,6 +13,16 @@ userdir-ldap (0.3.97) UNRELEASED; urgency=medium [ 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. -- Peter Palfrader Sat, 06 Apr 2019 22:04:34 +0200