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