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