update CHANGES and makefile config for 1.6

This commit is contained in:
Nico Golde 2011-01-31 21:47:00 +01:00
parent 542bc7b5bf
commit 7c22981790
2 changed files with 4 additions and 1 deletions

View File

@ -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!

View File

@ -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