Introduction
Introduction Statistics Contact Development Disclaimer Help
update CHANGES and makefile config for 1.6 - ii - irc it, simple FIFO based irc…
git clone git://git.suckless.org/ii
Log
Files
Refs
README
LICENSE
---
commit 7c229817900bd138cbe131f31cd4be440b2a005e
parent 542bc7b5bf6d4442e9382d3e72cdf5ea017899cc
Author: Nico Golde <[email protected]>
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(-)
---
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!
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
You are viewing proxied material from suckless.org. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.