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

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