chiark / gitweb /
5dc5c13218e9cc6fc37d546555afb51b25abc5e2
[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
15  --
16
17 authbind (1.1.5.3) unstable; urgency=low
18
19   * Moved man pages to /usr/share/man and docs to
20     /usr/share/doc/authbind. Added a prerm and a postinst script to set
21     the /usr/doc/authbind link. (closes: #91112, #91376, #91387)
22   * Fixed the path to the common licenses in debian/copyright
23   * Added a section and priority field to the changelog
24   * Added support for the `nostrip' and `debug' options in
25     DEB_BUILD_OPTIONS.
26   * Boosted Standards-Version to 3.5.2
27
28  -- Bas Zoetekouw <bas@debian.org>  Sun, 13 May 2001 18:00:52 +0200
29
30 authbind (1.1.5.2) frozen unstable; urgency=low
31
32   * Non-maintainer upload.
33   * Makefile: Add -D_GNU_SOURCE, closes: 89944
34
35  -- Stephen Frost <sfrost@debian.org>  Fri, 16 Mar 2001 19:42:05 -0500
36
37 authbind (1.1.5.1) frozen unstable; urgency=low
38
39   * Non-maintainer upload.
40   * debian/rules (clean): use tab not spaces, so `debian/rules clean'
41     actually works. [#27360]
42   * debian/rules (binary-arch): don't compress the copyright file.
43   * Makefile: install the shared library non-executable.
44  
45  -- James Troup <james@nocrew.org>  Sun,  3 Jan 1999 21:23:50 +0000
46
47 authbind (1.1.5) unstable; urgency=low
48
49   * Fix coredump bug !
50
51  -- Ian Jackson <ian@davenant.greenend.org.uk>  Mon, 31 Aug 1998 15:32:44 +0100
52
53 authbind (1.1.4) unstable; urgency=low
54
55   * Allow bind() to port 0 !
56
57  -- Ian Jackson <ian@davenant.greenend.org.uk>  Mon, 31 Aug 1998 15:23:30 +0100
58
59 authbind (1.1.3) unstable; urgency=low
60
61   * Make IPPORT_RESERVED check work (oops!).
62
63  -- Ian Jackson <ian@davenant.greenend.org.uk>  Sun, 30 Aug 1998 20:52:10 +0100
64
65 authbind (1.1.2) unstable; urgency=low
66
67   * Make --deep option actually work (oops).
68
69  -- Ian Jackson <ian@davenant.greenend.org.uk>  Sun, 30 Aug 1998 20:09:39 +0100
70
71 authbind (1.1.1) unstable; urgency=low
72
73   * Fix Description.
74
75  -- Ian Jackson <ian@davenant.greenend.org.uk>  Sun, 30 Aug 1998 16:34:28 +0100
76
77 authbind (1.1) experimental; urgency=low
78
79   * Allow control of when the LD_PRELOAD is passed on.
80
81  -- Ian Jackson <ian@davenant.greenend.org.uk>  Sun, 30 Aug 1998 16:18:24 +0100
82
83 authbind (1.0) experimental; urgency=low
84
85   * Following testing, we can call this 1.0.
86
87  -- Ian Jackson <ian@davenant.greenend.org.uk>  Sun, 30 Aug 1998 03:15:21 +0100
88
89 authbind (0.1-1) experimental; urgency=low
90
91   * Initial release.
92
93  -- Ian Jackson <ian@davenant.greenend.org.uk>  Sat, 29 Aug 1998 20:10:37 +0100
94
95 Local variables:
96 mode: debian-changelog
97 End: