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

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