X-Git-Url: https://git.adam-barratt.org.uk/?a=blobdiff_plain;ds=inline;f=debian%2Fchangelog;h=1ccff46b8d6f87b06f1cc0f9d9693d5f614e2fde;hb=6602e1c9732fccb70a545d9020eeb883844cb00b;hp=410485db391a366c393359695a70a9583320a1df;hpb=d429d92186b039e720ecca0723fa56f44e8e65e8;p=mirror%2Fuserdir-ldap.git diff --git a/debian/changelog b/debian/changelog index 410485d..1ccff46 100644 --- a/debian/changelog +++ b/debian/changelog @@ -14,6 +14,12 @@ 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. -- Peter Palfrader Sat, 06 Apr 2019 22:04:34 +0200