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