chiark / gitweb /
fb033610bfc13e729a6385b17763b9b01338dff9
[authbind.git] / debian / changelog
1 authbind (1.2.0) 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   * New make variables for improved portability and customisation of
10     locations: LIBS, libexec_dir, HELPER, BINTARGETS.
11   * make clean removes *.core too.
12   * #include <signal.h> in libauthbind.c.
13   * Set SHELL=/bin/bash in debian/rules.  Closes: #374586.
14   * Revert Amaya's accidental change to CC= line in debian/rules.
15   * Debian-native again.  Closes: #393556.
16   * Do not strip if DEB_BUILD_OPTIONS=nostrip (Closes: #436489):
17     - in Makefile, do not set INSTALL_* or STRIP if already set
18     - in rules, export STRIP=: if nostrip
19     
20
21  --
22
23 authbind (1.1.5.2-0.2) unstable; urgency=low
24
25   * Non-maintainer upload.
26   * Get rid of the /usr/doc link (Closes: #359363).
27   * Revamped packaging a bit:
28     - Get rid of Build-Depends on libc6-dev (build-essential)
29     - spelling-error-in-copyright Debian/GNU Linux Debian GNU/Linux
30     - Not debian-native anymore
31     - Updated ancient-standards-version to 3.7.2, no changes needed.
32
33  -- Amaya Rodrigo Sastre <amaya@debian.org>  Wed, 12 Jul 2006 12:28:12 +0200
34
35 authbind (1.1.5.2-0.1) unstable; urgency=low
36
37   * Non-maintainer Upload
38   * Moved man pages to /usr/share/man and docs to
39     /usr/share/doc/authbind. Added a prerm and a postinst script to set
40     the /usr/doc/authbind link. (closes: #91112, #91376, #91387)
41   * Fixed the path to the common licenses in debian/copyright
42   * Added a section and priority field to the changelog
43   * Added support for the `nostrip' and `debug' options in
44     DEB_BUILD_OPTIONS.
45   * Boosted Standards-Version to 3.5.2
46
47  -- Bas Zoetekouw <bas@debian.org>  Sun, 13 May 2001 18:00:52 +0200
48
49 authbind (1.1.5.2) frozen unstable; urgency=low
50
51   * Non-maintainer upload.
52   * Makefile: Add -D_GNU_SOURCE, closes: 89944
53
54  -- Stephen Frost <sfrost@debian.org>  Fri, 16 Mar 2001 19:42:05 -0500
55
56 authbind (1.1.5.1) frozen unstable; urgency=low
57
58   * Non-maintainer upload.
59   * debian/rules (clean): use tab not spaces, so `debian/rules clean'
60     actually works. [#27360]
61   * debian/rules (binary-arch): don't compress the copyright file.
62   * Makefile: install the shared library non-executable.
63  
64  -- James Troup <james@nocrew.org>  Sun,  3 Jan 1999 21:23:50 +0000
65
66 authbind (1.1.5) unstable; urgency=low
67
68   * Fix coredump bug !
69
70  -- Ian Jackson <ian@davenant.greenend.org.uk>  Mon, 31 Aug 1998 15:32:44 +0100
71
72 authbind (1.1.4) unstable; urgency=low
73
74   * Allow bind() to port 0 !
75
76  -- Ian Jackson <ian@davenant.greenend.org.uk>  Mon, 31 Aug 1998 15:23:30 +0100
77
78 authbind (1.1.3) unstable; urgency=low
79
80   * Make IPPORT_RESERVED check work (oops!).
81
82  -- Ian Jackson <ian@davenant.greenend.org.uk>  Sun, 30 Aug 1998 20:52:10 +0100
83
84 authbind (1.1.2) unstable; urgency=low
85
86   * Make --deep option actually work (oops).
87
88  -- Ian Jackson <ian@davenant.greenend.org.uk>  Sun, 30 Aug 1998 20:09:39 +0100
89
90 authbind (1.1.1) unstable; urgency=low
91
92   * Fix Description.
93
94  -- Ian Jackson <ian@davenant.greenend.org.uk>  Sun, 30 Aug 1998 16:34:28 +0100
95
96 authbind (1.1) experimental; urgency=low
97
98   * Allow control of when the LD_PRELOAD is passed on.
99
100  -- Ian Jackson <ian@davenant.greenend.org.uk>  Sun, 30 Aug 1998 16:18:24 +0100
101
102 authbind (1.0) experimental; urgency=low
103
104   * Following testing, we can call this 1.0.
105
106  -- Ian Jackson <ian@davenant.greenend.org.uk>  Sun, 30 Aug 1998 03:15:21 +0100
107
108 authbind (0.1-1) experimental; urgency=low
109
110   * Initial release.
111
112  -- Ian Jackson <ian@davenant.greenend.org.uk>  Sat, 29 Aug 1998 20:10:37 +0100
113
114 Local variables:
115 mode: debian-changelog
116 End: