source: trunk/debathena/debathena/libnss-nonlocal/debian/changelog @ 24585

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