X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;f=ChangeLog;h=6ca01fdc51d124226ac7be5b4439bd6827decb7e;hb=ec042715c96c8f88f4ce70f509bac9f82af7e8d6;hp=e3f8117b7556f6216fd76a8e94a0015f1b6a6ecd;hpb=c990fe545da24cbb97de65f4ef5827848f981234;p=nwho.git diff --git a/ChangeLog b/ChangeLog index e3f8117..6ca01fd 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,24 @@ +2002-11-06 Martin Mares + + * 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 + + * 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 . + + * Released as version 1.11. + +2002-07-06 Martin Mares + + * Makefile: Split ywho and nwho. Released as version 1.10. + 2002-03-22 Martin Mares * nwhod.c: Use a hard-coded port number instead of pondering on /etc/services.