]> mj.ucw.cz Git - nwho.git/blob - ChangeLog
Fixup for the previous commit
[nwho.git] / ChangeLog
1 2018-02-15  Martin Mares <mj@ucw.cz>
2
3         * Added non-daemonizing mode and a systemd unit file.
4
5         * Released as version 1.15.
6
7 2015-10-09  Martin Mares <mj@ucw.cz>
8
9         * nwhod.c: Fixed a bug in initialization of packet buffer.
10
11         * Released as version 1.14.
12
13 2010-12-31  Martin Mares  <mj@ucw.cz>
14
15         * Implemented sorting by hosts.
16
17         * Various cleanups and minor fixes.
18
19         * Released as version 1.13.
20
21 2002-11-06  Martin Mares  <mj@ucw.cz>
22
23         * nwhod.c (net_init): Added missing htons() on port number.
24
25         * Released as version 1.12 (note that this version is incompatible
26         with 1.11 and 1.10 peers as they use the wrong port number unless
27         they run on big-endian machines).
28
29 2002-10-04  Martin Mares  <mj@ucw.cz>
30
31         * When a server stops responding, keep its record for a longer
32         time, but report the server as down. DEFAULT_DOWN_TIME and
33         DEFAULT_DEAD_TIME in net.h control the parameters. Requested
34         by Pavel Troller <patrol@sinus.cz>.
35
36         * Released as version 1.11.
37
38 2002-07-06  Martin Mares  <mj@atrey.karlin.mff.cuni.cz>
39
40         * Makefile: Split ywho and nwho. Released as version 1.10.
41
42 2002-03-22  Martin Mares  <mj@ucw.cz>
43
44         * nwhod.c: Use a hard-coded port number instead of pondering on /etc/services.
45
46         * nwhod.c: Added proper daemonization.
47
48 2002-03-22  Martin Mares  <mj@ucw.cz>
49
50         * Split ywho and nwho.
51
52         * net.h: State is now kept in /var/state/nwho.
53
54 2001-02-06  Martin Mares  <mj@atrey.karlin.mff.cuni.cz>
55
56         * Released as version 1.9.
57
58         * ywho.c: Killed a Y2K bug. Lots of cosmetic changes.
59         (readutmp): Better formatting of tty names.
60
61         * nwho.c, nwhod.c, net.h: Pass longer tty names. Unfortunately
62         this required a change of packet format, hence addition of magic
63         numbers at the start of the packet.
64
65 Sun Mar 28 22:39:37 1999  Martin Mares  <mj@albireo.ucw.cz>
66
67         * ywho.c: Miscellaneous fixes based on bug reports and patch
68         fragments by Jan Kratochvil <short@ucw.cz> and Pavel Troller
69         <patrol@sinus.cz>. These include support for glibc wide utmp
70         records, dynamic listing sizing, /dev/pts, all-kernel-versions
71         CPU type formatter and several minor fixes not worth mentioning.
72
73 Fri Oct  2 23:33:13 1998  Martin Mares  <mj@albireo.ucw.cz>
74
75         * ywho.c (readutmp): Idle time should be based on atime.
76
77 Fri Oct 17 18:14:18 1997  Martin Mares  <mj@lomikel.karlin.mff.cuni.cz>
78
79         * nwho.c (show_users): Problems with long user names hopefully gone.
80
81 Tue Sep 30 16:52:44 1997  Martin Mares  <mj@lomikel.karlin.mff.cuni.cz>
82
83         * nwho.c (scan): <= instead of < was causing invalid messages
84         about invalid records.
85         (show_uptime): Also shows number of users logged in.
86
87 Fri Sep 26 23:45:57 1997  Martin Mares  <mj@albireo.mj.gts.cz>
88
89         * Added nwhod, nwho and nuptime. Released as version 1.8.
90
91 Ancient history:
92
93  *      1.3 (16-09-96) - idle derived from atime instead of mtime.
94  *                     - displaying of current command fixed.
95  *      1.4 (09-05-97) - "mesg n" state now based on group write
96  *      1.5 (13-07-97) - correctly parses 2.1.X /proc/meminfo
97  *                     - source re-indented
98  *                     - fixed zombie detector
99  *                     - changed rules for kilo/mega/gigabyte printing
100  *      1.6 (29-07-97) - ignores unprintable characters in process cmdlines.
101  *      1.7 (01-09-97) - added missing newline in zombie detector.