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