source: trunk/debathena/config/kerberos-config/debian/changelog @ 24722

Revision 24722, 5.2 KB checked in by broder, 14 years ago (diff)
In kerberos-config: * Fix cleanup of old apparmor diversions in the postinst.
Line 
1debathena-kerberos-config (1.11) unstable; urgency=low
2
3  * Fix cleanup of old apparmor diversions in the postinst.
4
5 -- Evan Broder <broder@mit.edu>  Sat, 12 Jun 2010 21:51:39 -0400
6
7debathena-kerberos-config (1.10) unstable; urgency=low
8
9  [ Greg Brockman ]
10  * Moved apparmor config into apparmor-config package. (Trac: #498)
11
12  [ Evan Broder ]
13  * Only reload apparmor in the postinst, not the postrm, and only if it
14    was previously running. (Trac: #506)
15  * Recommend the new apparmor-config package.
16  * Bump Debian standards version and debhelper compatibility level.
17
18 -- Evan Broder <broder@mit.edu>  Sat, 12 Jun 2010 21:08:31 -0400
19
20debathena-kerberos-config (1.9) unstable; urgency=low
21
22  * Set allow_weak_crypto = true so that krb5 1.8 will still talk to the
23    ATHENA.MIT.EDU KDC. (Trac: #488)
24  * Test for krb5 1.7 using krb5-user instead of krb5-clients, since
25    krb5-clients is being seprated into a separate source package.
26
27 -- Evan Broder <broder@mit.edu>  Fri, 22 Jan 2010 19:54:09 -0500
28
29debathena-kerberos-config (1.8.2) unstable; urgency=low
30
31  * Apparently /etc/apparmor.d/abstractions/kerberosclient has to still
32    exist, so switch back to DEB_TRANSFORM_FILES for that, but keep using
33    DEB_REMOVE_FILES for the CUPS config file.
34
35 -- Evan Broder <broder@mit.edu>  Tue, 20 Oct 2009 15:13:00 -0400
36
37debathena-kerberos-config (1.8.1) unstable; urgency=low
38
39  * Clean up the upgrade path from 1.7 by undoing the DEB_TRANSFORM_FILES
40    before replacing it with a DEB_REMOVE_FILES.
41
42 -- Evan Broder <broder@mit.edu>  Tue, 20 Oct 2009 14:25:42 -0400
43
44debathena-kerberos-config (1.8) unstable; urgency=low
45
46  * Cleanup after a filename typo in 1.7.1 (usr.sbin.cups.debathena
47    shouldn't exist). (Trac: #319)
48  * Reload apparmor on upgrades (Trac: #326)
49  * Only configure krb4 on systems that have it. (Trac: #379)
50
51 -- Evan Broder <broder@mit.edu>  Sat, 17 Oct 2009 15:16:45 -0400
52
53debathena-kerberos-config (1.7.1) unstable; urgency=low
54
55  * Don't have AppArmor attempt to load all three of
56    usr.sbin.cupsd{,.debathena,.debathena-orig}. While it just so happened
57    to get the first one and fail the other two, that's less than ideal.
58
59 -- Geoffrey Thomas <geofft@mit.edu>  Thu, 14 May 2009 21:36:46 -0400
60
61debathena-kerberos-config (1.7) unstable; urgency=low
62
63  * Add missing build-deps for apparmor transformations.
64  * But only if apparmor is available on the platform we're building
65    for. (Trac: #174)
66
67 -- Evan Broder <broder@mit.edu>  Thu, 30 Apr 2009 07:45:24 -0400
68
69debathena-kerberos-config (1.6) unstable; urgency=low
70
71  * Transform things in /etc/apparmor.d, if they exist, to permit
72    reading /etc/krb5.conf.debathena in addition to /etc/krb5.conf. This
73    should suppress audit errors on Intrepid with cupsd.
74
75 -- Geoffrey Thomas <geofft@mit.edu>  Mon, 23 Mar 2009 01:17:26 -0400
76
77debathena-kerberos-config (1.5) unstable; urgency=low
78
79  * Add support for ATHENA.MIT.EDU being the default realm in
80    /usr/share/kerberos-configs/krb.conf.template, as it is in
81    kerberos-configs >= 1.22.
82
83 -- Tim Abbott <tabbott@mit.edu>  Sat, 07 Feb 2009 16:37:29 -0500
84
85debathena-kerberos-config (1.4) unstable; urgency=low
86
87  * Remove DEB_AUTO_UPDATE_DEBIAN_CONTROL.
88  * Change "Debian-Athena Project" to "Debathena Project".
89  * Remove debian/control from version control.
90  * Clean up debian/copyright.
91
92 -- Tim Abbott <tabbott@mit.edu>  Sat, 24 Jan 2009 16:19:42 -0500
93
94debathena-kerberos-config (1.3) unstable; urgency=low
95
96  * Add ntp | to the list of versioned dependencies, since ntp no longer
97    provides ntp-server in lenny.
98
99 -- Tim Abbott <tabbott@mit.edu>  Sun, 04 May 2008 15:51:42 -0400
100
101debathena-kerberos-config (1.2) unstable; urgency=low
102
103  * Convert to use config-package.mk interface, new in config-package-
104    dev 4.5
105  * Replace DEB_REPLACE_FILES with DEB_TRANSFORM_FILES, as this was
106    renamed in config-package-dev 4.5
107
108 -- Tim Abbott <tabbott@mit.edu>  Mon, 21 Apr 2008 19:05:53 -0400
109
110debathena-kerberos-config (1.1) unstable; urgency=low
111
112  * Changed rules and control files to use new config-package-dev interface.
113    Put 3 transforms in seperate transform files.
114
115 -- Michael Y McCanna <acrefoot@mit.edu>  Sun,  6 Apr 2008 18:56:49 -0400
116
117debathena-kerberos-config (1.0debathena5) unstable; urgency=low
118
119  * Use new check-conffiles interface from debathena-config-build-common
120    3.5.
121
122 -- Anders Kaseorg <andersk@mit.edu>  Wed, 15 Aug 2007 02:52:54 -0400
123
124debathena-kerberos-config (1.0debathena4) unstable; urgency=low
125
126  * Rebuild against debathena-config-build-common 3.4.
127
128 -- Anders Kaseorg <andersk@mit.edu>  Mon, 06 Aug 2007 21:57:07 -0400
129
130debathena-kerberos-config (1.0debathena3) unstable; urgency=low
131
132  * More robust perl for constructing config files.
133
134 -- Anders Kaseorg <andersk@mit.edu>  Mon, 06 Aug 2007 01:50:14 -0400
135
136debathena-kerberos-config (1.0debathena2) unstable; urgency=low
137
138  * Move conffiles test to config-build-common.
139
140 -- Anders Kaseorg <andersk@mit.edu>  Fri, 03 Aug 2007 19:20:45 -0400
141
142debathena-kerberos-config (1.0debathena1) unstable; urgency=low
143
144  * Rebuild with debathena-config-build-common 3.1.
145
146 -- Anders Kaseorg <andersk@mit.edu>  Wed, 18 Jul 2007 01:20:57 -0400
147
148debathena-kerberos-config (1.0) unstable; urgency=low
149
150  * Initial release.
151
152 -- Anders Kaseorg <andersk@mit.edu>  Fri, 13 Jul 2007 16:04:38 -0400
Note: See TracBrowser for help on using the repository browser.