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