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