From 7c229817900bd138cbe131f31cd4be440b2a005e Mon Sep 17 00:00:00 2001 From: Nico Golde Date: Mon, 31 Jan 2011 21:47:00 +0100 Subject: [PATCH] update CHANGES and makefile config for 1.6 --- CHANGES | 3 +++ config.mk | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGES b/CHANGES index a6acf04..7a3238c 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,6 @@ +1.6 (2011-01-31): + - fix regression introduced for handling unknown commands + 1.5 (2011-01-24): - fix channel name comparison in add_channel(), compare lowercase to prevent leaking file descriptors in the long run => Thanks samurai! diff --git a/config.mk b/config.mk index 601ed05..1a816fe 100644 --- a/config.mk +++ b/config.mk @@ -12,7 +12,7 @@ DESTDIR = INCDIR = ${PREFIX}/include LIBDIR = ${PREFIX}/lib -VERSION = 1.5 +VERSION = 1.6 # includes and libs INCLUDES = -I. -I${INCDIR} -I/usr/include