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