Changelog
authbind (1.2.0) unstable; urgency=low
* 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.
* New make variables for improved portability and customisation of
locations: LIBS, libexec_dir, HELPER, BINTARGETS.
* make clean removes *.core too.
* #include <signal.h> in libauthbind.c.
* Set SHELL=/bin/bash in debian/rules. Closes: #374586.
* Revert Amaya's accidental change to CC= line in debian/rules.
* Debian-native again. Closes: #393556.
* Do not strip if DEB_BUILD_OPTIONS=nostrip (Closes: #436489):
- in Makefile, do not set INSTALL_* or STRIP if already set
- in rules, export STRIP=: if nostrip
* Change my email address in Maintainer: to davenant.
-- Ian Jackson <email address hidden> Sun, 23 Sep 2007 20:23:50 +0100