update CHANGES and makefile config for 1.6
This commit is contained in:
parent
542bc7b5bf
commit
7c22981790
3
CHANGES
3
CHANGES
@ -1,3 +1,6 @@
|
|||||||
|
1.6 (2011-01-31):
|
||||||
|
- fix regression introduced for handling unknown commands
|
||||||
|
|
||||||
1.5 (2011-01-24):
|
1.5 (2011-01-24):
|
||||||
- fix channel name comparison in add_channel(), compare lowercase
|
- fix channel name comparison in add_channel(), compare lowercase
|
||||||
to prevent leaking file descriptors in the long run => Thanks samurai!
|
to prevent leaking file descriptors in the long run => Thanks samurai!
|
||||||
|
@ -12,7 +12,7 @@ DESTDIR =
|
|||||||
|
|
||||||
INCDIR = ${PREFIX}/include
|
INCDIR = ${PREFIX}/include
|
||||||
LIBDIR = ${PREFIX}/lib
|
LIBDIR = ${PREFIX}/lib
|
||||||
VERSION = 1.5
|
VERSION = 1.6
|
||||||
|
|
||||||
# includes and libs
|
# includes and libs
|
||||||
INCLUDES = -I. -I${INCDIR} -I/usr/include
|
INCLUDES = -I. -I${INCDIR} -I/usr/include
|
||||||
|
Loading…
Reference in New Issue
Block a user