source: trunk/athena/bin/finger/debian/changelog @ 24291

Revision 24291, 3.1 KB checked in by geofft, 14 years ago (diff)
In finger: * Change ^ 100 to ^ 0100, since this code appears to be intended to do something to sanitize control characters. Setting bit 0100 (01000000) for characters under 32 converts them to the corresponding uppercase ASCII letter (e.g., ^A to A); XORing them with decimal 100 (01100100) is meaningless. * Pass through characters that are not in the ASCII set unsanitized. This allows .plans and .projects with UTF-8 text to be displayed.
Line 
1debathena-finger (10.0.2-0debathena1) karmic; urgency=low
2
3  * Change ^ 100 to ^ 0100, since this code appears to be intended to do
4    something to sanitize control characters. Setting bit 0100
5    (01000000) for characters under 32 converts them to the
6    corresponding uppercase ASCII letter (e.g., ^A to A); XORing them
7    with decimal 100 (01100100) is meaningless.
8  * Pass through characters that are not in the ASCII set unsanitized.
9    This allows .plans and .projects with UTF-8 text to be displayed.
10
11 -- Geoffrey Thomas <geofft@mit.edu>  Tue, 02 Feb 2010 22:06:04 -0500
12
13debathena-finger (10.0.1-0debathena3) unstable; urgency=low
14
15  * Prefer newer versions of the Kerberized zephyr libraries over older
16    ones.
17
18 -- Evan Broder <broder@mit.edu>  Tue, 28 Jul 2009 13:49:30 -0400
19
20debathena-finger (10.0.1-0debathena2) unstable; urgency=low
21
22  * Drop unneeded build-dep on libzephyr3-krb.
23
24 -- Evan Broder <broder@mit.edu>  Mon, 27 Jul 2009 14:01:25 -0400
25
26debathena-finger (10.0.1-0debathena1) unstable; urgency=low
27
28  * Instead of explicitly linking against krb4, let libzephyr pull in
29    whatever it needs.
30
31 -- Evan Broder <broder@mit.edu>  Mon, 27 Jul 2009 13:09:58 -0400
32
33debathena-finger (10.0.0-0debathena4) unstable; urgency=low
34
35  * debathena-finger doesn't install a /usr/bin/finger, so it shouldn't
36    Provides: finger
37
38 -- Evan Broder <broder@mit.edu>  Sat, 07 Mar 2009 20:24:52 -0500
39
40debathena-finger (10.0.0-0debathena3) unstable; urgency=low
41
42  * Change DEB_AUTO_UPDATE_AUTOCONF to 2.50, not 1.
43  * Remove DEB_AUTO_UPDATE_DEBIAN_CONTROL.
44  * Change "Debian-Athena Project" to "Debathena Project".
45  * Remove debian/control from version control.
46  * Clean up debian/copyright.
47
48 -- Tim Abbott <tabbott@mit.edu>  Sat, 24 Jan 2009 14:33:56 -0500
49
50debathena-finger (10.0.0-0debathena2) unstable; urgency=low
51
52  * Remove ancient finger.debathena diversion transition code.
53
54 -- Tim Abbott <tabbott@mit.edu>  Tue, 22 Apr 2008 05:57:08 -0400
55
56debathena-finger (10.0.0-0debathena1) unstable; urgency=low
57
58  * Merged quilt patches into mainline Athena tree
59
60 -- Shreevatsa R <vatsa@mit.edu>  Sun,  6 Apr 2008 15:55:44 -0400
61
62debathena-finger (9.4.10-0debathena5) unstable; urgency=low
63
64  * Changed finger to assume the -m option, since trying to match against
65    the users in the passwd file is nearly useless on Debian-Athena.
66
67 -- Tim Abbott <tabbott@mit.edu>  Sun, 12 Aug 2007 01:45:34 -0400
68
69debathena-finger (9.4.10-0debathena4) unstable; urgency=low
70
71  * Don't undivert manpage because it was never diverted.
72
73 -- Anders Kaseorg <andersk@mit.edu>  Mon, 06 Aug 2007 21:42:21 -0400
74
75debathena-finger (9.4.10-0debathena3) unstable; urgency=low
76
77  * Undivert finger binary and manpage on upgrade from pre-9.4 versions.
78
79 -- Anders Kaseorg <andersk@mit.edu>  Mon, 06 Aug 2007 02:24:12 -0400
80
81debathena-finger (9.4.10-0debathena2) unstable; urgency=low
82
83  * Move finger to finger.debathena.
84  * Silence errors on failure to zlocate users.
85
86 -- Anders Kaseorg <andersk@mit.edu>  Thu, 12 Jul 2007 22:53:41 -0400
87
88debathena-finger (9.4.10-0debathena1) unstable; urgency=low
89
90  * Initial release.
91
92 -- Anders Kaseorg <andersk@mit.edu>  Tue, 30 Jan 2007 01:07:48 -0500
Note: See TracBrowser for help on using the repository browser.