1 | debathena-firefox-wrapper (10.0.12) UNRELEASED; urgency=low |
---|
2 | |
---|
3 | * Bump debian/compat to 6 |
---|
4 | |
---|
5 | -- Jonathan Reed <jdreed@mit.edu> Sun, 01 Jul 2012 12:21:43 -0400 |
---|
6 | |
---|
7 | debathena-firefox-wrapper (10.0.11) unstable; urgency=low |
---|
8 | |
---|
9 | * No change rebuild to pick up config-package-dev 4.13 changes |
---|
10 | |
---|
11 | -- Jonathan Reed <jdreed@mit.edu> Wed, 26 Oct 2011 18:35:19 -0400 |
---|
12 | |
---|
13 | debathena-firefox-wrapper (10.0.10) unstable; urgency=low |
---|
14 | |
---|
15 | * Force the dialog buttons to be "OK" and "Cancel". (At some point |
---|
16 | they started defaulting to "Yes" and "No".) |
---|
17 | |
---|
18 | -- Geoffrey Thomas <geofft@mit.edu> Fri, 14 Oct 2011 21:35:12 -0400 |
---|
19 | |
---|
20 | debathena-firefox-wrapper (10.0.9) unstable; urgency=low |
---|
21 | |
---|
22 | * Use modutil to detect when a user has borked their security database |
---|
23 | (Trac: #698) |
---|
24 | * Add dependency on libnss3-tools for the above change |
---|
25 | |
---|
26 | -- Jonathan Reed <jdreed@mit.edu> Tue, 14 Jun 2011 13:00:17 -0400 |
---|
27 | |
---|
28 | debathena-firefox-wrapper (10.0.8) unstable; urgency=low |
---|
29 | |
---|
30 | * Rename the "default" variable used in the wrapper's awk |
---|
31 | script for parsing profiles.ini, as it is now a reserved |
---|
32 | keyword in new awk versions. (Trac: #605) |
---|
33 | |
---|
34 | -- Robert Basch <rbasch@mit.edu> Mon, 14 Jun 2010 16:21:46 -0400 |
---|
35 | |
---|
36 | debathena-firefox-wrapper (10.0.7) unstable; urgency=low |
---|
37 | |
---|
38 | * When creating the profile directory, whitelist the user in the AFS ACL |
---|
39 | instead of blacklisting system:anyuser and system:authuser. |
---|
40 | |
---|
41 | -- Evan Broder <broder@mit.edu> Wed, 22 Jul 2009 13:23:17 -0400 |
---|
42 | |
---|
43 | debathena-firefox-wrapper (10.0.6) unstable; urgency=low |
---|
44 | |
---|
45 | * Handle net 127 IP addresses in profile lock symlink. |
---|
46 | * Remove setting of plugin path. |
---|
47 | * Remove configuring fontconfig for MathML fonts in infoagents |
---|
48 | locker (which should no longer be used, and do not seem to work |
---|
49 | anyway). |
---|
50 | * Remove attaching of lockers (infoagents, acro); these should |
---|
51 | not be used anymore. |
---|
52 | * Update dependencies: add bind9-host, remove debathena-attach |
---|
53 | |
---|
54 | -- Robert Basch <rbasch@mit.edu> Fri, 13 Mar 2009 17:59:18 -0400 |
---|
55 | |
---|
56 | debathena-firefox-wrapper (10.0.5) unstable; urgency=low |
---|
57 | |
---|
58 | * Remove DEB_AUTO_UPDATE_DEBIAN_CONTROL. |
---|
59 | * Change "Debian-Athena Project" to "Debathena Project". |
---|
60 | * Remove debian/control from version control. |
---|
61 | * Clean up debian/copyright. |
---|
62 | |
---|
63 | -- Tim Abbott <tabbott@mit.edu> Sat, 24 Jan 2009 14:35:25 -0500 |
---|
64 | |
---|
65 | debathena-firefox-wrapper (10.0.4) unstable; urgency=low |
---|
66 | |
---|
67 | * Use firefox's -remote option to ping a running instance, as |
---|
68 | the availability and location of mozilla-xremote-client varies |
---|
69 | between distributions and versions. |
---|
70 | * Use a zenity question dialog instead of a warning, since in |
---|
71 | later zenity versions the warning does not include a Cancel |
---|
72 | button. |
---|
73 | * Redirect fs output to /dev/null. |
---|
74 | * Add dependencies on zenity, debathena-attach. |
---|
75 | * Remove the dependency on lsb-release. |
---|
76 | |
---|
77 | -- Robert Basch <rbasch@mit.edu> Sun, 06 Jul 2008 13:23:54 -0400 |
---|
78 | |
---|
79 | debathena-firefox-wrapper (10.0.3) unstable; urgency=low |
---|
80 | |
---|
81 | * Punt Debian version component; we are no longer treating wrapper |
---|
82 | scripts as portable software. |
---|
83 | * Punt autoconf goo and use a Makefile instead. |
---|
84 | |
---|
85 | -- Greg Hudson <ghudson@mit.edu> Tue, 03 Jun 2008 17:56:22 -0400 |
---|
86 | |
---|
87 | debathena-firefox-wrapper (10.0.2-0debathena1) unstable; urgency=low |
---|
88 | |
---|
89 | * Handle a profile directory name containing whitespace, when |
---|
90 | parsing the contents of the lock symlink. |
---|
91 | |
---|
92 | -- Robert Basch <rbasch@mit.edu> Fri, 09 May 2008 17:30:11 -0400 |
---|
93 | |
---|
94 | debathena-firefox-wrapper (10.0.1-0debathena3) unstable; urgency=low |
---|
95 | |
---|
96 | * Fix missing DEB_DIVERT_EXTENSION. |
---|
97 | |
---|
98 | -- Tim Abbott <tabbott@mit.edu> Tue, 29 Apr 2008 23:28:29 -0400 |
---|
99 | |
---|
100 | debathena-firefox-wrapper (10.0.1-0debathena2) unstable; urgency=low |
---|
101 | |
---|
102 | * Convert to use new config-package-dev interfaces. |
---|
103 | |
---|
104 | -- Tim Abbott <tabbott@mit.edu> Tue, 22 Apr 2008 03:48:38 -0400 |
---|
105 | |
---|
106 | debathena-firefox-wrapper (10.0.1-0debathena1) unstable; urgency=low |
---|
107 | |
---|
108 | * firefox.sh: Fix typo in test for distribution. |
---|
109 | * debian/rules: remove unecessary lsb_release code, now that the |
---|
110 | relevant distribution test is in firefox.sh. |
---|
111 | * debian/control.in: move lsb_release from build-depends to depends. |
---|
112 | |
---|
113 | -- Tim Abbott <tabbott@mit.edu> Mon, 17 Mar 2008 21:08:26 -0400 |
---|
114 | |
---|
115 | debathena-firefox-wrapper (10.0.0-0debathena1) unstable; urgency=low |
---|
116 | |
---|
117 | * Patches folded into main source. |
---|
118 | |
---|
119 | -- Greg Hudson <ghudson@equal-rites.mit.edu> Fri, 07 Mar 2008 11:02:08 -0500 |
---|
120 | |
---|
121 | debathena-firefox-wrapper (9.4.39+cvs20070623-0debathena1) unstable; urgency=low |
---|
122 | |
---|
123 | * Initial release. |
---|
124 | |
---|
125 | -- Anders Kaseorg <andersk@mit.edu> Sat, 08 Sep 2007 18:22:52 -0400 |
---|