]> mj.ucw.cz Git - nwho.git/blob - ChangeLog
Miscellaneous fixes from patrol and short.
[nwho.git] / ChangeLog
1 Sun Mar 28 22:39:37 1999  Martin Mares  <mj@albireo.ucw.cz>
2
3         * ywho.c: Miscellaneous fixes based on bug reports and patch
4         fragments by Jan Kratochvil <short@ucw.cz> and Pavel Troller
5         <patrol@sinus.cz>. These include support for glibc wide utmp
6         records, dynamic listing sizing, /dev/pts, all-kernel-versions
7         CPU type formatter and several minor fixes not worth mentioning.
8
9 Fri Oct  2 23:33:13 1998  Martin Mares  <mj@albireo.ucw.cz>
10
11         * ywho.c (readutmp): Idle time should be based on atime.
12
13 Fri Oct 17 18:14:18 1997  Martin Mares  <mj@lomikel.karlin.mff.cuni.cz>
14
15         * nwho.c (show_users): Problems with long user names hopefully gone.
16
17 Tue Sep 30 16:52:44 1997  Martin Mares  <mj@lomikel.karlin.mff.cuni.cz>
18
19         * nwho.c (scan): <= instead of < was causing invalid messages
20         about invalid records.
21         (show_uptime): Also shows number of users logged in.
22
23 Fri Sep 26 23:45:57 1997  Martin Mares  <mj@albireo.mj.gts.cz>
24
25         * Added nwhod, nwho and nuptime. Released as version 1.8.
26
27 Ancient history:
28
29  *      1.3 (16-09-96) - idle derived from atime instead of mtime.
30  *                     - displaying of current command fixed.
31  *      1.4 (09-05-97) - "mesg n" state now based on group write
32  *      1.5 (13-07-97) - correctly parses 2.1.X /proc/meminfo
33  *                     - source re-indented
34  *                     - fixed zombie detector
35  *                     - changed rules for kilo/mega/gigabyte printing
36  *      1.6 (29-07-97) - ignores unprintable characters in process cmdlines.
37  *      1.7 (01-09-97) - added missing newline in zombie detector.