]> mj.ucw.cz Git - nwho.git/commitdiff
Released as 1.14. v1.14
authorMartin Mares <mj@ucw.cz>
Fri, 9 Oct 2015 12:39:38 +0000 (14:39 +0200)
committerMartin Mares <mj@ucw.cz>
Fri, 9 Oct 2015 12:44:51 +0000 (14:44 +0200)
ChangeLog
Makefile
debian/changelog

index 6ca01fdc51d124226ac7be5b4439bd6827decb7e..b55475ce0aa52b5fc9873cbc86591b52ae775578 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,17 @@
+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.
index 379cd0798404ba7d668dcf5f6f15514406738f81..b38e0921348b0dca8093ae57675f754e213d0eb6 100644 (file)
--- 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
index 9d85506e3d9b2b3f6a9d341ec52536e7d4cf6a0c..8a5651e025dbc67e668a4894ed3b86e0f4251601 100644 (file)
@@ -1,3 +1,9 @@
+nwho (1.14) stable; urgency=low
+
+  * New upstream version.
+
+ -- Martin Mares <mares@kam.mff.cuni.cz>  Fri, 09 Oct 2015 14:39:27 +0200
+
 nwho (1.13) unstable; urgency=low
 
   * New upstream version.