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