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