From: Martin Mares Date: Thu, 15 Feb 2018 17:04:05 +0000 (+0100) Subject: Released as version 1.15 X-Git-Url: http://mj.ucw.cz/gitweb/?a=commitdiff_plain;h=5ccef8c31f4cdc3ff87510fe57ed5b36785265e9;p=nwho.git Released as version 1.15 --- diff --git a/ChangeLog b/ChangeLog index b55475c..cf450f6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2018-02-15 Martin Mares + + * Added non-daemonizing mode and a systemd unit file. + + * Released as version 1.15. + 2015-10-09 Martin Mares * nwhod.c: Fixed a bug in initialization of packet buffer. diff --git a/Makefile b/Makefile index b38e092..362a9af 100644 --- a/Makefile +++ b/Makefile @@ -3,7 +3,7 @@ CFLAGS=-O2 -Wall -Wextra -Wno-parentheses -DVERSION=$(VERSION) -std=gnu99 LDFLAGS=-s ROOT=/ -VERSION=1.14 +VERSION=1.15 ARCHIVE=nwho-$(VERSION).tar.gz all: nwhod nwho