git clone https://orangeshoelaces.net/git/ii.git
Author: Nico Golde on 01/31/2011
Committer: Nico Golde on 01/31/2011
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