source: trunk/debathena/config/alpine-config/debian/changelog @ 24485

Revision 24485, 4.8 KB checked in by lizdenys, 14 years ago (diff)
In alpine-config: * Added conflicts and provides entries for diversions (Trac: #535).
Line 
1debathena-alpine-config (1.15.2) unstable; urgency=low
2
3  * Added conflicts and provides entries for diversions (Trac: #535).
4
5 -- Liz A. Denys <lizdenys@mit.edu>  Mon, 12 Apr 2010 23:36:58 -0400
6
7debathena-alpine-config (1.15.1) unstable; urgency=low
8
9  * Don't rewrite ~/.pinerc with sed if we're going to end up not
10    changing it.
11
12 -- Geoffrey Thomas <geofft@mit.edu>  Wed, 03 Feb 2010 10:56:34 -0500
13
14debathena-alpine-config (1.15) unstable; urgency=low
15
16  * Alpine doesn't parse ${ATHENA_USER:-$USER} as we'd want, so stop
17    doing that and make sure $ATHENA_USER is set in the wrapper script
18    (Trac: #413).
19  * If you ended up with mit.edu/hesiod/imap copied to your own .pinerc,
20    replace that with a working inbox string without /hesiod (Trac: #159).
21
22 -- Geoffrey Thomas <geofft@mit.edu>  Fri, 22 Jan 2010 00:50:55 -0500
23
24debathena-alpine-config (1.14.1) unstable; urgency=low
25
26  * Revert 1.14, because it doesn't appear to be necessary anymore.
27
28 -- Evan Broder <broder@mit.edu>  Mon, 12 Oct 2009 19:41:06 -0400
29
30debathena-alpine-config (1.14) unstable; urgency=low
31
32  * Replace the old creatdir patch from the debathenified alpine with
33    equivalent code in the alpine wrapper script.
34
35 -- Evan Broder <broder@mit.edu>  Mon, 12 Oct 2009 19:15:52 -0400
36
37debathena-alpine-config (1.13) unstable; urgency=low
38
39  * Disable GSSAPI on the command line if the user doesn't have tickets.
40
41 -- Evan Broder <broder@mit.edu>  Mon, 05 Oct 2009 11:09:50 -0400
42
43debathena-alpine-config (1.12) unstable; urgency=low
44
45  * Switch to using $USER.mail.mit.edu instead of Hesiod, eliminating the
46    need for a Debathenified alpine.
47  * TODO: Figure out what to do about alpine-1.00-creatdir.patch
48
49 -- Evan Broder <broder@mit.edu>  Tue, 29 Sep 2009 12:09:58 -0400
50
51debathena-alpine-config (1.11.3) unstable; urgency=low
52
53  * Suppress a Hesiod error when running alpine on a non-Athena account.
54
55 -- Geoffrey Thomas <geofft@mit.edu>  Sun, 20 Sep 2009 09:28:23 -0400
56
57debathena-alpine-config (1.11.2) unstable; urgency=low
58
59  * Explicitly exec alpine.debathena-orig in the wrapper script in case
60    it's run as `pine`. (Trac: #323)
61
62 -- Evan Broder <broder@mit.edu>  Thu, 30 Jul 2009 07:46:45 -0700
63
64debathena-alpine-config (1.11.1) unstable; urgency=low
65
66  * Fix the alpine wrapper script to not pass extra empty arguments to
67    alpine.
68
69 -- Evan Broder <broder@mit.edu>  Thu, 30 Jul 2009 00:27:57 -0700
70
71debathena-alpine-config (1.11) unstable; urgency=low
72
73  * Disable GSSAPI from the command line if the user is on
74    Exchange. (Trac: #312)
75
76 -- Evan Broder <broder@mit.edu>  Thu, 30 Jul 2009 00:00:39 -0700
77
78debathena-alpine-config (1.10) unstable; urgency=low
79
80  * Use SSL for the default folder collection. This is necessary for
81    Exchange to work.
82
83 -- Evan Broder <broder@mit.edu>  Mon, 27 Jul 2009 19:23:11 -0400
84
85debathena-alpine-config (1.9) unstable; urgency=low
86
87  * Add old MH and Pine folders to folder-collections. (Trac: #220)
88
89 -- Evan Broder <broder@mit.edu>  Mon, 18 May 2009 15:04:56 -0400
90
91debathena-alpine-config (1.8) unstable; urgency=low
92
93  * Remove typoed close-brackets.
94
95 -- Evan Broder <broder@mit.edu>  Mon, 30 Mar 2009 09:10:02 -0400
96
97debathena-alpine-config (1.7) unstable; urgency=low
98
99  * Try ATHENA_USER, then USER for the username to use when doing the
100    Hesiod lookup and conncting to the mail server.
101
102 -- Evan Broder <broder@mit.edu>  Mon, 30 Mar 2009 09:00:08 -0400
103
104debathena-alpine-config (1.6) unstable; urgency=low
105
106  * Add back missing trailing commas in feature-list.
107
108 -- Evan Broder <broder@mit.edu>  Sat, 14 Mar 2009 01:41:37 -0400
109
110debathena-alpine-config (1.5) unstable; urgency=low
111
112  * Depend on alpine instead of only recommending it.
113  * Revert 1.4; this is being handled upstream.
114  * Use DEB_TRANSFORM_FILES to isolate our changes to the default config.
115  * Wipe out a few Lintian warnings:
116    * Missing manpage
117    * Specify version of debianutils
118
119 -- Evan Broder <broder@mit.edu>  Sat, 14 Mar 2009 00:43:01 -0400
120
121debathena-alpine-config (1.4) unstable; urgency=low
122
123  * Set the default spell checking program to `aspell -c`.
124
125 -- Geoffrey Thomas <geofft@mit.edu>  Tue, 10 Mar 2009 21:37:53 -0400
126
127debathena-alpine-config (1.3) unstable; urgency=low
128
129  * Remove DEB_AUTO_UPDATE_DEBIAN_CONTROL.
130  * Change "Debian-Athena Project" to "Debathena Project".
131  * Remove debian/control from version control.
132  * Clean up debian/copyright.
133
134 -- Tim Abbott <tabbott@mit.edu>  Sat, 24 Jan 2009 17:06:15 -0500
135
136debathena-alpine-config (1.2) unstable; urgency=low
137
138  * Use config-package-dev
139
140 -- Evan Broder <broder@mit.edu>  Sat, 29 Nov 2008 12:36:43 -0500
141
142debathena-alpine-config (1.1) unstable; urgency=low
143
144  * Pull in alpine; recommend the debathenified version.
145
146 -- Greg Hudson <ghudson@mit.edu>  Wed, 16 Jul 2008 15:30:59 -0400
147
148debathena-alpine-config (1.0) unstable; urgency=low
149
150  * Initial release.
151
152 -- Greg Hudson <ghudson@mit.edu>  Fri, 11 Jul 2008 13:50:49 -0400
Note: See TracBrowser for help on using the repository browser.