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