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