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