]> andersk Git - nss_nonlocal.git/blame_incremental - debian/changelog
Merge tag '2.1' into debian
[nss_nonlocal.git] / debian / changelog
... / ...
CommitLineData
1libnss-nonlocal (2.0-0debathena2) unstable; urgency=low
2
3 * Pre-Depend adduser.
4 * Don’t Build-Depend debhelper 9.
5
6 -- Anders Kaseorg <andersk@mit.edu> Thu, 16 Aug 2012 20:38:35 -0400
7
8libnss-nonlocal (2.0-0debathena1) unstable; urgency=low
9
10 * New upstream release.
11 - Fix errno saving and restoring.
12 - Document nss-nonlocal-users and nss-local-users groups in README.
13 - Allow local whitelisting of nonlocal user and group memberships,
14 using the magic local ‘nss-nonlocal-users’ user and group.
15 * Create magic ‘nss-nonlocal-users’ user.
16 * Remove obsolete exclusion of glibc-private dependency.
17 * Use automake 1.10 and autoconf 2.61.
18 * Add multiarch support for distros from the future.
19 * Disable dh_buildinfo, which currently fails at multiarch.
20
21 -- Anders Kaseorg <andersk@mit.edu> Wed, 30 Mar 2011 04:57:36 -0400
22
23libnss-nonlocal (1.11-0debathena3) unstable; urgency=low
24
25 * Remove the workaround for buggy CDBS $(CC) splitting (fixed upstream).
26 * Fix cross-compiling on karmic and lucid.
27
28 -- Anders Kaseorg <andersk@mit.edu> Wed, 23 Jun 2010 21:17:50 -0400
29
30libnss-nonlocal (1.11-0debathena2) unstable; urgency=low
31
32 * Install lib32nss-nonlocal to the right place on Ubuntu.
33
34 -- Anders Kaseorg <andersk@mit.edu> Wed, 23 Jun 2010 03:50:33 -0400
35
36libnss-nonlocal (1.11-0debathena1) unstable; urgency=low
37
38 * New upstream release.
39 - Check that a nonlocal lookup by id returns the right id.
40 - Update licensing to LGPLv2.1+.
41 - Change syslog priority when removing local groups from non-local
42 users
43 * Update build flags for biarch packages (fixes lib32nss-nonlocal path
44 on squeeze).
45 * Fix FTBFS on squeeze due to CDBS’s buggy splitting of multiword
46 $(CC) (Debian bug #576967).
47 * Disable CDBS cross-building logic, to fix a mysterious FTBFS where
48 configure --host fails to find nm.
49 * Bump Standards-Version to 3.8.4 (no changes required).
50 * Bump Debhelper compatibility level to 6.
51 * Set maintainer to me.
52
53 -- Anders Kaseorg <andersk@mit.edu> Mon, 03 May 2010 00:45:14 -0400
54
55libnss-nonlocal (1.10-0debathena1) unstable; urgency=low
56
57 * New upstream version.
58 - Disallow numeric nonlocal user/group names that look like local
59 uid/gids.
60
61 -- Anders Kaseorg <andersk@mit.edu> Fri, 23 Oct 2009 13:49:43 -0400
62
63libnss-nonlocal (1.9-0debathena2) unstable; urgency=low
64
65 * Also build a biarch lib32nss-nonlocal or lib64nss-nonlocal package.
66
67 -- Anders Kaseorg <andersk@mit.edu> Fri, 19 Jun 2009 23:54:38 -0400
68
69libnss-nonlocal (1.9-0debathena1) unstable; urgency=low
70
71 * New upstream version.
72 - Corrects an out-of-memory error in the presence of very large local
73 groups.
74
75 -- Anders Kaseorg <andersk@mit.edu> Sun, 24 May 2009 17:30:08 -0400
76
77libnss-nonlocal (1.8-0debathena4) unstable; urgency=low
78
79 * Only exclude glibc-private for new enough libc6, because old
80 dpkg-shlibdeps does not support -x.
81
82 -- Anders Kaseorg <andersk@mit.edu> Thu, 05 Feb 2009 01:59:08 -0500
83
84libnss-nonlocal (1.8-0debathena3) unstable; urgency=low
85
86 * Force exclusion of glibc-private dependency. This is necessary for
87 libnss-nonlocal to build and install with libc6 2.9 in Ubuntu Jaunty
88 and Debian experimental, which now generates an invalid dependency on
89 glibc-private for uses of private glibc symbols.
90
91 -- Anders Kaseorg <andersk@mit.edu> Sun, 01 Feb 2009 00:26:31 -0500
92
93libnss-nonlocal (1.8-0debathena2) unstable; urgency=low
94
95 * Change "Debian-Athena Project" to "Debathena Project".
96 * Remove debian/control from version control.
97 * Clean up debian/copyright.
98
99 -- Tim Abbott <tabbott@mit.edu> Sat, 24 Jan 2009 18:03:22 -0500
100
101libnss-nonlocal (1.8-0debathena1) unstable; urgency=low
102
103 * Correct the buffer size passed to realloc.
104
105 -- Anders Kaseorg <andersk@mit.edu> Sat, 09 Aug 2008 22:41:57 -0400
106
107libnss-nonlocal (1.7-0debathena1) unstable; urgency=low
108
109 * Replace the magic buflen hack with explicit iteration over the nss
110 chain, so that getpwent/getgrent works with nscd enabled.
111 * Fix some memory leaks.
112 * Autotoolfiscate.
113 * Code cleanup.
114
115 -- Anders Kaseorg <andersk@mit.edu> Tue, 29 Jul 2008 06:57:53 -0400
116
117libnss-nonlocal (1.6-0debathena1) unstable; urgency=low
118
119 * Use a version script to hide internal symbols.
120
121 -- Anders Kaseorg <andersk@mit.edu> Sat, 15 Mar 2008 06:42:02 -0400
122
123libnss-nonlocal (1.5-0debathena1) unstable; urgency=low
124
125 * Add support for NSS_NONLOCAL_IGNORE environment variable, which
126 causes nss_nonlocal to pretend there are no nonlocal users. This
127 allows us to support letting adduser add users and groups with the
128 same name as a nonlocal user/group.
129
130 -- Tim Abbott <tabbott@mit.edu> Mon, 25 Feb 2008 19:12:30 -0500
131
132libnss-nonlocal (1.4-0debathena1) unstable; urgency=low
133
134 * Bug fixes and cleanups.
135
136 -- Anders Kaseorg <andersk@mit.edu> Fri, 15 Feb 2008 21:39:50 -0500
137
138libnss-nonlocal (1.3-0debathena2) unstable; urgency=low
139
140 * Set maintainer to debathena@mit.edu.
141
142 -- Tim Abbott <tabbott@mit.edu> Tue, 29 Jan 2008 22:18:25 -0500
143
144libnss-nonlocal (1.3-0debathena1) unstable; urgency=low
145
146 * Have initgroups() only add nonlocal groups to nonlocal users.
147 * If a group called nss-local-users exists, add local users to it.
148 * If a group called nss-nonlocal-users exists, add nonlocal users to it.
149 * Create nss-local-users and nss-nonlocal-users at installation.
150
151 -- Tim Abbott <tabbott@mit.edu> Tue, 29 Jan 2008 22:11:37 -0500
152
153libnss-nonlocal (1.2) unstable; urgency=low
154
155 * Use a magic buflen instead of thread-local variables, to avoid
156 strange problems on sarge.
157 * Don't link with pthread.
158
159 -- Anders Kaseorg <andersk@mit.edu> Tue, 07 Aug 2007 22:00:28 -0400
160
161libnss-nonlocal (1.1) unstable; urgency=low
162
163 * Link with pthread to be safe.
164
165 -- Anders Kaseorg <andersk@mit.edu> Fri, 03 Aug 2007 21:24:17 -0400
166
167libnss-nonlocal (1.0-0debathena2) unstable; urgency=low
168
169 * Section: debathena/libs.
170
171 -- Anders Kaseorg <andersk@mit.edu> Mon, 23 Jul 2007 14:14:46 -0400
172
173libnss-nonlocal (1.0-0debathena1) unstable; urgency=low
174
175 * Initial release.
176
177 -- Anders Kaseorg <andersk@mit.edu> Thu, 19 Jul 2007 21:07:50 -0400
This page took 0.026889 seconds and 5 git commands to generate.