From 5ccef8c31f4cdc3ff87510fe57ed5b36785265e9 Mon Sep 17 00:00:00 2001 From: Martin Mares Date: Thu, 15 Feb 2018 18:04:05 +0100 Subject: [PATCH] Released as version 1.15 --- ChangeLog | 6 ++++++ Makefile | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) 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 -- 2.39.2