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