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