chiark / gitweb /
2eae5c34d20e44540f08fe589c8babac36e5f054
[authbind.git] / debian / changelog
1 authbind (1.1.6) unstable; urgency=low
2
3   * Block signals during our child's execution.  Closes #186439.
4   * manpage: fix subtle error in description of interaction between
5     set-id and LD_PRELOAD.  Closes #36890.
6   * Say in manpage that we may not work properly with multithreaded
7     programs.  See also Bug#186439.
8   * Make sure we don't try to encode errno's >127 in a status code.
9   * Do not Build-Depends: libc6-dev (it's build-essential).
10   * New make variables for improved portability and customisation of
11     locations: LIBS, libexec_dir, HELPER, BINTARGETS.
12   * make clean removes *.core too.
13   * #include <signal.h> in libauthbind.c.
14   * Set SHELL=/bin/bash in debian/rules.  Closes #374586.
15
16  --
17
18 authbind (1.1.5.3) unstable; urgency=low
19
20   * Moved man pages to /usr/share/man and docs to
21     /usr/share/doc/authbind. Added a prerm and a postinst script to set
22     the /usr/doc/authbind link. (closes: #91112, #91376, #91387)
23   * Fixed the path to the common licenses in debian/copyright
24   * Added a section and priority field to the changelog
25   * Added support for the `nostrip' and `debug' options in
26     DEB_BUILD_OPTIONS.
27   * Boosted Standards-Version to 3.5.2
28
29  -- Bas Zoetekouw <bas@debian.org>  Sun, 13 May 2001 18:00:52 +0200
30
31 authbind (1.1.5.2) frozen unstable; urgency=low
32
33   * Non-maintainer upload.
34   * Makefile: Add -D_GNU_SOURCE, closes: 89944
35
36  -- Stephen Frost <sfrost@debian.org>  Fri, 16 Mar 2001 19:42:05 -0500
37
38 authbind (1.1.5.1) frozen unstable; urgency=low
39
40   * Non-maintainer upload.
41   * debian/rules (clean): use tab not spaces, so `debian/rules clean'
42     actually works. [#27360]
43   * debian/rules (binary-arch): don't compress the copyright file.
44   * Makefile: install the shared library non-executable.
45  
46  -- James Troup <james@nocrew.org>  Sun,  3 Jan 1999 21:23:50 +0000
47
48 authbind (1.1.5) unstable; urgency=low
49
50   * Fix coredump bug !
51
52  -- Ian Jackson <ian@davenant.greenend.org.uk>  Mon, 31 Aug 1998 15:32:44 +0100
53
54 authbind (1.1.4) unstable; urgency=low
55
56   * Allow bind() to port 0 !
57
58  -- Ian Jackson <ian@davenant.greenend.org.uk>  Mon, 31 Aug 1998 15:23:30 +0100
59
60 authbind (1.1.3) unstable; urgency=low
61
62   * Make IPPORT_RESERVED check work (oops!).
63
64  -- Ian Jackson <ian@davenant.greenend.org.uk>  Sun, 30 Aug 1998 20:52:10 +0100
65
66 authbind (1.1.2) unstable; urgency=low
67
68   * Make --deep option actually work (oops).
69
70  -- Ian Jackson <ian@davenant.greenend.org.uk>  Sun, 30 Aug 1998 20:09:39 +0100
71
72 authbind (1.1.1) unstable; urgency=low
73
74   * Fix Description.
75
76  -- Ian Jackson <ian@davenant.greenend.org.uk>  Sun, 30 Aug 1998 16:34:28 +0100
77
78 authbind (1.1) experimental; urgency=low
79
80   * Allow control of when the LD_PRELOAD is passed on.
81
82  -- Ian Jackson <ian@davenant.greenend.org.uk>  Sun, 30 Aug 1998 16:18:24 +0100
83
84 authbind (1.0) experimental; urgency=low
85
86   * Following testing, we can call this 1.0.
87
88  -- Ian Jackson <ian@davenant.greenend.org.uk>  Sun, 30 Aug 1998 03:15:21 +0100
89
90 authbind (0.1-1) experimental; urgency=low
91
92   * Initial release.
93
94  -- Ian Jackson <ian@davenant.greenend.org.uk>  Sat, 29 Aug 1998 20:10:37 +0100
95
96 Local variables:
97 mode: debian-changelog
98 End: