]> mj.ucw.cz Git - nwho.git/blobdiff - ChangeLog
Killed another reference to <asm/types.h>
[nwho.git] / ChangeLog
index 779e9935616ee048325f48ad0a0cb67030236ac2..6ca01fdc51d124226ac7be5b4439bd6827decb7e 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,47 @@
+2002-11-06  Martin Mares  <mj@ucw.cz>
+
+       * nwhod.c (net_init): Added missing htons() on port number.
+
+       * Released as version 1.12 (note that this version is incompatible
+       with 1.11 and 1.10 peers as they use the wrong port number unless
+       they run on big-endian machines).
+
+2002-10-04  Martin Mares  <mj@ucw.cz>
+
+       * When a server stops responding, keep its record for a longer
+       time, but report the server as down. DEFAULT_DOWN_TIME and
+       DEFAULT_DEAD_TIME in net.h control the parameters. Requested
+       by Pavel Troller <patrol@sinus.cz>.
+
+       * Released as version 1.11.
+
+2002-07-06  Martin Mares  <mj@atrey.karlin.mff.cuni.cz>
+
+       * Makefile: Split ywho and nwho. Released as version 1.10.
+
+2002-03-22  Martin Mares  <mj@ucw.cz>
+
+       * nwhod.c: Use a hard-coded port number instead of pondering on /etc/services.
+
+       * nwhod.c: Added proper daemonization.
+
+2002-03-22  Martin Mares  <mj@ucw.cz>
+
+       * Split ywho and nwho.
+
+       * net.h: State is now kept in /var/state/nwho.
+
+2001-02-06  Martin Mares  <mj@atrey.karlin.mff.cuni.cz>
+
+       * Released as version 1.9.
+
+       * ywho.c: Killed a Y2K bug. Lots of cosmetic changes.
+       (readutmp): Better formatting of tty names.
+
+       * nwho.c, nwhod.c, net.h: Pass longer tty names. Unfortunately
+       this required a change of packet format, hence addition of magic
+       numbers at the start of the packet.
+
 Sun Mar 28 22:39:37 1999  Martin Mares  <mj@albireo.ucw.cz>
 
        * ywho.c: Miscellaneous fixes based on bug reports and patch