X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ian/git?p=authbind.git;a=blobdiff_plain;f=debian%2Fchangelog;h=fb033610bfc13e729a6385b17763b9b01338dff9;hp=43dce7e19b8db65d3569ec2b4224f42b635323e9;hb=9243a9602f7aa38b68248b8217630c497d3c15a3;hpb=a942b07a4483cfa4a5f0a8307e3b6239f7f44998 diff --git a/debian/changelog b/debian/changelog index 43dce7e..fb03361 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,98 @@ +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 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 + + + -- + +authbind (1.1.5.2-0.2) unstable; urgency=low + + * Non-maintainer upload. + * Get rid of the /usr/doc link (Closes: #359363). + * Revamped packaging a bit: + - Get rid of Build-Depends on libc6-dev (build-essential) + - spelling-error-in-copyright Debian/GNU Linux Debian GNU/Linux + - Not debian-native anymore + - Updated ancient-standards-version to 3.7.2, no changes needed. + + -- Amaya Rodrigo Sastre Wed, 12 Jul 2006 12:28:12 +0200 + +authbind (1.1.5.2-0.1) unstable; urgency=low + + * Non-maintainer Upload + * 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). + + -- Ian Jackson Sun, 30 Aug 1998 20:09:39 +0100 + +authbind (1.1.1) unstable; urgency=low + + * Fix Description. + + -- Ian Jackson Sun, 30 Aug 1998 16:34:28 +0100 + authbind (1.1) experimental; urgency=low * Allow control of when the LD_PRELOAD is passed on.