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