URI: 
       update CHANGES and makefile config for 1.6 - ii - irc it, simple FIFO based irc client
  HTML git clone git://git.suckless.org/ii
   DIR Log
   DIR Files
   DIR Refs
   DIR README
   DIR LICENSE
       ---
   DIR commit 7c229817900bd138cbe131f31cd4be440b2a005e
   DIR parent 542bc7b5bf6d4442e9382d3e72cdf5ea017899cc
  HTML Author: Nico Golde <nion@suckless.org>
       Date:   Mon, 31 Jan 2011 21:47:00 +0100
       
       update CHANGES and makefile config for 1.6
       Diffstat:
         M CHANGES                             |       3 +++
         M config.mk                           |       2 +-
       
       2 files changed, 4 insertions(+), 1 deletion(-)
       ---
   DIR diff --git 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!
   DIR diff --git 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