X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ian/git?p=authbind.git;a=blobdiff_plain;f=debian%2Fchangelog;h=e20e17a23a1bdb221c583cc9dd151c0db5be9f24;hp=a1f92cc0ed07f1205ff4558ac11376f2e813eef5;hb=59d14c88d280ffc962ee93e535ae87567316c544;hpb=3ef208a026336d54ab371c4e7221ba44ce14ff8b diff --git a/debian/changelog b/debian/changelog index a1f92cc..e20e17a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,15 @@ authbind (1.1.6) unstable; urgency=low - * Priority changed to `optional' as per override file. + * Block signals during our child's execution. Closes #186439. + * manpage: fix subtle error in description of interaction between + set-id and LD_PRELOAD. Closes #36890. + * Say in manpage that we may not work properly with multithreaded + programs. See also Bug#186439. + * Make sure we don't try to encode errno's >127 in a status code. + * Do not Build-Depends: libc6-dev (it's build-essential). + * New make variables for improved portability and customisation of + locations: LIBS, libexec_dir, HELPER. + * make clean removes *.core too. --