chiark / gitweb /
Merge from sid [dgit]
[authbind.git] / debian / changelog
1 authbind (2.1.2) unstable; urgency=low
2
3   * Cope with programs which set SIGCHLD to SIG_IGN.  (We assume
4     they don't manipulate SIGCHLD on other threads, which is probably
5     true.)  Patch from Marco d'Itri, slightly modified.  Closes:#765587.
6   * Fix one-letter typo in previous changelog entry.
7
8  --
9
10 authbind (2.1.1+nmu1) unstable; urgency=medium
11
12   * Non-maintainer upload.
13   * Fix mtimes before building binary packages to produce reproducible output
14     Based on patch by akira (Closes: #792945)
15
16  -- Johannes Schauer <josch@debian.org>  Sun, 26 Jul 2015 11:23:35 +0200
17
18 authbind (2.1.1) unstable; urgency=low
19
20   * Manpage has an example of which files will be checked and read
21     Closes: #676540.
22   * Do not include library version number in usage output from helper; the
23     library and package version numbers are not the same, so this is
24     misleading, and we do not want to introduce new machinery just to
25     plumb the package version number through.  Closes: #676440.
26   * Another minor wording fix in the manpage.
27
28  -- Ian Jackson <ijackson@chiark.greenend.org.uk>  Sun, 10 Jun 2012 23:17:14 +0100
29
30 authbind (2.1.0) unstable; urgency=low
31
32   * Permissions file lines can contain IPv6 mask/length.
33   * Permissions file lines need only contain one port number.
34   * Manpage improvements.
35
36  -- Ian Jackson <ijackson@chiark.greenend.org.uk>  Sun, 03 Jun 2012 12:33:53 +0100
37
38 authbind (2.0.1) unstable; urgency=low
39
40   Bugfix:
41   * 0-length ipv4 address masks (ie, 0.0.0.0/0) in byuid files wouldn't
42     work because they would attempt a 32-bit shift.  This was reported
43     against Ubuntu in Launchpad but the but is here too.  LP: #514278.
44
45  -- Ian Jackson <ijackson@chiark.greenend.org.uk>  Sun, 03 Jun 2012 01:50:13 +0100
46
47 authbind (2.0.0) unstable; urgency=medium
48
49   Important new functionality:
50   * Support IPv6.  (Closes: #596921.)
51   * Support ports 512-1023 if the user really wants.
52     Explain the problem more clearly in the manpage.  (Closes: 654706.)
53
54   Bugfixes:
55   * Correct manpage description of helper protocol to have
56     actually-implemented byte order convention.  (Closes: #651694.)
57   * Improve wording in BUGS section of manpage about forking.
58
59   Packaging fixes:
60   * Remove shlibs files.  These are not needed because nothing should
61     actually link to libauthbind.
62   * Update Standards-Version.
63   * Upstream repo is now in git.
64   * Change my email address.
65   * Set Priority to optional as in ftpmaster override file.
66
67  -- Ian Jackson <ijackson@chiark.greenend.org.uk>  Sat, 02 Jun 2012 01:56:37 +0100
68
69 authbind (1.2.0) unstable; urgency=low
70
71   * Block signals during our child's execution.  Closes: #186439.
72   * manpage: fix subtle error in description of interaction between
73     set-id and LD_PRELOAD.  Closes: #36890.
74   * Say in manpage that we may not work properly with multithreaded
75     programs.  See also Bug#186439.
76   * Make sure we don't try to encode errno's >127 in a status code.
77   * New make variables for improved portability and customisation of
78     locations: LIBS, libexec_dir, HELPER, BINTARGETS.
79   * make clean removes *.core too.
80   * #include <signal.h> in libauthbind.c.
81   * Set SHELL=/bin/bash in debian/rules.  Closes: #374586.
82   * Revert Amaya's accidental change to CC= line in debian/rules.
83   * Debian-native again.  Closes: #393556.
84   * Do not strip if DEB_BUILD_OPTIONS=nostrip (Closes: #436489):
85     - in Makefile, do not set INSTALL_* or STRIP if already set
86     - in rules, export STRIP=: if nostrip
87   * Change my email address in Maintainer: to davenant.
88     
89  -- Ian Jackson <ian@davenant.greenend.org.uk>  Sun, 23 Sep 2007 20:23:50 +0100
90
91 authbind (1.1.5.2-0.2) unstable; urgency=low
92
93   * Non-maintainer upload.
94   * Get rid of the /usr/doc link (Closes: #359363).
95   * Revamped packaging a bit:
96     - Get rid of Build-Depends on libc6-dev (build-essential)
97     - spelling-error-in-copyright Debian/GNU Linux Debian GNU/Linux
98     - Not debian-native anymore
99     - Updated ancient-standards-version to 3.7.2, no changes needed.
100
101  -- Amaya Rodrigo Sastre <amaya@debian.org>  Wed, 12 Jul 2006 12:28:12 +0200
102
103 authbind (1.1.5.2-0.1) unstable; urgency=low
104
105   * Non-maintainer Upload
106   * Moved man pages to /usr/share/man and docs to
107     /usr/share/doc/authbind. Added a prerm and a postinst script to set
108     the /usr/doc/authbind link. (closes: #91112, #91376, #91387)
109   * Fixed the path to the common licenses in debian/copyright
110   * Added a section and priority field to the changelog
111   * Added support for the `nostrip' and `debug' options in
112     DEB_BUILD_OPTIONS.
113   * Boosted Standards-Version to 3.5.2
114
115  -- Bas Zoetekouw <bas@debian.org>  Sun, 13 May 2001 18:00:52 +0200
116
117 authbind (1.1.5.2) frozen unstable; urgency=low
118
119   * Non-maintainer upload.
120   * Makefile: Add -D_GNU_SOURCE, closes: 89944
121
122  -- Stephen Frost <sfrost@debian.org>  Fri, 16 Mar 2001 19:42:05 -0500
123
124 authbind (1.1.5.1) frozen unstable; urgency=low
125
126   * Non-maintainer upload.
127   * debian/rules (clean): use tab not spaces, so `debian/rules clean'
128     actually works. [#27360]
129   * debian/rules (binary-arch): don't compress the copyright file.
130   * Makefile: install the shared library non-executable.
131  
132  -- James Troup <james@nocrew.org>  Sun,  3 Jan 1999 21:23:50 +0000
133
134 authbind (1.1.5) unstable; urgency=low
135
136   * Fix coredump bug !
137
138  -- Ian Jackson <ian@davenant.greenend.org.uk>  Mon, 31 Aug 1998 15:32:44 +0100
139
140 authbind (1.1.4) unstable; urgency=low
141
142   * Allow bind() to port 0 !
143
144  -- Ian Jackson <ian@davenant.greenend.org.uk>  Mon, 31 Aug 1998 15:23:30 +0100
145
146 authbind (1.1.3) unstable; urgency=low
147
148   * Make IPPORT_RESERVED check work (oops!).
149
150  -- Ian Jackson <ian@davenant.greenend.org.uk>  Sun, 30 Aug 1998 20:52:10 +0100
151
152 authbind (1.1.2) unstable; urgency=low
153
154   * Make --deep option actually work (oops).
155
156  -- Ian Jackson <ian@davenant.greenend.org.uk>  Sun, 30 Aug 1998 20:09:39 +0100
157
158 authbind (1.1.1) unstable; urgency=low
159
160   * Fix Description.
161
162  -- Ian Jackson <ian@davenant.greenend.org.uk>  Sun, 30 Aug 1998 16:34:28 +0100
163
164 authbind (1.1) experimental; urgency=low
165
166   * Allow control of when the LD_PRELOAD is passed on.
167
168  -- Ian Jackson <ian@davenant.greenend.org.uk>  Sun, 30 Aug 1998 16:18:24 +0100
169
170 authbind (1.0) experimental; urgency=low
171
172   * Following testing, we can call this 1.0.
173
174  -- Ian Jackson <ian@davenant.greenend.org.uk>  Sun, 30 Aug 1998 03:15:21 +0100
175
176 authbind (0.1-1) experimental; urgency=low
177
178   * Initial release.
179
180  -- Ian Jackson <ian@davenant.greenend.org.uk>  Sat, 29 Aug 1998 20:10:37 +0100