X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ian/git?p=authbind.git;a=blobdiff_plain;f=debian%2Fchangelog;h=e20e17a23a1bdb221c583cc9dd151c0db5be9f24;hp=828f79ab3293f9061c3572db0e12b9d6283656d5;hb=59d14c88d280ffc962ee93e535ae87567316c544;hpb=d0be442c227f4425f96cf4d849d0c7c80bd6e3ac diff --git a/debian/changelog b/debian/changelog index 828f79a..e20e17a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,66 @@ +authbind (1.1.6) 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. + * 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. + + -- + +authbind (1.1.5.3) unstable; urgency=low + + * Moved man pages to /usr/share/man and docs to + /usr/share/doc/authbind. Added a prerm and a postinst script to set + the /usr/doc/authbind link. (closes: #91112, #91376, #91387) + * Fixed the path to the common licenses in debian/copyright + * Added a section and priority field to the changelog + * Added support for the `nostrip' and `debug' options in + DEB_BUILD_OPTIONS. + * Boosted Standards-Version to 3.5.2 + + -- Bas Zoetekouw Sun, 13 May 2001 18:00:52 +0200 + +authbind (1.1.5.2) frozen unstable; urgency=low + + * Non-maintainer upload. + * Makefile: Add -D_GNU_SOURCE, closes: 89944 + + -- Stephen Frost Fri, 16 Mar 2001 19:42:05 -0500 + +authbind (1.1.5.1) frozen unstable; urgency=low + + * Non-maintainer upload. + * debian/rules (clean): use tab not spaces, so `debian/rules clean' + actually works. [#27360] + * debian/rules (binary-arch): don't compress the copyright file. + * Makefile: install the shared library non-executable. + + -- James Troup Sun, 3 Jan 1999 21:23:50 +0000 + +authbind (1.1.5) unstable; urgency=low + + * Fix coredump bug ! + + -- Ian Jackson Mon, 31 Aug 1998 15:32:44 +0100 + +authbind (1.1.4) unstable; urgency=low + + * Allow bind() to port 0 ! + + -- Ian Jackson Mon, 31 Aug 1998 15:23:30 +0100 + +authbind (1.1.3) unstable; urgency=low + + * Make IPPORT_RESERVED check work (oops!). + + -- Ian Jackson Sun, 30 Aug 1998 20:52:10 +0100 + authbind (1.1.2) unstable; urgency=low * Make --deep option actually work (oops).