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