source: trunk/athena/bin/discuss/debian/changelog @ 24478

Revision 24478, 5.6 KB checked in by jdreed, 14 years ago (diff)
In discuss: * Run dsc_setup on behalf of the user, like edsc does. (Trac #426)
Line 
1debathena-discuss (10.0.12-0debathena2) unstable; urgency=low
2
3  * Run dsc_setup on behalf of the user, like edsc does. (Trac #426)
4
5 -- Jonathan Reed <jdreed@mit.edu>  Thu, 08 Apr 2010 20:06:29 -0400
6
7debathena-discuss (10.0.12-0debathena1) unstable; urgency=low
8
9  * Stop using the obsolete AC_TYPE_SIGNAL. (Trac: #347)
10  * Add missing manpages. (Trac: #266)
11
12 -- Evan Broder <broder@mit.edu>  Sun, 15 Nov 2009 17:35:19 -0500
13
14debathena-discuss (10.0.11-0debathena1) unstable; urgency=low
15
16  * Move the single-letter checks in trn_expr.y:yylex to the bottom of the
17    function so that they get caught after commands that start with those
18    letters. (Trac: #346)
19
20 -- Evan Broder <broder@mit.edu>  Sat, 29 Aug 2009 17:20:43 -0400
21
22debathena-discuss (10.0.10-0debathena2) unstable; urgency=low
23
24  * Depend on Kerberos-enabled zephyr instead of build-depending.
25
26 -- Evan Broder <broder@mit.edu>  Mon, 27 Jul 2009 14:38:10 -0400
27
28debathena-discuss (10.0.10-0debathena1) unstable; urgency=low
29
30  * Patch discuss server to work without krb4. Patch by Mitch Berger.
31
32 -- Evan Broder <broder@mit.edu>  Thu, 23 Jul 2009 21:00:55 -0400
33
34debathena-discuss (10.0.9-0debathena1) unstable; urgency=low
35
36  * Fix local/dumb authentication needed for mail delivery and local
37    client usage. Patch by Mitch Berger. (Trac: #274)
38  * Always build without krb4.
39
40 -- Evan Broder <broder@mit.edu>  Wed, 22 Jul 2009 22:58:40 -0400
41
42debathena-discuss (10.0.8-0debathena1) unstable; urgency=low
43
44  * Add one-character aliases to discuss. Patch by Ben Kaduk. (Trac: #238)
45  * Squash some lintian warnings by switching from ${Source-Version} to
46    ${source:Version} and ${binary:Version}
47  * Use HAVE_KRB4 and HAVE_KRB5 instead of KERBEROS and KERBEROS5.
48  * Assorted changes to make discuss work with any combination of krb4 and
49    krb5 (including neither).
50  * Always build our discuss with krb5.
51
52 -- Evan Broder <broder@mit.edu>  Mon, 18 May 2009 23:51:52 -0400
53
54debathena-discuss (10.0.7-0debathena3) unstable; urgency=low
55
56  * Configure the discuss inetd service.
57
58 -- Evan Broder <broder@mit.edu>  Thu, 05 Mar 2009 15:17:20 -0500
59
60debathena-discuss (10.0.7-0debathena2) unstable; urgency=low
61
62  * Change DEB_AUTO_UPDATE_AUTOCONF to 2.50, not 1.
63  * Remove DEB_AUTO_UPDATE_DEBIAN_CONTROL.
64  * Change "Debian-Athena Project" to "Debathena Project".
65  * Remove debian/control from version control.
66  * Clean up debian/copyright.
67
68 -- Tim Abbott <tabbott@mit.edu>  Sat, 24 Jan 2009 14:31:41 -0500
69
70debathena-discuss (10.0.7-0debathena1) unstable; urgency=low
71
72  * Revert a small part of the OS X com_err patch from 10.0.6 in favor of
73    changes to aclocal.m4
74  * Remove hard-coded paths from discuss-mode, in favor of getting them
75    from autoconf.
76  * Remove debathena-machtype as a dependency, as it's no longer needed.
77
78 -- Evan Broder <broder@mit.edu>  Fri, 09 Jan 2009 21:47:33 -0500
79
80debathena-discuss (10.0.6-0debathena1) unstable; urgency=low
81
82  [ Evan Broder ]
83  * Add com_err support for delete and discuss on OS X.
84
85  [ Anders Kaseorg ]
86  * Depend emacs | emacsen instead of emacs22 | emacs21 | emacsen, so that
87    the emacs metapackage is pulled in by default.
88
89 -- Anders Kaseorg <andersk@mit.edu>  Thu, 08 Jan 2009 16:35:04 -0500
90
91debathena-discuss (10.0.5-0debathena1) unstable; urgency=low
92
93  * Fix some trivial typos.
94
95 -- Anders Kaseorg <andersk@mit.edu>  Tue, 19 Aug 2008 16:35:07 -0400
96
97debathena-discuss (10.0.4-0debathena1) unstable; urgency=low
98
99  * Fix a crash bug in edsc on 64-bit platforms.
100  * Fix date display in discuss on 64-bit platforms.
101
102 -- Greg Hudson <ghudson@mit.edu>  Mon, 30 Jun 2008 12:50:56 -0400
103
104debathena-discuss (10.0.3-0debathena1) unstable; urgency=low
105
106  * Fix a crash bug in edsc (int/long mismatch in short_time).
107  * Put edsc crash dumps in /tmp instead of /usr/tmp.
108
109 -- Greg Hudson <ghudson@mit.edu>  Wed, 11 Jun 2008 19:39:38 -0400
110
111debathena-discuss (10.0.2-0debathena1) unstable; urgency=low
112
113  * Stop assuming that long is 32 bits.
114  * Start assuming that int is 32 bits.
115
116 -- Greg Hudson <ghudson@mit.edu>  Wed, 11 Jun 2008 16:29:35 -0400
117
118debathena-discuss (10.0.1-0debathena1) unstable; urgency=low
119
120  * Fix obsolete names for Kerberos library functions, which no longer
121    worked on Mac OS X.  Patch from broder.
122
123 -- Anders Kaseorg <andersk@mit.edu>  Sun, 06 Apr 2008 19:25:13 -0400
124
125debathena-discuss (10.0.0-0debathena2) unstable; urgency=low
126
127  * Actually use SERVERDIR, BINDIR, and INFODIR in config.h.sed.  (The
128    Makefile already interpolates these variables.)
129
130 -- Anders Kaseorg <andersk@mit.edu>  Sun, 06 Apr 2008 17:28:52 -0400
131
132debathena-discuss (10.0.0-0debathena1) unstable; urgency=low
133
134  * Merged quilt patches into mainline Athena tree
135
136 -- Shreevatsa R <vatsa@mit.edu>  Sun,  6 Apr 2008 15:54:22 -0400
137
138debathena-discuss (9.4.41-0debathena2) unstable; urgency=low
139
140  * Add emacs22 as a default alternative to emacs21 | emacsen.
141
142 -- Anders Kaseorg <andersk@mit.edu>  Mon, 29 Oct 2007 21:40:29 -0400
143
144debathena-discuss (9.4.41-0debathena1) unstable; urgency=low
145
146  * New upstream release supporting Kerberos 5.
147
148 -- Anders Kaseorg <andersk@mit.edu>  Thu, 23 Aug 2007 14:28:28 -0400
149
150debathena-discuss (9.4.30-0debathena3) unstable; urgency=low
151
152  * Section: debathena/net.
153
154 -- Anders Kaseorg <andersk@mit.edu>  Tue, 17 Jul 2007 06:33:41 -0400
155
156debathena-discuss (9.4.30-0debathena2) unstable; urgency=low
157
158  * Move edsc to debathena-discuss package.
159  * Don't link libreadline, because libss is stupid and tries to do so at
160    runtime.
161
162 -- Anders Kaseorg <andersk@mit.edu>  Tue, 17 Jul 2007 03:37:48 -0400
163
164debathena-discuss (9.4.30-0debathena1) unstable; urgency=low
165
166  * Initial release.
167
168 -- Anders Kaseorg <andersk@mit.edu>  Tue, 30 Jan 2007 22:57:54 -0500
Note: See TracBrowser for help on using the repository browser.