From 163145587377f93079e146517c98c5cb9b01c9a3 Mon Sep 17 00:00:00 2001 From: Martin Mares Date: Fri, 9 Oct 2015 14:39:38 +0200 Subject: [PATCH] Released as 1.14. --- ChangeLog | 14 ++++++++++++++ Makefile | 2 +- debian/changelog | 6 ++++++ 3 files changed, 21 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 6ca01fd..b55475c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,17 @@ +2015-10-09 Martin Mares + + * nwhod.c: Fixed a bug in initialization of packet buffer. + + * Released as version 1.14. + +2010-12-31 Martin Mares + + * Implemented sorting by hosts. + + * Various cleanups and minor fixes. + + * Released as version 1.13. + 2002-11-06 Martin Mares * nwhod.c (net_init): Added missing htons() on port number. diff --git a/Makefile b/Makefile index 379cd07..b38e092 100644 --- a/Makefile +++ b/Makefile @@ -3,7 +3,7 @@ CFLAGS=-O2 -Wall -Wextra -Wno-parentheses -DVERSION=$(VERSION) -std=gnu99 LDFLAGS=-s ROOT=/ -VERSION=1.13 +VERSION=1.14 ARCHIVE=nwho-$(VERSION).tar.gz all: nwhod nwho diff --git a/debian/changelog b/debian/changelog index 9d85506..8a5651e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +nwho (1.14) stable; urgency=low + + * New upstream version. + + -- Martin Mares Fri, 09 Oct 2015 14:39:27 +0200 + nwho (1.13) unstable; urgency=low * New upstream version. -- 2.39.2