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