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