]> mj.ucw.cz Git - nwho.git/blobdiff - ChangeLog
Make the systemd service be ordered after autofs.service, so that it is ordered befor...
[nwho.git] / ChangeLog
index d12890a4394883fefc0180597915ab14429d12c6..cf450f6d9c13b3f751aa4d8ae5b81772d8d8a870 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,50 @@
+2018-02-15  Martin Mares <mj@ucw.cz>
+
+       * Added non-daemonizing mode and a systemd unit file.
+
+       * Released as version 1.15.
+
+2015-10-09  Martin Mares <mj@ucw.cz>
+
+       * nwhod.c: Fixed a bug in initialization of packet buffer.
+
+       * Released as version 1.14.
+
+2010-12-31  Martin Mares  <mj@ucw.cz>
+
+       * Implemented sorting by hosts.
+
+       * Various cleanups and minor fixes.
+
+       * Released as version 1.13.
+
+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.