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